Searched refs:callb_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dcallb.c62 } callb_t; typedef in typeref:struct:callb
80 callb_t *ct_freelist; /* free callb structures */
84 callb_t *ct_first_cb[NCBCLASS]; /* ptr to 1st callb in a class */
116 callb_t *cp;
125 cp = (callb_t *)kmem_zalloc(sizeof (callb_t), KM_SLEEP);
186 callb_t **pp;
187 callb_t *me = (callb_t *)id;
235 callb_t *c
[all...]

Completed in 56 milliseconds