/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/ |
H A D | fcntl.d | 389 off_t l_start; in version() member 437 off_t l_start; in version() member 485 off_t l_start; 495 off_t l_start; 557 off_t l_start; 613 off_t l_start; 695 off_t l_start; 766 off_t l_start; 779 off64_t l_start;
|
/netbsd-src/sys/compat/linux/common/ |
H A D | linux_fcntl.h | 90 linux_off_t l_start; 98 off_t l_start; 158 dst->l_start = src->l_start; \ 67 linux_off_t l_start; global() member 75 off_t l_start; global() member
|
/netbsd-src/tests/fs/vfs/ |
H A D | t_vnops.c | 799 l.l_start = l.l_len = 1024; in fcntl_lock() 836 int a = ((const struct flock *)p)->l_start; in flock_compare() 837 int b = ((const struct flock *)q)->l_start; in flock_compare() 870 if (l.l_start > start) { in fcntl_getlocks() 872 fcntl_getlocks(fildes, start, l.l_start - start, lock, end); in fcntl_getlocks() 883 rv += fcntl_getlocks(fildes, l.l_start + l.l_len, len, lock, end); in fcntl_getlocks() 884 } else if (l.l_start + l.l_len < start + len) { in fcntl_getlocks() 885 len -= l.l_start + l.l_len - start; in fcntl_getlocks() 886 rv += fcntl_getlocks(fildes, l.l_start + l.l_len, len, lock, end); in fcntl_getlocks() 975 ATF_CHECK_EQ(result[j].l_start, expect[j].l_start ); in fcntl_getlock_pids()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | dependency.c | 1417 gfc_expr *l_start; in check_section_vs_section() local 1439 l_start = l_ar->start[n]; in check_section_vs_section() 1448 if (l_start == NULL && IS_ARRAY_EXPLICIT (l_ar->as)) in check_section_vs_section() 1449 l_start = l_ar->as->lower[n]; in check_section_vs_section() 1467 else if (l_start && l_end) in check_section_vs_section() 1468 l_dir = gfc_dep_compare_expr (l_end, l_start); in check_section_vs_section() 1499 if (l_start && r_start) in check_section_vs_section() 1500 start_comparison = gfc_dep_compare_expr (l_start, r_start); in check_section_vs_section() 1509 l_lower = l_start; in check_section_vs_section() 1515 l_upper = l_start; in check_section_vs_section() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | dependency.cc | 1418 gfc_expr *l_start; in check_section_vs_section() local 1440 l_start = l_ar->start[n]; in check_section_vs_section() 1449 if (l_start == NULL && IS_ARRAY_EXPLICIT (l_ar->as)) in check_section_vs_section() 1450 l_start = l_ar->as->lower[n]; in check_section_vs_section() 1468 else if (l_start && l_end) in check_section_vs_section() 1469 l_dir = gfc_dep_compare_expr (l_end, l_start); in check_section_vs_section() 1500 if (l_start && r_start) in check_section_vs_section() 1501 start_comparison = gfc_dep_compare_expr (l_start, r_start); in check_section_vs_section() 1510 l_lower = l_start; in check_section_vs_section() 1516 l_upper = l_start; in check_section_vs_section() [all …]
|
/netbsd-src/external/gpl2/lvm2/dist/lib/misc/ |
H A D | lvm-file.c | 43 .l_start = 0, in create_temp_name() 217 .l_start = 0, in fcntl_lock_file() 263 .l_start = 0, in fcntl_unlock_file()
|
/netbsd-src/sys/fs/nfs/common/ |
H A D | nfs_lock.c | 267 fl->l_start < 0 || in nfs_dolock() 269 (fl->l_start == 0 || fl->l_start + fl->l_len < 0))) in nfs_dolock() 272 (fl->l_len - 1 > OFF_MAX - fl->l_start)) in nfs_dolock()
|
/netbsd-src/external/bsd/openldap/dist/libraries/liblutil/ |
H A D | lockf.c | 94 file_lock.l_start = 0; in lutil_lockf() 107 file_lock.l_start = 0; in lutil_unlockf()
|
/netbsd-src/sys/kern/ |
H A D | tty_conf.c | 91 .l_start = ttstart, 109 .l_start = ttstart, 300 KASSERT(disc->l_start != NULL); in ttyldisc_attach()
|
H A D | vfs_lockf.c | 776 fl->l_start = block->lf_start; in lf_getlock() 816 start = fl->l_start; in lf_advlock() 820 if (fl->l_start > __type_max(off_t) - size) in lf_advlock() 822 start = size + fl->l_start; in lf_advlock()
|
/netbsd-src/sys/compat/linux32/common/ |
H A D | linux32_fcntl.c | 69 int32_t l_start; member 77 netbsd32_int64 l_start; member
|
/netbsd-src/sys/fs/nfs/nlm/ |
H A D | nlm_advlock.c | 272 KASSERT(fl->l_start == 0 && fl->l_len == 0, in nlm_advlock_internal() 712 newfl.l_start = fl->l_start; in nlm_record_lock() 1099 fl->l_start = h->l_offset; in nlm_getlock() 1232 || (fl->l_start > 0 && size > OFF_MAX - fl->l_start)) in nlm_init_lock() 1234 start = size + fl->l_start; in nlm_init_lock() 1236 start = fl->l_start; in nlm_init_lock()
|
H A D | nlm_prot_impl.c | 1904 fl.l_start = argp->alock.l_offset; in nlm_do_test() 1948 result->stat.nlm4_testrply_u.holder.l_offset = fl.l_start; in nlm_do_test() 2011 fl.l_start = argp->alock.l_offset; in nlm_do_lock() 2042 if (af->af_fl.l_start == fl.l_start in nlm_do_lock() 2190 fl.l_start = argp->alock.l_offset; in nlm_do_cancel() 2207 if (af->af_fl.l_start == fl.l_start in nlm_do_cancel() 2279 fl.l_start = argp->alock.l_offset; in nlm_do_unlock()
|
/netbsd-src/sys/compat/ultrix/ |
H A D | ultrix_flock.h | 9 int32_t l_start; member
|
H A D | ultrix_misc.c | 693 fl->l_start = ufl->l_start; in ultrix_to_bsd_flock() 721 ufl->l_start = fl->l_start; in bsd_to_ultrix_flock()
|
/netbsd-src/external/bsd/libbind/dist/bsd/ |
H A D | ftruncate.c | 56 fl.l_start = wantsize; in __ftruncate()
|
/netbsd-src/external/gpl3/binutils.old/dist/gold/ |
H A D | ftruncate.c | 75 fl.l_start = length; in ftruncate()
|
/netbsd-src/external/gpl3/binutils/dist/gold/ |
H A D | ftruncate.c | 75 fl.l_start = length; in ftruncate()
|
/netbsd-src/external/gpl2/xcvs/dist/lib/ |
H A D | ftruncate.c | 58 fl.l_start = length; in ftruncate()
|
/netbsd-src/lib/libc/gen/ |
H A D | lockf.c | 53 fl.l_start = 0; in __weak_alias()
|
/netbsd-src/sys/compat/sunos/ |
H A D | sunos_ioctl.c | 934 long l_start; member 969 oflp->l_start = (long) iflp->l_start; in bsd_to_sunos_flock() 998 oflp->l_start = (off_t) iflp->l_start; in sunos_to_bsd_flock()
|
/netbsd-src/sys/compat/sunos32/ |
H A D | sunos32_ioctl.c | 960 netbsd32_long l_start; member 995 oflp->l_start = (netbsd32_long)iflp->l_start; in bsd_to_sunos_flock() 1024 oflp->l_start = (off_t) iflp->l_start; in sunos_to_bsd_flock()
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/ |
H A D | flock.c | 53 arg.l_start = 0; in rk_flock()
|
/netbsd-src/usr.bin/at/ |
H A D | at.c | 216 lock.l_start = 0; in writefile() 273 lock.l_start = 0; in writefile()
|
/netbsd-src/external/gpl2/lvm2/dist/daemons/cmirrord/ |
H A D | clogd.c | 101 lock.l_start = 0; in create_lockfile()
|