Home
last modified time | relevance | path

Searched refs:tp_call (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.61.12/osfmk/kern/
H A Dtestpoints.h82 tp_call(tp_id_t testpoint, tp_val_t val);
84 #define TESTPOINT(x) tp_call(x, 0);
H A Dtestpoints.c83 tp_call(tp_id_t testpoint, tp_val_t val) in tp_call() function
107 tp_call(msg->id, msg->val); in testpoint_handler()