Searched refs:kcv_type_t (Results 1 – 4 of 4) sorted by relevance
76 typedef enum { CV_DEFAULT = 0, CV_DRIVER } kcv_type_t; typedef78 extern void __cv_init(kcondvar_t *, char *, kcv_type_t, void *);
45 } kcv_type_t; typedef
90 } kcv_type_t; typedef
65 __cv_init(kcondvar_t *cvp, char *name, kcv_type_t type, void *arg) in __cv_init()