Home
last modified time | relevance | path

Searched refs:l_len (Results 1 – 16 of 16) sorted by relevance

/f-stack/freebsd/libkern/
H A Dmemmem.c36 memmem(const void *l, size_t l_len, const void *s, size_t s_len) in memmem() argument
43 if (l_len == 0 || s_len == 0) in memmem()
47 if (l_len < s_len) in memmem()
52 return memchr(l, (int)*cs, l_len); in memmem()
55 last = __DECONST(char *, cl) + l_len - s_len; in memmem()
/f-stack/freebsd/contrib/openzfs/cmd/zed/
H A Dzed_file.c99 lock.l_len = 0; in zed_file_lock()
126 lock.l_len = 0; in zed_file_unlock()
152 lock.l_len = 0; in zed_file_is_locked()
/f-stack/freebsd/sys/
H A Dfcntl.h296 off_t l_len; /* len = 0 means until end of file */ member
310 off_t l_len; /* len = 0 means until end of file */ member
H A Dlibkern.h163 void *memmem(const void *l, size_t l_len, const void *s, size_t s_len);
/f-stack/freebsd/kern/
H A Dkern_lockf.c465 if (fl->l_len < 0) { in lf_advlockasync()
469 start += fl->l_len; in lf_advlockasync()
472 } else if (fl->l_len == 0) { in lf_advlockasync()
475 oadd = fl->l_len - 1; in lf_advlockasync()
1589 fl->l_len = 0; in lf_getlock()
1591 fl->l_len = block->lf_end - block->lf_start + 1; in lf_getlock()
1899 ldesc->fl.l_len = 0; in lf_iteratelocks_sysid()
1901 ldesc->fl.l_len = in lf_iteratelocks_sysid()
1966 ldesc->fl.l_len = 0; in lf_iteratelocks_vnode()
1968 ldesc->fl.l_len = in lf_iteratelocks_vnode()
H A Dkern_descrip.c423 fl.l_len = ofl.l_len; in kern_fcntl_freebsd()
460 ofl.l_len = fl.l_len; in kern_fcntl_freebsd()
705 flp->l_len = 0; in kern_fcntl()
2472 lf.l_len = 0; in fdclearlocks()
2796 lf.l_len = 0; in closef()
2819 lf.l_len = 0; in closef()
3561 lf.l_len = 0; in sys_flock()
H A Dvfs_vnops.c348 lf.l_len = 0; in vn_open_vnode_advlock()
1768 lf.l_len = 0; in vn_closefile()
H A Dkern_sig.c3794 lf.l_len = 0; in coredump()
/f-stack/freebsd/netinet/
H A Dsctp_output.c5062 int l_len; in sctp_arethere_unrecognized_parameters() local
5070 l_len = SCTP_MIN_OVERHEAD; in sctp_arethere_unrecognized_parameters()
5072 l_len = SCTP_MIN_V4_OVERHEAD; in sctp_arethere_unrecognized_parameters()
5074 l_len += sizeof(struct sctp_chunkhdr); in sctp_arethere_unrecognized_parameters()
5112 int l_len; in sctp_arethere_unrecognized_parameters() local
5116 l_len = SCTP_MIN_OVERHEAD; in sctp_arethere_unrecognized_parameters()
5118 l_len = SCTP_MIN_V4_OVERHEAD; in sctp_arethere_unrecognized_parameters()
5205 int l_len; in sctp_arethere_unrecognized_parameters() local
5207 l_len = SCTP_MIN_OVERHEAD; in sctp_arethere_unrecognized_parameters()
5209 l_len = SCTP_MIN_V4_OVERHEAD; in sctp_arethere_unrecognized_parameters()
[all …]
H A Dsctp_indata.c2046 int l_len; in sctp_process_a_data_chunk() local
2056 l_len = SCTP_BUF_LEN(dmbuf); in sctp_process_a_data_chunk()
2064 l_len = 0; in sctp_process_a_data_chunk()
2066 l_len += SCTP_BUF_LEN(lat); in sctp_process_a_data_chunk()
2069 if (l_len > the_len) { in sctp_process_a_data_chunk()
2071 m_adj(dmbuf, -(l_len - the_len)); in sctp_process_a_data_chunk()
/f-stack/dpdk/lib/librte_eal/freebsd/
H A Deal.c66 .l_len = RTE_SIZEOF_FIELD(struct rte_mem_config, memsegs),
/f-stack/dpdk/lib/librte_eal/linux/
H A Deal.c79 .l_len = RTE_SIZEOF_FIELD(struct rte_mem_config, memsegs),
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzpl_file.c753 bf.l_len = len; in zpl_fallocate_common()
H A Dzfs_vnops_os.c3904 if (bfp->l_len < 0) { in zfs_space()
3921 len = bfp->l_len; /* 0 means from off to end of file */ in zfs_space()
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzfs_replay.c805 fl.l_len = lr->lr_length; in zfs_replay_truncate()
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_vnops_os.c3844 if (bfp->l_len < 0) { in zfs_space()
3861 len = bfp->l_len; /* 0 means from off to end of file */ in zfs_space()