Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dsunddi.c4854 callback_insert(int (*funcp)(caddr_t), caddr_t arg, uintptr_t *listid, in callback_insert() argument
4860 list = marker = (struct ddi_callback *)*listid; in callback_insert()
4884 *listid = (uintptr_t)new; in callback_insert()
4898 ddi_set_callback(int (*funcp)(caddr_t), caddr_t arg, uintptr_t *listid) in ddi_set_callback() argument
4904 (void) callback_insert(funcp, arg, listid, 1); in ddi_set_callback()
4914 uintptr_t *listid; in real_callback_run() local
4921 listid = Queue; in real_callback_run()
4922 list = (struct ddi_callback *)*listid; in real_callback_run()
4956 (void) callback_insert(funcp, arg, listid, in real_callback_run()
4970 ddi_run_callback(uintptr_t *listid) in ddi_run_callback() argument
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dsunddi.h1488 ddi_set_callback(int (*funcp)(caddr_t), caddr_t arg, uintptr_t *listid);
1497 ddi_run_callback(uintptr_t *listid);