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

/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmetarpcopen.c52 typedef struct client_header { struct
68 static client_header_t client_header = {(client_cache_t **)NULL, DEFAULTMUTEX}; variable
333 client_cache_t ***cachep = &client_header.ch_cache;
379 (void) mutex_lock(&client_header.ch_mutex);
380 if (client_header.ch_cache) {
395 &client_header.ch_mutex);
398 (void) mutex_unlock(&client_header.ch_mutex);
403 (void) mutex_unlock(&client_header.ch_mutex);
417 cc_add(&client_header, hostname, NULL, ep);
425 cc_add(&client_header, hostnam
[all...]

Completed in 61 milliseconds