Searched refs:F_TEST (Results 1 – 11 of 11) sorted by relevance
/illumos-gate/usr/src/lib/libc/port/sys/ |
H A D | lockf.c | 69 case F_TEST: in __lockf()
|
/illumos-gate/usr/src/ucbhead/sys/ |
H A D | file.h | 108 #define F_TEST 3 /* Test a region for other processes locks */ macro
|
/illumos-gate/usr/src/ucbhead/ |
H A D | unistd.h | 59 #define F_TEST 3 /* Test a region for other processes locks */ macro
|
/illumos-gate/usr/src/cmd/bnu/ |
H A D | ulockf.c | 423 return( lockf(fd, F_TEST, 0L) ); 473 case F_TEST:
|
/illumos-gate/usr/src/cmd/ttymon/ |
H A D | tmsac.c | 55 if (lockf(Lckfd, F_TEST, 0L) == -1) in openpid()
|
H A D | ulockf.c | 404 return (lockf(fd, F_TEST, 0L)); in fd_cklock()
|
/illumos-gate/usr/src/lib/libnsl/yp/ |
H A D | yp_bind.c | 1091 st = lockf(fd, F_TEST, 1); in get_cached_transport() 1123 st = lockf(fileno(fp), F_TEST, 1); in get_cached_domain() 1159 st = lockf(fd, F_TEST, 1); in ypbind_running()
|
/illumos-gate/usr/src/boot/include/ |
H A D | unistd.h | 85 #define F_TEST 3 /* test a section for locks by other procs */ macro
|
/illumos-gate/usr/src/head/ |
H A D | unistd.h | 58 #define F_TEST 3 /* Test a region for other processes locks */ macro
|
/illumos-gate/usr/src/cmd/saf/ |
H A D | misc.c | 570 if (lockf(fd, F_TEST, 0) < 0) {
|
H A D | sacadm.c | 1258 if (lockf(fd, F_TEST, 0) < 0) { in sac_home()
|