Home
last modified time | relevance | path

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

1234

/third_party/ltp/testcases/kernel/syscalls/fcntl/
H A Dfcntl_common.h23 pid_t l_pid; member
48 .l_pid = lck->l_pid, in fcntl_compat()
57 lck->l_pid = l64.l_pid; in fcntl_compat()
66 l64.l_type, l64.l_whence, l64.l_start, l64.l_len, l64.l_pid); in fcntl_compat()
H A Dfcntl05.c47 TST_EXP_EQ_LI(flocks.l_pid, pid); in verify_fcntl()
58 flocks.l_pid = pid; in setup()
H A Dfcntl14.c618 flock.l_pid = 0; in dochild()
624 * not, the parent pid will be returned in l_pid and the type of in dochild()
668 if (flock.l_pid != 0) { in dochild()
672 flock.l_pid); in dochild()
676 if (flock.l_pid != parent) { in dochild()
680 test + 1, flock.l_pid, parent); in dochild()
704 flock.l_pid = 0; in dochild()
H A Dfcntl17.c293 fl.l_pid = (short)0; in do_test()
325 if (fl.l_pid != pid) { in do_test()
327 pid, fl.l_pid); in do_test()
H A Dfcntl21.c166 fl->l_pid = (short)0; in do_test()
201 if (fl->l_pid != pid) { in compare_lock()
203 pid, fl->l_pid); in compare_lock()
H A Dfcntl20.c158 fl->l_pid = (short)0; in do_test()
193 if (fl->l_pid != pid) { in compare_lock()
195 pid, fl->l_pid); in compare_lock()
H A Dfcntl19.c159 fl->l_pid = (short)0; in do_test()
194 if (fl->l_pid != pid) { in compare_lock()
196 pid, fl->l_pid); in compare_lock()
H A Dfcntl11.c145 fl->l_pid = (short)0; in do_test()
172 if (fl->l_pid != pid) in compare_lock()
174 pid, fl->l_pid); in compare_lock()
H A Dfcntl10.c230 flocks.l_pid = getpid(); in setup()
H A Dfcntl09.c229 flocks.l_pid = getpid(); in setup()
H A Dfcntl36.c79 .l_pid = 0, in fn_ofd_w()
158 .l_pid = 0, in fn_ofd_r()
/third_party/musl/porting/liteos_a/user/src/misc/
H A Dlockf.c19 if (l.l_type == F_UNLCK || l.l_pid == getpid()) in lockf()
/third_party/musl/src/misc/
H A Dlockf.c20 if (l.l_type == F_UNLCK || l.l_pid == getpid()) in lockf()
/third_party/ltp/testcases/network/nfs/nfslock01/
H A Dnfs_flock_func.c41 return (lock.l_pid); in lock_test()
/third_party/musl/libc-test/src/functional/
H A Dfcntl.c41 _exit(fcntl(fd, F_GETLK, &fl) || fl.l_pid != getppid()); in main()
/third_party/node/deps/openssl/openssl/apps/lib/
H A Dvms_term_sock.c52 unsigned int iosb$l_pid; /* 32-bit pid */
76 # define iosb$l_pid iosb$r_l.iosb$l_pid
/third_party/openssl/apps/lib/
H A Dvms_term_sock.c52 unsigned int iosb$l_pid; /* 32-bit pid */
76 # define iosb$l_pid iosb$r_l.iosb$l_pid
/third_party/musl/porting/linux/user/include/
H A Dfcntl.h30 pid_t l_pid; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dfcntl.h29 pid_t l_pid; member
/third_party/musl/porting/liteos_m/kernel/include/
H A Dfcntl.h29 pid_t l_pid; member
/third_party/musl/porting/uniproton/kernel/include/
H A Dfcntl.h29 pid_t l_pid; member
/third_party/musl/porting/liteos_a/kernel/include/
H A Dfcntl.h29 pid_t l_pid; member
/third_party/musl/porting/liteos_m/user/include/
H A Dfcntl.h29 pid_t l_pid; member
/third_party/musl/libc-test/src/api/
H A Dfcntl.c82 F(pid_t, l_pid) in f()
/third_party/alsa-utils/alsactl/
H A Dlock.c61 lck.l_pid = 0; in state_lock_()

Completed in 13 milliseconds

1234