| /f-stack/freebsd/libkern/ |
| H A D | memmem.c | 36 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 D | zed_file.c | 99 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 D | fcntl.h | 296 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 D | libkern.h | 163 void *memmem(const void *l, size_t l_len, const void *s, size_t s_len);
|
| /f-stack/freebsd/kern/ |
| H A D | kern_lockf.c | 465 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 D | kern_descrip.c | 423 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 D | vfs_vnops.c | 348 lf.l_len = 0; in vn_open_vnode_advlock() 1768 lf.l_len = 0; in vn_closefile()
|
| H A D | kern_sig.c | 3794 lf.l_len = 0; in coredump()
|
| /f-stack/freebsd/netinet/ |
| H A D | sctp_output.c | 5062 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 D | sctp_indata.c | 2046 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 D | eal.c | 66 .l_len = RTE_SIZEOF_FIELD(struct rte_mem_config, memsegs),
|
| /f-stack/dpdk/lib/librte_eal/linux/ |
| H A D | eal.c | 79 .l_len = RTE_SIZEOF_FIELD(struct rte_mem_config, memsegs),
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zpl_file.c | 753 bf.l_len = len; in zpl_fallocate_common()
|
| H A D | zfs_vnops_os.c | 3904 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 D | zfs_replay.c | 805 fl.l_len = lr->lr_length; in zfs_replay_truncate()
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zfs_vnops_os.c | 3844 if (bfp->l_len < 0) { in zfs_space() 3861 len = bfp->l_len; /* 0 means from off to end of file */ in zfs_space()
|