Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/kern/
Dkern_lockf.c198 pid_t lo_pid; /* (c) Process Id of the lock owner */ member
322 return lo->lo_pid == fl->l_pid in lf_owner_matches()
514 lo->lo_pid = fl->l_pid; in lf_advlockasync()
517 lo->lo_pid = -1; in lf_advlockasync()
521 lo->lo_pid = p->p_pid; in lf_advlockasync()
1591 fl->l_pid = block->lf_owner->lo_pid; in lf_getlock()
1906 ldesc->fl.l_pid = lf->lf_owner->lo_pid; in lf_iteratelocks_sysid()
1972 ldesc->fl.l_pid = lf->lf_owner->lo_pid; in lf_iteratelocks_vnode()
2481 lo->lo_pid, lo->lo_sysid); in lf_print_owner()
2485 printf("local pid %d", lo->lo_pid); in lf_print_owner()