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

/opensolaris-onvv-gate/usr/src/uts/common/io/pcwl/
H A Dpcwl.c543 cv_init(&pcwl_p->pcwl_cscv, NULL, CV_DRIVER, NULL);
565 cv_wait(&pcwl_p->pcwl_cscv, &pcwl_p->pcwl_cslock);
572 cv_destroy(&pcwl_p->pcwl_cscv);
603 cv_destroy(&pcwl_p->pcwl_cscv);
630 cv_broadcast(&pcwl_p->pcwl_cscv);
633 cv_broadcast(&pcwl_p->pcwl_cscv);
639 cv_broadcast(&pcwl_p->pcwl_cscv);
H A Dpcwl.h683 * pcwl_cslock - lock for card services request. Used with pcwl_cscv
684 * pcwl_cscv - condition variable to wait for card events
698 kcondvar_t pcwl_cscv; /* for card services */ member in struct:pcwl_macinfo

Completed in 30 milliseconds