Searched refs:rdc_sync (Results 1 – 4 of 4) sorted by relevance
1169 bzero(&h->rdc_sync, sizeof (h->rdc_sync)); in _rdc_alloc_buf()1170 mutex_init(&h->rdc_sync.lock, NULL, MUTEX_DRIVER, NULL); in _rdc_alloc_buf()1171 cv_init(&h->rdc_sync.cv, NULL, CV_DRIVER, NULL); in _rdc_alloc_buf()1335 cv_destroy(&h->rdc_sync.cv); in _rdc_free_buf()1336 mutex_destroy(&h->rdc_sync.lock); in _rdc_free_buf()2191 rdc_thrsync_t *sync = &h->rdc_sync; in _rdc_write()
338 rdc_thrsync_t rdc_sync; /* for thread syncronization */ member
3497 rdc_sync(rdc_config_t *uparms, spcs_s_info_t kstatus) in rdc_sync() function6218 rc = rdc_sync(uap, kstatus); in _rdc_config()
92 void rdc_sync(char *tohost);334 rdc_sync(host[0] == '\0' ? tmphost : host); in wait_link_down()346 rdc_sync(char *tohost) in rdc_sync() function