Home
last modified time | relevance | path

Searched refs:l_whence (Results 1 – 25 of 79) sorted by relevance

1234

/titanic_41/usr/src/uts/common/syscall/
H A Dfcntl.c302 bf.l_whence = obf.l_whence; in fcntl()
320 bf.l_whence = sbf.l_whence; in fcntl()
334 bf.l_whence = sbf32.l_whence; in fcntl()
374 obf.l_whence = (int16_t)bf.l_whence; in fcntl()
413 sbf.l_whence = bf.l_whence; in fcntl()
432 sbf32.l_whence = (int16_t)bf.l_whence; in fcntl()
493 bf.l_whence = sbf32.l_whence; in fcntl()
530 bf.l_whence = (short)bf64_32.l_whence; in fcntl()
630 bf.l_whence = (short)bf64_32.l_whence; in fcntl()
663 bf64_32.l_whence = (int16_t)bf.l_whence; in fcntl()
[all …]
/titanic_41/usr/src/uts/common/sys/
H A Dfcntl.h207 short l_whence; member
221 int16_t l_whence; member
237 short l_whence; member
255 int16_t l_whence; member
271 int16_t l_whence; member
287 int16_t l_whence; member
/titanic_41/usr/src/ucbhead/sys/
H A Dfcntl.h152 short l_whence; member
162 short l_whence; member
175 short l_whence;
186 short l_whence;
/titanic_41/usr/src/lib/libbc/libc/sys/sys5/
H A Dfcntl.c68 short l_whence; member
140 nfl.l_whence = savarg->l_whence;
174 savarg->l_whence = nfl.l_whence;
/titanic_41/usr/src/lib/libbc/libc/sys/4.2/
H A Dfcntl.c69 short l_whence; member
145 nfl.l_whence = savarg->l_whence;
179 savarg->l_whence = nfl.l_whence;
/titanic_41/usr/src/lib/libbc/libc/sys/common/
H A Dftruncate.c40 short l_whence; member
54 lck.l_whence = 0; /* offset l_start from beginning of file */ in ftruncate()
H A Dflock.c38 fl.l_whence = 0;
/titanic_41/usr/src/lib/libc/port/gen/
H A Dposix_fallocate.c65 lck.l_whence = 0; in posix_fallocate()
91 lck.l_whence = 0; in posix_fallocate64()
H A Dtruncate.c61 lck.l_whence = 0; /* offset l_start from beginning of file */ in ftruncate()
/titanic_41/usr/src/lib/libbc/inc/include/sys/
H A Dfcntlcom.h155 short l_whence; /* flag to choose starting offset */ member
166 short l_whence; /* flag to choose starting offset */ member
/titanic_41/usr/src/lib/libnsl/common/
H A Ddaemon_utils.c74 lock.l_whence = SEEK_SET; in _check_daemon_lock()
153 lock.l_whence = SEEK_SET; in _enter_daemon_lock()
/titanic_41/usr/src/lib/libdscfg/common/
H A Dcfg_lockdlck.c71 lk.l_whence = SEEK_SET; in cfg_filelock()
92 lk.l_whence = SEEK_SET; in cfg_fileunlock()
/titanic_41/usr/src/cmd/mailx/
H A Dlock.c52 l.l_whence = 0; in lock()
/titanic_41/usr/src/cmd/lvm/rpc.mdcommd/
H A Dmddoors.c66 lock.l_whence = SEEK_SET; in enter_daemon_lock()
94 lock.l_whence = SEEK_SET; in exit_daemon_lock()
/titanic_41/usr/src/cmd/lvm/md_monitord/
H A Dmd_monitord.c136 lock.l_whence = SEEK_SET; in check_daemon_lock()
165 lock.l_whence = SEEK_SET; in enter_daemon_lock()
196 lock.l_whence = SEEK_SET; in exit_daemon_lock()
/titanic_41/usr/src/lib/libresolv2/common/bsd/
H A Dftruncate.c52 fl.l_whence = 0; in __ftruncate()
/titanic_41/usr/src/ucblib/libucb/port/sys/
H A Dflock.c49 fl.l_whence = 0; in flock()
/titanic_41/usr/src/cmd/rcm_daemon/common/
H A Drcm_main.c146 lock.l_whence = SEEK_SET; in enter_daemon_lock()
177 lock.l_whence = SEEK_SET; in exit_daemon_lock()
/titanic_41/usr/src/lib/libbc/libc/compat/common/
H A Dlockf.c54 ld.l_whence = 1; /* lock always starts at current position */ in lockf()
/titanic_41/usr/src/lib/libnsctl/common/
H A Dcache.c112 lk.l_whence = SEEK_SET;
191 lk.l_whence = SEEK_SET;
/titanic_41/usr/src/lib/libc/port/sys/
H A Dlockf.c50 l.l_whence = 1; in __lockf()
/titanic_41/usr/src/test/zfs-tests/cmd/randfree_file/
H A Drandfree_file.c93 fl.l_whence = SEEK_SET; in main()
/titanic_41/usr/src/lib/libunistat/common/
H A Dspcs_log.c77 lk.l_whence = SEEK_SET; in spcs_log()
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dlock_file.c108 lock_arg.l_whence = 0; in krb5_lock_file()
/titanic_41/usr/src/uts/common/klm/
H A Dnlm_client.c289 if (flkp->l_whence == SEEK_END) in nlm_frlock()
361 (void) convoff(vp, &flk0, flkp->l_whence, (offset_t)offset); in nlm_frlock_getlk()
695 VERIFY(fl->l_whence == SEEK_SET); in nlm_local_getlk()
721 VERIFY(fl->l_whence == SEEK_SET); in nlm_local_setlk()
1172 flp->l_whence = SEEK_SET; in nlm_call_test()
1193 VERIFY(fl->l_whence == SEEK_SET); in nlm_init_lock()

1234