/titanic_41/usr/src/uts/common/syscall/ |
H A D | fcntl.c | 301 bf.l_type = obf.l_type; in fcntl() 319 bf.l_type = sbf.l_type; in fcntl() 333 bf.l_type = sbf32.l_type; in fcntl() 361 bf.l_type == F_UNLCK) { in fcntl() 363 if (copyout(&bf.l_type, &((struct flock *)arg)->l_type, in fcntl() 364 sizeof (bf.l_type))) in fcntl() 373 obf.l_type = (int16_t)bf.l_type; in fcntl() 412 sbf.l_type = bf.l_type; in fcntl() 431 sbf32.l_type = (int16_t)bf.l_type; in fcntl() 492 bf.l_type = sbf32.l_type; in fcntl() [all …]
|
/titanic_41/usr/src/lib/libc/port/sys/ |
H A D | lockf.c | 60 l.l_type = F_UNLCK; in __lockf() 64 l.l_type = F_WRLCK; in __lockf() 68 l.l_type = F_WRLCK; in __lockf() 72 l.l_type = F_WRLCK; in __lockf() 75 if (l.l_type == F_UNLCK) in __lockf()
|
/titanic_41/usr/src/lib/libbc/libc/sys/common/ |
H A D | flock.c | 41 fl.l_type = 0; 43 fl.l_type |= F_UNLCK; 45 fl.l_type |= F_RDLCK; 47 fl.l_type |= F_WRLCK;
|
H A D | ftruncate.c | 39 short l_type; member 56 lck.l_type = F_WRLCK; /* setting a write lock */ in ftruncate()
|
/titanic_41/usr/src/ucblib/libucb/port/sys/ |
H A D | flock.c | 52 fl.l_type = 0; in flock() 63 fl.l_type |= F_UNLCK; in flock() 66 fl.l_type |= F_RDLCK; in flock() 69 fl.l_type |= F_WRLCK; in flock()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | fcntl.h | 206 short l_type; member 220 int16_t l_type; member 236 short l_type; member 254 int16_t l_type; member 270 int16_t l_type; member 286 int16_t l_type; member
|
H A D | flock_impl.h | 74 int l_type; /* type of lock */ member 297 (((lock1)->l_type == F_WRLCK) || \ 298 ((lock2)->l_type == F_WRLCK)) && \ 393 (lock1)->l_type = (lock2)->l_type; \
|
/titanic_41/usr/src/cmd/sendmail/libsmutil/ |
H A D | lockfile.c | 51 lfd.l_type = F_UNLCK; 53 lfd.l_type = F_WRLCK; 55 lfd.l_type = F_RDLCK;
|
/titanic_41/usr/src/lib/libdevinfo/ |
H A D | devinfo_dli.c | 88 di_dli_open(char *path, int oflag, short l_type, int flags) in di_dli_open() argument 119 lock.l_type = l_type; in di_dli_open() 155 lock.l_type = F_UNLCK; in di_dli_close()
|
/titanic_41/usr/src/ucbhead/sys/ |
H A D | fcntl.h | 151 short l_type; member 161 short l_type; member 174 short l_type; 185 short l_type;
|
/titanic_41/usr/src/lib/libbc/libc/sys/sys5/ |
H A D | fcntl.c | 67 short l_type; member 139 nfl.l_type = savarg->l_type; 173 savarg->l_type = nfl.l_type;
|
/titanic_41/usr/src/lib/libbc/libc/sys/4.2/ |
H A D | fcntl.c | 68 short l_type; member 144 nfl.l_type = savarg->l_type; 178 savarg->l_type = nfl.l_type;
|
/titanic_41/usr/src/lib/libbc/libc/compat/common/ |
H A D | lockf.c | 53 ld.l_type = F_WRLCK; /* lockf() only deals with exclusive locks */ in lockf() 66 if (ld.l_type == F_UNLCK) { in lockf() 82 ld.l_type = F_UNLCK; in lockf()
|
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/os/ |
H A D | lock_file.c | 77 lock_arg.l_type = F_RDLCK; in krb5_lock_file() 83 lock_arg.l_type = F_WRLCK; in krb5_lock_file() 89 lock_arg.l_type = F_UNLCK; in krb5_lock_file()
|
/titanic_41/usr/src/lib/libnsl/common/ |
H A D | daemon_utils.c | 73 lock.l_type = F_WRLCK; in _check_daemon_lock() 84 return ((lock.l_type == F_UNLCK) ? 0 : 1); in _check_daemon_lock() 152 lock.l_type = F_WRLCK; in _enter_daemon_lock()
|
/titanic_41/usr/src/cmd/ypcmd/yppasswd/ |
H A D | yplckpwdf.c | 70 flock.l_type = F_WRLCK; in yplckpwdf() 89 flock.l_type = F_UNLCK; in ypulckpwdf()
|
/titanic_41/usr/src/lib/libc/port/gen/ |
H A D | lckpwdf.c | 80 flock.l_type = F_WRLCK; in lckpwdf() 114 flock.l_type = F_UNLCK; in ulckpwdf()
|
H A D | posix_fallocate.c | 68 lck.l_type = F_WRLCK; in posix_fallocate() 94 lck.l_type = F_WRLCK; in posix_fallocate64()
|
/titanic_41/usr/src/lib/libunistat/common/ |
H A D | spcs_log.c | 76 lk.l_type = F_WRLCK; in spcs_log() 93 lk.l_type = F_UNLCK; in spcs_log()
|
/titanic_41/usr/src/lib/libbc/inc/include/sys/ |
H A D | fcntlcom.h | 154 short l_type; /* F_RDLCK, F_WRLCK, or F_UNLCK */ member 165 short l_type; /* F_RDLCK, F_WRLCK, or F_UNLCK */ member
|
/titanic_41/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_lock.c | 289 if (lock->l_type == SMB_LOCK_TYPE_READONLY && !will_write) in smb_lock_range_access() 292 if (lock->l_type == SMB_LOCK_TYPE_READWRITE && in smb_lock_range_access() 552 if ((lock->l_type == SMB_LOCK_TYPE_READONLY) && in smb_lock_range_lckrules() 553 (dlock->l_type == SMB_LOCK_TYPE_READONLY)) { in smb_lock_range_lckrules() 561 if ((dlock->l_type == SMB_LOCK_TYPE_READONLY) && in smb_lock_range_lckrules() 562 !(lock->l_type == SMB_LOCK_TYPE_READONLY)) { in smb_lock_range_lckrules() 743 lock->l_type = locktype; in smb_lock_create()
|
/titanic_41/usr/src/uts/common/os/ |
H A D | flock.c | 263 ((lckdat->l_type == F_RDLCK && (flag & FREAD) == 0) || in reclock() 264 (lckdat->l_type == F_WRLCK && (flag & FWRITE) == 0))) in reclock() 271 if ((lckdat->l_type == F_UNLCK) || in reclock() 323 lock_request->l_type = lckdat->l_type; in reclock() 344 if (lock_request->l_type == F_RDLCK || in reclock() 345 lock_request->l_type == F_WRLCK) in reclock() 410 (lock_request->l_type == F_RDLCK) ? in reclock() 418 switch (lock_request->l_type) { in reclock() 484 (lock_request->l_type == F_RDLCK) ? in reclock() 487 lckdat->l_type = F_UNLCK; in reclock() [all …]
|
/titanic_41/usr/src/cmd/prstat/ |
H A D | prstat.c | 382 ((list->l_type == LT_LWPS) || !(opts.o_outpmode & OPT_SPLIT))) in list_print() 388 switch (list->l_type) { in list_print() 441 switch (list->l_type) { in list_print() 458 if (list->l_type == LT_USERS) { in list_print() 463 } else if (list->l_type == LT_ZONES) { in list_print() 482 if (list->l_type == LT_PROJECTS) in list_print() 486 else if (list->l_type == LT_TASKS) in list_print() 490 else if (list->l_type == LT_ZONES) in list_print() 589 switch (list->l_type) { in list_print() 610 if ((opts.o_outpmode & OPT_SPLIT) && list->l_type == LT_LWPS) in list_print() [all …]
|
/titanic_41/usr/src/lib/libdscfg/common/ |
H A D | cfg_lockdlck.c | 70 lk.l_type = F_WRLCK; in cfg_filelock() 91 lk.l_type = F_UNLCK; in cfg_fileunlock()
|
/titanic_41/usr/src/cmd/lvm/md_monitord/ |
H A D | md_monitord.c | 135 lock.l_type = F_WRLCK; in check_daemon_lock() 146 return (lock.l_type == F_UNLCK ? 0 : lock.l_pid); in check_daemon_lock() 164 lock.l_type = F_WRLCK; in enter_daemon_lock() 195 lock.l_type = F_UNLCK; in exit_daemon_lock()
|