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

/illumos-gate/usr/src/cmd/avs/dscfglockd/
H A Ddscfglockd.c113 int nholders; member in struct:__anon27
259 return ((the_lock.nholders > 0) && the_lock.remote_daemon != NULL &&
435 the_lock.nholders = 1;
482 i = the_lock.nholders++;
486 the_lock.nholders));
499 the_lock.nholders = 1;
528 the_lock.nholders = 1;
647 the_lock.nholders);
648 if (the_lock.nholders > 0) {
649 for (i = 0; i < the_lock.nholders;
[all...]

Completed in 57 milliseconds