HomeSort by: relevance | last modified time | path
    Searched defs:callb_cpr_t (Results 1 - 2 of 2) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/sys/
callb.h 93 } callb_cpr_t; typedef in typeref:struct:callb_cpr
118 * cp - ptr to the callb_cpr_t structure for this kernel thread
120 * lockp - pointer to mutex protecting the callb_cpr_t stuct
124 * where: arg - ptr to the callb_cpr_t structure
130 * Note: lockp is the lock to protect the callb_cpr_t (cp) structure
136 bzero((caddr_t)(cp), sizeof (callb_cpr_t)); \
147 bzero((caddr_t)(cp), sizeof (callb_cpr_t)); \
209 extern callb_cpr_t callb_cprinfo_safe;
  /src/external/cddl/osnet/dist/lib/libzpool/common/sys/
zfs_context.h 603 } callb_cpr_t; typedef in typeref:struct:callb_cpr

Completed in 20 milliseconds