Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/arm64/
H A Dmachine_routines.c2318 ex_cb_info_t *pInfo = &ex_cb_info[cb_class]; in ex_cb_register() local
2324 if (NULL == pInfo->cb) { in ex_cb_register()
2325 pInfo->cb = cb; in ex_cb_register()
2326 pInfo->refcon = refcon; in ex_cb_register()
2340 ex_cb_info_t *pInfo = &ex_cb_info[cb_class]; in ex_cb_invoke() local
2347 if (pInfo->cb) { in ex_cb_invoke()
2348 return pInfo->cb(cb_class, pInfo->refcon, &state); in ex_cb_invoke()