Searched refs:lo_pid (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/sys/kern/
H A Dkern_lockf.c198 pid_t lo_pid; /* (c) Process Id of the lock owner */ member in struct:lock_owner
322 return lo->lo_pid == fl->l_pid
511 lo->lo_pid = fl->l_pid;
514 lo->lo_pid = -1;
518 lo->lo_pid = p->p_pid;
1582 fl->l_pid = block->lf_owner->lo_pid;
1897 ldesc->fl.l_pid = lf->lf_owner->lo_pid;
1963 ldesc->fl.l_pid = lf->lf_owner->lo_pid;
2472 lo->lo_pid, lo->lo_sysid);
2476 printf("local pid %d", lo->lo_pid);
[all...]

Completed in 123 milliseconds