Home
last modified time | relevance | path

Searched refs:l_start (Results 1 – 25 of 121) sorted by relevance

12345

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/
H A Dfcntl.d389 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 Dlinux_fcntl.h90 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 Dt_vnops.c799 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 Ddependency.c1417 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 Ddependency.cc1418 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 Dlvm-file.c43 .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 Dnfs_lock.c267 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 Dlockf.c94 file_lock.l_start = 0; in lutil_lockf()
107 file_lock.l_start = 0; in lutil_unlockf()
/netbsd-src/sys/kern/
H A Dtty_conf.c91 .l_start = ttstart,
109 .l_start = ttstart,
300 KASSERT(disc->l_start != NULL); in ttyldisc_attach()
H A Dvfs_lockf.c776 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 Dlinux32_fcntl.c69 int32_t l_start; member
77 netbsd32_int64 l_start; member
/netbsd-src/sys/fs/nfs/nlm/
H A Dnlm_advlock.c272 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 Dnlm_prot_impl.c1904 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 Dultrix_flock.h9 int32_t l_start; member
H A Dultrix_misc.c693 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 Dftruncate.c56 fl.l_start = wantsize; in __ftruncate()
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Dftruncate.c75 fl.l_start = length; in ftruncate()
/netbsd-src/external/gpl3/binutils/dist/gold/
H A Dftruncate.c75 fl.l_start = length; in ftruncate()
/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dftruncate.c58 fl.l_start = length; in ftruncate()
/netbsd-src/lib/libc/gen/
H A Dlockf.c53 fl.l_start = 0; in __weak_alias()
/netbsd-src/sys/compat/sunos/
H A Dsunos_ioctl.c934 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 Dsunos32_ioctl.c960 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 Dflock.c53 arg.l_start = 0; in rk_flock()
/netbsd-src/usr.bin/at/
H A Dat.c216 lock.l_start = 0; in writefile()
273 lock.l_start = 0; in writefile()
/netbsd-src/external/gpl2/lvm2/dist/daemons/cmirrord/
H A Dclogd.c101 lock.l_start = 0; in create_lockfile()

12345