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

/freebsd-10.1-release/lib/libc/sys/
H A Dfcntl.c63 ofl.l_pid = flp->l_pid;
73 flp->l_pid = ofl.l_pid;
/freebsd-10.1-release/sys/compat/svr4/
H A Dsvr4_fcntl.h111 svr4_o_pid_t l_pid; member in struct:svr4_flock_svr3
121 svr4_pid_t l_pid; member in struct:svr4_flock
131 svr4_pid_t l_pid; member in struct:svr4_flock64
H A Dsvr4_fcntl.c167 oflp->l_pid = (svr4_pid_t) iflp->l_pid;
194 oflp->l_pid = (pid_t) iflp->l_pid;
222 oflp->l_pid = (svr4_pid_t) iflp->l_pid;
249 oflp->l_pid = (pid_t) iflp->l_pid;
/freebsd-10.1-release/sys/i386/ibcs2/
H A Dibcs2_fcntl.h67 ibcs2_pid_t l_pid; member in struct:ibcs2_flock
H A Dibcs2_fcntl.c98 iflp->l_pid = (ibcs2_pid_t)flp->l_pid;
106 (int)flp->l_start, (int)flp->l_len, (int)flp->l_pid,
118 flp->l_pid = (pid_t)iflp->l_pid;
/freebsd-10.1-release/lib/libc/gen/
H A Dlockf.c67 if (fl.l_type == F_UNLCK || (fl.l_sysid == 0 && fl.l_pid == getpid()))
/freebsd-10.1-release/sys/sys/
H A Dfcntl.h265 pid_t l_pid; /* lock owner */ member in struct:flock
279 pid_t l_pid; /* lock owner */ member in struct:__oflock
/freebsd-10.1-release/tools/regression/file/flock/
H A Dflock.c159 FAIL(fl1.l_pid != fl2.l_pid);
372 FAIL(fl.l_pid != pid);
807 * The l_pid and l_sysid fields are only used with F_GETLK to return
830 fl.l_pid = 9999;
870 FAIL(fl.l_pid != pid);
898 fl.l_pid = 9999;
913 FAIL(fl.l_pid != 9999);
923 fl.l_pid = 1234;
944 FAIL(fl.l_pid !
[all...]
/freebsd-10.1-release/sys/compat/linux/
H A Dlinux_file.c1179 l_pid_t l_pid; member in struct:l_flock
1206 bsd_flock->l_pid = (pid_t)linux_flock->l_pid;
1227 linux_flock->l_pid = (l_pid_t)bsd_flock->l_pid;
1236 l_pid_t l_pid; member in struct:l_flock64
1263 bsd_flock->l_pid = (pid_t)linux_flock->l_pid;
1284 linux_flock->l_pid = (l_pid_t)bsd_flock->l_pid;
[all...]
/freebsd-10.1-release/sys/nlm/
H A Dnlm_advlock.c284 svid = fl->l_pid;
406 if (fl->l_pid > PID_MAX) {
416 if (ns->ns_svid == fl->l_pid) {
428 p = pfind(fl->l_pid);
709 newfl.l_pid = svid;
1059 fl->l_pid = h->svid;
H A Dnlm_prot_impl.c1890 fl.l_pid = argp->alock.svid;
1909 result->stat.nlm4_testrply_u.holder.svid = fl.l_pid;
1997 fl.l_pid = argp->alock.svid;
2028 && af->af_fl.l_pid == fl.l_pid
2176 fl.l_pid = argp->alock.svid;
2193 && af->af_fl.l_pid == fl.l_pid
2265 fl.l_pid = argp->alock.svid;
/freebsd-10.1-release/sys/kern/
H A Dkern_lockf.c300 h = HASHSTEP(0, fl->l_pid);
322 return lo->lo_pid == fl->l_pid
514 lo->lo_pid = fl->l_pid;
1590 fl->l_pid = block->lf_owner->lo_pid;
1905 ldesc->fl.l_pid = lf->lf_owner->lo_pid;
1971 ldesc->fl.l_pid = lf->lf_owner->lo_pid;
H A Dkern_descrip.c434 fl.l_pid = ofl.l_pid;
471 ofl.l_pid = fl.l_pid;
/freebsd-10.1-release/contrib/apr/locks/unix/
H A Dproc_mutex.c520 proc_mutex_lock_it.l_pid = 0; /* pid not actually interesting */
525 proc_mutex_unlock_it.l_pid = 0; /* pid not actually interesting */
/freebsd-10.1-release/sys/nfs/
H A Dnfs_lock.c337 fl->l_pid = p->p_nlminfo->getlk_pid;
/freebsd-10.1-release/contrib/gcc/
H A Dgcov-io.c74 s_flock.l_pid = getpid ();
/freebsd-10.1-release/contrib/hyperv/tools/
H A Dhv_kvp_daemon.c160 fl.l_pid = getpid();
174 fl.l_pid = getpid();
/freebsd-10.1-release/usr.sbin/rpc.lockd/
H A Dkern.c600 (unsigned long long)mp->lm_fl.l_len, (u_long)mp->lm_fl.l_pid,
/freebsd-10.1-release/sys/fs/nfsserver/
H A Dnfs_nfsdport.c2985 * For FreeBSD8, the l_pid and l_sysid must be set to the same
2994 fl.l_pid = (pid_t)0;
/freebsd-10.1-release/sys/fs/nfsclient/
H A Dnfs_clstate.c3756 fl->l_pid = (pid_t)0;
H A Dnfs_clrpcops.c3867 fl->l_pid = (pid_t)0;
/freebsd-10.1-release/contrib/sqlite3/
H A Dsqlite3.c23775 (int)p->l_pid, s);
23790 zType, (int)l2.l_start, (int)l2.l_len, (int)l2.l_pid);
[all...]
/freebsd-10.1-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c25165 (int)p->l_pid, s);
25180 zType, (int)l2.l_start, (int)l2.l_len, (int)l2.l_pid);
[all...]

Completed in 3812 milliseconds