Searched defs:F_UNLCK (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/ |
H A D | loadsave.c | 518 (void) lockfile(fileno(fp), F_UNLCK); local 607 (void) lockfile(fileno(fp), F_UNLCK); local 654 (void) lockfile(fileno(fp), F_UNLCK); local 660 (void) lockfile(fileno(fp), F_UNLCK); local 675 (void) lockfile(fileno(fp), F_UNLCK); local 724 (void) lockfile(fileno(fp), F_UNLCK); local 840 (void) lockfile(fileno(fp), F_UNLCK); local 914 (void) lockfile(fileno(fp1), F_UNLCK); local 923 (void) lockfile(fileno(fp1), F_UNLCK); local 936 (void) lockfile(fileno(fp1), F_UNLCK); local 1014 (void) lockfile(fileno(fp1), F_UNLCK); local 1023 (void) lockfile(fileno(fp1), F_UNLCK); local 1157 (void) lockfile(fileno(fp), F_UNLCK); local 1223 (void) lockfile(fileno(fp1), F_UNLCK); local 1239 (void) lockfile(fileno(fp1), F_UNLCK); local 1240 (void) lockfile(fileno(fp2), F_UNLCK); local 1259 (void) lockfile(fileno(fp1), F_UNLCK); local 1273 (void) lockfile(fileno(fp1), F_UNLCK); local 1274 (void) lockfile(fileno(fp2), F_UNLCK); local [all...] |
/illumos-gate/usr/src/ucbhead/sys/ |
H A D | fcntl.h | 204 #define F_UNLCK 03 /* Remove lock(s) */ macro
|
/illumos-gate/usr/src/lib/libbc/inc/include/sys/ |
H A D | fcntlcom.h | 145 #define F_UNLCK 3 /* remove lock(s) */ macro 159 short l_type; /* F_RDLCK, F_WRLCK, or F_UNLCK */ 170 short l_type; /* F_RDLCK, F_WRLCK, or F_UNLCK */
|
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | fcntl.h | 253 #define F_UNLCK 2 /* unlock */ macro
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | fcntl.h | 330 #define F_UNLCK 03 /* Remove lock(s) */ macro
|
Completed in 57 milliseconds