Searched defs:callb_cpr_t (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dcallb.h94 } callb_cpr_t; typedef in typeref:struct:callb_cpr
119 * cp - ptr to the callb_cpr_t structure for this kernel thread
121 * lockp - pointer to mutex protecting the callb_cpr_t stuct
125 * where: arg - ptr to the callb_cpr_t structure
131 * Note: lockp is the lock to protect the callb_cpr_t (cp) structure
135 bzero((caddr_t)(cp), sizeof (callb_cpr_t)); \
194 extern callb_cpr_t callb_cprinfo_safe;
/illumos-gate/usr/src/lib/libzpool/common/sys/
H A Dzfs_context.h550 } callb_cpr_t; typedef in typeref:struct:callb_cpr

Completed in 63 milliseconds