Searched refs:callbparams_alloc (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/uts/common/os/ |
H A D | ddi.c | 1007 cbp = callbparams_alloc(sq, func, arg, KM_NOSLEEP | KM_PANIC); in qtimeout() 1034 cbp = callbparams_alloc(sq, func, arg, KM_NOSLEEP); in qbufcall()
|
H A D | strsubr.c | 7298 callbparams_alloc(syncq_t *sq, void (*func)(void *), void *arg, int kmflags) in callbparams_alloc() function
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | strsubr.h | 1191 extern callbparams_t *callbparams_alloc(syncq_t *, void (*)(void *),
|