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

/illumos-gate/usr/src/cmd/avs/dscfglockd/
H A Ddscfglockd.c117 pid_t holding_pid[MAX_LOCAL]; member in struct:__anon27
434 the_lock.holding_pid[0] = lock_wanted.pid;
483 the_lock.holding_pid[i] = lock_wanted.pid;
498 the_lock.holding_pid[0] = lock_wanted.pid;
650 spcs_log("cfglockd", NULL, "holding_pid[%d] = %6d", i,
651 the_lock.holding_pid[i]);
716 the_lock.holding_pid[0] == msg->pid) {
784 if (the_lock.holding_pid[i] == pid) {
792 the_lock.holding_pid[i] = the_lock.holding_pid[
[all...]

Completed in 46 milliseconds