Searched refs:le (Results 1 - 25 of 236) sorted by relevance

12345678910

/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_entry_link_resolver.c161 struct links_entry *le; local
166 while ((le = next_entry(res, NEXT_ENTRY_ALL)) != NULL)
167 archive_entry_free(le->entry);
176 struct links_entry *le; local
182 le = next_entry(res, NEXT_ENTRY_DEFERRED);
183 if (le != NULL) {
184 *e = le->entry;
185 le->entry = NULL;
201 le = find_entry(res, *e);
202 if (le !
263 struct links_entry *le; local
314 struct links_entry *le; local
354 struct links_entry *le; local
385 struct links_entry *le, **new_buckets; local
424 struct links_entry *le; local
[all...]
/freebsd-current/contrib/atf/atf-c/detail/
H A Dlist.c48 entry_to_citer(const atf_list_t *l, const struct list_entry *le) argument
52 iter.m_entry = le;
58 entry_to_iter(atf_list_t *l, struct list_entry *le) argument
62 iter.m_entry = le;
70 struct list_entry *le; local
72 le = (struct list_entry *)malloc(sizeof(*le));
73 if (le != NULL) {
74 le->m_prev = le
85 delete_entry(struct list_entry *le) argument
98 struct list_entry *le; local
123 const struct list_entry *le = citer.m_entry; local
131 const struct list_entry *le = citer.m_entry; local
160 const struct list_entry *le = iter.m_entry; local
168 const struct list_entry *le = iter.m_entry; local
226 struct list_entry *le; local
250 struct list_entry *le = l->m_begin; local
257 const struct list_entry *le = l->m_begin; local
353 struct list_entry *le, *next, *prev; local
[all...]
/freebsd-current/tools/tools/crypto/
H A Dcryptorun.sh23 while [ "$threads" -le "$max_threads" ]; do
25 while [ "$size" -le "$max_size" ]; do
/freebsd-current/contrib/bsddialog/examples_utility/
H A Dmixedgauge.sh14 while [ $perc -le 100 ]
/freebsd-current/cddl/contrib/opensolaris/tools/ctf/common/
H A Dlist.c49 list_t *le; local
51 le = xmalloc(sizeof (list_t));
52 le->l_data = data;
53 le->l_next = *list;
54 *list = le;
82 list_t *le, **le2; local
88 for (le = *list, le2 = list; le; le2 = &le->l_next, le
103 list_t *le; local
[all...]
/freebsd-current/sys/netinet/
H A Dtcp_lro_hpts.c152 const struct lro_entry *le, const struct mbuf *m,
169 if (le->m_head) {
170 log.u_bbr.flex3 = le->m_head->m_pkthdr.lro_nsegs;
171 log.u_bbr.flex4 = le->m_head->m_pkthdr.lro_tcp_d_len;
172 log.u_bbr.flex5 = le->m_head->m_pkthdr.len;
173 log.u_bbr.delRate = le->m_head->m_flags;
174 log.u_bbr.rttProp = le->m_head->m_pkthdr.rcv_tstmp;
179 log.u_bbr.epoch = le->next_seq;
180 log.u_bbr.lt_epoch = le->ack_seq;
182 log.u_bbr.cwnd_gain = le
151 tcp_lro_log(struct tcpcb *tp, const struct lro_ctrl *lc, const struct lro_entry *le, const struct mbuf *m, int frm, int32_t tcp_data_len, uint32_t th_seq, uint32_t th_ack, uint16_t th_win) argument
201 tcp_lro_get_last_if_ackcmp(struct lro_ctrl *lc, struct lro_entry *le, struct tcpcb *tp, int32_t *new_m, bool can_append_old_cmp) argument
244 do_bpf_strip_and_compress(struct tcpcb *tp, struct lro_ctrl *lc, struct lro_entry *le, struct mbuf **pp, struct mbuf **cmp, struct mbuf **mv_to, bool *should_wake, bool bpf_req, bool lagg_bpf_req, struct ifnet *lagg_ifp, bool can_append_old_cmp) argument
456 tcp_queue_pkts(struct tcpcb *tp, struct lro_entry *le) argument
505 _tcp_lro_flush_tcphpts(struct lro_ctrl *lc, struct lro_entry *le) argument
[all...]
H A Dtcp_lro.c91 int (*tcp_lro_flush_tcphpts)(struct lro_ctrl *lc, struct lro_entry *le);
151 struct lro_entry *le)
154 LIST_INSERT_HEAD(&lc->lro_active, le, next);
155 LIST_INSERT_HEAD(bucket, le, hash_next);
159 tcp_lro_active_remove(struct lro_entry *le) argument
162 LIST_REMOVE(le, next); /* active list */
163 LIST_REMOVE(le, hash_next); /* hash bucket */
176 struct lro_entry *le; local
206 (lro_entries * sizeof(*le));
217 le
150 tcp_lro_active_insert(struct lro_ctrl *lc, struct lro_head *bucket, struct lro_entry *le) argument
497 struct lro_entry *le; local
591 struct lro_entry *le; local
602 struct lro_entry *le; local
625 struct lro_entry *le, *le_tmp; local
681 tcp_lro_update_checksum(const struct lro_parser *pa, const struct lro_entry *le, uint16_t payload_len, uint16_t delta_sum) argument
793 tcp_flush_out_entry(struct lro_ctrl *lc, struct lro_entry *le) argument
868 tcp_set_entry_to_mbuf(struct lro_ctrl *lc, struct lro_entry *le, struct mbuf *m, struct tcphdr *th) argument
906 tcp_push_and_replace(struct lro_ctrl *lc, struct lro_entry *le, struct mbuf *m) argument
940 tcp_lro_mbuf_append_pkthdr(struct lro_entry *le, const struct mbuf *p) argument
966 tcp_lro_condense(struct lro_ctrl *lc, struct lro_entry *le) argument
1112 tcp_lro_flush(struct lro_ctrl *lc, struct lro_entry *le) argument
1288 struct lro_entry *le; local
[all...]
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dzap_leaf.c44 static uint16_t *zap_leaf_rehash_entry(zap_leaf_t *l, struct zap_leaf_entry *le,
118 struct zap_leaf_entry *le; local
122 le = &lc->l_entry;
124 le->le_type = BSWAP_8(le->le_type);
125 le->le_value_intlen = BSWAP_8(le->le_value_intlen);
126 le->le_next = BSWAP_16(le->le_next);
127 le
383 struct zap_leaf_entry *le; local
431 struct zap_leaf_entry *le; local
468 struct zap_leaf_entry *le = local
489 struct zap_leaf_entry *le = local
510 struct zap_leaf_entry *le = ZAP_LEAF_ENTRY(l, *zeh->zeh_chunkp); local
534 struct zap_leaf_entry *le = ZAP_LEAF_ENTRY(l, entry_chunk); local
552 struct zap_leaf_entry *le; local
647 struct zap_leaf_entry *le; local
682 zap_leaf_rehash_entry(zap_leaf_t *l, struct zap_leaf_entry *le, uint16_t entry) argument
735 struct zap_leaf_entry *le = ZAP_LEAF_ENTRY(l, entry); local
787 struct zap_leaf_entry *le = ZAP_LEAF_ENTRY(l, i); local
822 struct zap_leaf_entry *le = local
[all...]
/freebsd-current/lib/libpmc/
H A Dpmclog.c258 uint32_t h, *le, npc; local
278 PMCLOG_INITIALIZE_READER(le, ps->ps_saved);
279 ev->pl_data = le;
280 ph = (struct pmclog_header *)(uintptr_t)le;
292 le += sizeof(*ph)/4;
309 PMCLOG_READ32(le,ev->pl_u.pl_cc.pl_pid);
310 PMCLOG_READ32(le,ev->pl_u.pl_cc.pl_tid);
311 PMCLOG_READ32(le,ev->pl_u.pl_cc.pl_pmcid);
312 PMCLOG_READ32(le,ev->pl_u.pl_cc.pl_cpuflags);
315 PMCLOG_READADDR(le,e
[all...]
/freebsd-current/usr.bin/du/
H A Ddu.c378 struct links_entry *le, **new_buckets; local
403 le = free_list;
404 free_list = le->next;
405 free(le);
417 le = buckets[i];
418 buckets[i] = le->next;
421 hash = (le->dev ^ le->ino) % new_size;
425 le;
426 le
[all...]
/freebsd-current/tools/test/stress2/misc/
H A Dtcp.sh38 [ $((`sysctl -n hw.usermem` / 1024 / 1024 / 1024)) -le 3 ] && exit 0
50 [ $tcpINCARNATIONS -le 0 ] && exit 0
H A Dtcp2.sh36 [ $((`sysctl -n hw.usermem` / 1024 / 1024 / 1024)) -le 3 ] && exit 0
50 [ $tcpINCARNATIONS -le 0 ] && exit 0
H A Dselect3.sh34 [ $m -le $((threads + free)) ] && exit 0
/freebsd-current/sys/dev/drm2/
H A Ddrm_linux_list_sort.c57 struct list_head **ar, *le; local
61 list_for_each(le, head)
65 list_for_each(le, head)
66 ar[i++] = le;
/freebsd-current/contrib/netbsd-tests/fs/ffs/
H A Dt_miscquota.sh29 "walk user quota list over several disk blocks" -b le 1 user
33 -b le 1 user
37 -boL le 1 user
41 -boC le 1 user
45 -boLC le 1 user
49 -l le 1 user
53 -oRL le 1 user
57 "new quota entry denied by default entry" 5 -b le 1 user
60 "new quota entry denied by default entry, with list on more than one block" 5000 -b le 1 user
/freebsd-current/tools/regression/tmpfs/
H A Dt_statvfs48 [ $((${f_bsize} * ${f_blocks})) -le \
/freebsd-current/usr.sbin/makefs/cd9660/
H A Dcd9660_conversion.c101 uint32_t le, be; local
103 le = dw;
108 le = bswap32(dw);
110 memcpy(eightchar, &le, 4);
123 uint16_t le, be; local
125 le = dw;
130 le = bswap16(dw);
132 memcpy(fourchar, &le, 2);
/freebsd-current/tests/sys/cddl/zfs/tests/threadsappend/
H A Dthreadsappend_001_pos.ksh71 if [[ $? -ne 0 || -z $NCPUS || $NCPUS -le 1 ]]; then
/freebsd-current/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dtdata.c281 labelent_t *le = xmalloc(sizeof (*le)); local
283 le->le_name = xstrdup(label);
284 le->le_idx = (idx == -1 ? td->td_nextid - 1 : idx);
286 slist_add(&td->td_labels, le, tdata_label_cmp);
292 labelent_t *le = data; local
295 *topp = le;
313 labelent_t *le = arg1; local
315 return (streq(le->le_name, tmpl->le_name));
341 labelent_t *le local
362 labelent_t *le = arg; local
[all...]
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_trim/
H A Dzpool_trim_attach_detach_add_remove.ksh49 [[ "$progress" -le "$new_progress" ]] || \
55 [[ "$progress" -le "$new_progress" ]] || \
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_initialize/
H A Dzpool_initialize_import_export.ksh59 [[ "$progress" -le "$new_progress" ]] || \
73 [[ "$new_progress" -le "$(initialize_progress $TESTPOOL $DISK1)" ]] || \
H A Dzpool_initialize_attach_detach_add_remove.ksh53 [[ "$progress" -le "$new_progress" ]] || \
59 [[ "$progress" -le "$new_progress" ]] || \
/freebsd-current/sys/modules/le/
H A DMakefile2 .PATH: ${SRCTOP}/sys/dev/le
/freebsd-current/crypto/heimdal/lib/roken/
H A Dinet_pton.c94 int le = WSAGetLastError(); local
96 if (le == WSAEINVAL)
99 _set_errno(le);
/freebsd-current/contrib/kyua/utils/logging/
H A Dmacros_test.cpp61 ATF_TEST_CASE_WITHOUT_HEAD(le); variable
62 ATF_TEST_CASE_BODY(le)
112 ATF_ADD_TEST_CASE(tcs, le);

Completed in 301 milliseconds

12345678910