Home
last modified time | relevance | path

Searched defs:le (Results 1 – 25 of 41) sorted by relevance

12

/freebsd/contrib/atf/atf-c/detail/
H A Dlist.c48 entry_to_citer(const atf_list_t *l, const struct list_entry *le) in entry_to_citer()
58 entry_to_iter(atf_list_t *l, struct list_entry *le) in entry_to_iter()
70 struct list_entry *le; in new_entry() local
85 delete_entry(struct list_entry *le) in delete_entry()
98 struct list_entry *le; in new_entry_and_link() local
123 const struct list_entry *le = citer.m_entry; in atf_list_citer_data() local
131 const struct list_entry *le = citer.m_entry; in atf_list_citer_next() local
160 const struct list_entry *le = iter.m_entry; in atf_list_iter_data() local
168 const struct list_entry *le = iter.m_entry; in atf_list_iter_next() local
226 struct list_entry *le; in atf_list_fini() local
[all …]
/freebsd/sys/netinet/
H A Dtcp_lro.c152 struct lro_entry *le) in tcp_lro_active_insert()
160 tcp_lro_active_remove(struct lro_entry *le) in tcp_lro_active_remove()
177 struct lro_entry *le; in tcp_lro_init_args() local
494 struct lro_entry *le; in tcp_lro_free() local
588 struct lro_entry *le; in tcp_lro_rx_done() local
599 struct lro_entry *le, *le_tmp; in tcp_lro_flush_active() local
622 struct lro_entry *le, *le_tmp; in tcp_lro_flush_inactive() local
678 tcp_lro_update_checksum(const struct lro_parser *pa, const struct lro_entry *le, in tcp_lro_update_checksum()
790 tcp_flush_out_entry(struct lro_ctrl *lc, struct lro_entry *le) in tcp_flush_out_entry()
865 tcp_set_entry_to_mbuf(struct lro_ctrl *lc, struct lro_entry *le, in tcp_set_entry_to_mbuf()
[all …]
H A Dtcp_lro_hpts.c156 const struct lro_entry *le, const struct mbuf *m, in tcp_lro_log()
206 tcp_lro_get_last_if_ackcmp(struct lro_ctrl *lc, struct lro_entry *le, in tcp_lro_get_last_if_ackcmp()
254 struct lro_entry *le, struct mbuf **pp, struct mbuf **cmp, in do_bpf_strip_and_compress()
465 tcp_queue_pkts(struct tcpcb *tp, struct lro_entry *le) in tcp_queue_pkts()
514 _tcp_lro_flush_tcphpts(struct lro_ctrl *lc, struct lro_entry *le) in _tcp_lro_flush_tcphpts()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_entry_link_resolver.c161 struct links_entry *le; in archive_entry_linkresolver_free() local
176 struct links_entry *le; in archive_entry_linkify() local
278 struct links_entry *le; in find_entry() local
333 struct links_entry *le; in next_entry() local
373 struct links_entry *le; in insert_entry() local
408 struct links_entry *le, **new_buckets; in grow_hash() local
447 struct links_entry *le; in archive_entry_partial_links() local
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzap_leaf.c119 struct zap_leaf_entry *le; in zap_leaf_byteswap() local
427 struct zap_leaf_entry *le; in zap_leaf_lookup() local
475 struct zap_leaf_entry *le; in zap_leaf_lookup_closest() local
512 struct zap_leaf_entry *le = in zap_entry_read() local
533 struct zap_leaf_entry *le = in zap_entry_read_name() local
554 struct zap_leaf_entry *le = ZAP_LEAF_ENTRY(l, *zeh->zeh_chunkp); in zap_entry_update() local
578 struct zap_leaf_entry *le = ZAP_LEAF_ENTRY(l, entry_chunk); in zap_entry_remove() local
597 struct zap_leaf_entry *le; in zap_entry_create() local
692 struct zap_leaf_entry *le; in zap_entry_normalization_conflict() local
727 zap_leaf_rehash_entry(zap_leaf_t *l, struct zap_leaf_entry *le, uint16_t entry) in zap_leaf_rehash_entry()
[all …]
H A Ddsl_deadlist.c1110 livelist_entry_t *le = NULL; in dsl_process_sub_livelist() local
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dtdata.c281 labelent_t *le = xmalloc(sizeof (*le)); in tdata_label_add() local
292 labelent_t *le = data; in tdata_label_top_cb() local
313 labelent_t *le = arg1; in tdata_label_find_cb() local
341 labelent_t *le = data; in tdata_label_newmax_cb() local
362 labelent_t *le = arg; in tdata_label_free_cb() local
/freebsd/cddl/contrib/opensolaris/tools/ctf/common/
H A Dlist.c49 list_t *le; in list_add() local
82 list_t *le, **le2; in list_remove() local
103 list_t *le; in list_free() local
/freebsd/contrib/wpa/src/utils/
H A Dwpa_debug.h30 #define wpa_hexdump(l,t,b,le) do { } while (0) argument
32 #define wpa_hexdump_key(l,t,b,le) do { } while (0) argument
34 #define wpa_hexdump_ascii(l,t,b,le) do { } while (0) argument
35 #define wpa_hexdump_ascii_key(l,t,b,le) do { } while (0) argument
/freebsd/usr.sbin/makefs/cd9660/
H A Dcd9660_conversion.c101 uint32_t le, be; in cd9660_bothendian_dword() local
123 uint16_t le, be; in cd9660_bothendian_word() local
/freebsd/crypto/heimdal/lib/roken/
H A Dinet_pton.c94 int le = WSAGetLastError(); in inet_pton() local
/freebsd/contrib/kyua/utils/logging/
H A Dmacros_test.cpp62 ATF_TEST_CASE_BODY(le) in ATF_TEST_CASE_BODY() argument
/freebsd/sys/dev/drm2/
H A Ddrm_linux_list_sort.c57 struct list_head **ar, *le; in drm_list_sort() local
/freebsd/lib/libpmc/
H A Dpmclog.c258 uint32_t h, *le, npc; in pmclog_get_event() local
/freebsd/usr.bin/localedef/
H A Dcharmap.c316 int ls, le; in add_charmap_range() local
/freebsd/usr.bin/du/
H A Ddu.c353 struct links_entry *le, **new_buckets; in linkchk() local
/freebsd/crypto/heimdal/lib/krb5/
H A Dexpand_path.c159 DWORD le = GetLastError(); in _expand_userid() local
/freebsd/usr.bin/sed/
H A Dprocess.c387 regoff_t le = 0; in substitute() local
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolContext.cpp37 Block *b, LineEntry *le, Symbol *s) in SymbolContext()
46 LineEntry *le, Symbol *s) in SymbolContext()
/freebsd/crypto/krb5/src/lib/krb5/os/
H A Dexpand_path.c158 DWORD le = GetLastError(); in expand_userid() local
/freebsd/usr.sbin/makefs/zfs/
H A Dzap.c421 struct zap_leaf_entry *le; in zap_fat_write() local
/freebsd/sys/compat/linux/
H A Dlinux_event.c291 struct epoll_event le; in linux_epoll_ctl() local
/freebsd/tools/regression/fsx/
H A Dfsx.c164 struct log_entry *le; in do_log4() local
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlauxlib.c97 int li = 1, le = 1; in countlevels() local
/freebsd/sys/cam/
H A Dcam_periph.c1771 int le; in camperiphscsisenseerror() local

12