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

/illumos-gate/usr/src/cmd/avs/dscfglockd/
H A Ddscfglockd.c118 } the_lock; variable in typeref:struct:__anon27
259 return ((the_lock.nholders > 0) && the_lock.remote_daemon != NULL &&
260 (order == the_lock.remote_daemon->order));
393 if (the_lock.type == LOCK_WRITE && the_lock.remote_daemon == NULL)
433 the_lock.type = LOCK_WRITE;
434 the_lock.holding_pid[0] = lock_wanted.pid;
435 the_lock.nholders = 1;
436 the_lock
[all...]

Completed in 68 milliseconds