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

12345678

/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_entry_link_resolver.c162 struct links_entry *le; local
167 while ((le = next_entry(res, NEXT_ENTRY_ALL)) != NULL)
168 archive_entry_free(le->entry);
177 struct links_entry *le; local
183 le = next_entry(res, NEXT_ENTRY_DEFERRED);
184 if (le != NULL) {
185 *e = le->entry;
186 le->entry = NULL;
202 le = find_entry(res, *e);
203 if (le !
264 struct links_entry *le; local
315 struct links_entry *le; local
355 struct links_entry *le; local
386 struct links_entry *le, **new_buckets; local
425 struct links_entry *le; local
[all...]
H A Darchive_read_support_format_cpio.c1049 struct links_entry *le; local
1063 for (le = cpio->links_head; le; le = le->next) {
1064 if (le->dev == dev && le->ino == ino) {
1065 archive_entry_copy_hardlink(entry, le->name);
1067 if (--le->links <= 0) {
1068 if (le
[all...]
/freebsd-11-stable/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-11-stable/sys/netinet/
H A Dtcp_lro.c84 tcp_lro_active_insert(struct lro_ctrl *lc, struct lro_entry *le) argument
87 LIST_INSERT_HEAD(&lc->lro_active, le, next);
91 tcp_lro_active_remove(struct lro_entry *le) argument
94 LIST_REMOVE(le, next);
107 struct lro_entry *le; local
125 (lro_entries * sizeof(*le));
135 le = (struct lro_entry *)
140 LIST_INSERT_HEAD(&lc->lro_free, le + i, next);
148 struct lro_entry *le; local
155 while ((le
194 tcp_lro_rx_csum_fixup(struct lro_entry *le, void *l3hdr, struct tcphdr *th, uint16_t tcp_data_len, uint16_t csum) argument
258 struct lro_entry *le; local
269 struct lro_entry *le, *le_tmp; local
286 tcp_lro_flush(struct lro_ctrl *lc, struct lro_entry *le) argument
577 struct lro_entry *le; local
[all...]
/freebsd-11-stable/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-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzap_leaf.c130 struct zap_leaf_entry *le; local
134 le = &lc->l_entry;
136 le->le_type = BSWAP_8(le->le_type);
137 le->le_value_intlen = BSWAP_8(le->le_value_intlen);
138 le->le_next = BSWAP_16(le->le_next);
139 le->le_name_chunk = BSWAP_16(le
392 struct zap_leaf_entry *le; local
440 struct zap_leaf_entry *le; local
477 struct zap_leaf_entry *le = local
498 struct zap_leaf_entry *le = local
519 struct zap_leaf_entry *le = ZAP_LEAF_ENTRY(l, *zeh->zeh_chunkp); local
543 struct zap_leaf_entry *le = ZAP_LEAF_ENTRY(l, entry_chunk); local
561 struct zap_leaf_entry *le; local
656 struct zap_leaf_entry *le; local
693 struct zap_leaf_entry *le = ZAP_LEAF_ENTRY(l, entry); local
745 struct zap_leaf_entry *le = ZAP_LEAF_ENTRY(l, entry); local
797 struct zap_leaf_entry *le = ZAP_LEAF_ENTRY(l, i); local
832 struct zap_leaf_entry *le = local
[all...]
/freebsd-11-stable/contrib/binutils/gas/
H A Dsb.h56 struct le *item;
62 typedef struct le struct
64 struct le *next;
/freebsd-11-stable/lib/libpmc/
H A Dpmclog.c279 uint32_t h, *le, npc; local
297 PMCLOG_INITIALIZE_READER(le, ps->ps_saved);
299 PMCLOG_READ32(le,h);
308 PMCLOG_READ32(le,ev->pl_ts.tv_sec);
309 PMCLOG_READ32(le,ev->pl_ts.tv_nsec);
326 PMCLOG_READ32(le,ev->pl_u.pl_cc.pl_pid);
327 PMCLOG_READ32(le,ev->pl_u.pl_cc.pl_pmcid);
328 PMCLOG_READ32(le,ev->pl_u.pl_cc.pl_cpuflags);
331 PMCLOG_READADDR(le,ev->pl_u.pl_cc.pl_pc[npc]);
342 PMCLOG_READ32(le,e
[all...]
/freebsd-11-stable/usr.bin/du/
H A Ddu.c373 struct links_entry *le, **new_buckets; local
398 le = free_list;
399 free_list = le->next;
400 free(le);
412 le = buckets[i];
413 buckets[i] = le->next;
416 hash = (le->dev ^ le->ino) % new_size;
420 le;
421 le
[all...]
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_linux_list_sort.c58 struct list_head **ar, *le; local
62 list_for_each(le, head)
66 list_for_each(le, head)
67 ar[i++] = le;
/freebsd-11-stable/usr.sbin/bluetooth/hccontrol/
H A DMakefile6 SRCS= send_recv.c link_policy.c link_control.c le.c\
/freebsd-11-stable/contrib/gdb/gdb/
H A Ddisasm.c153 struct linetable_entry *le,
179 for (i = 0; i < nlines - 1 && le[i].pc < low; i++);
183 for (; i < nlines - 1 && le[i].pc < high; i++)
185 if (le[i].line == le[i + 1].line && le[i].pc == le[i + 1].pc)
189 if (le[i].line == 0)
192 mle[newlines].line = le[i].line;
193 if (le[
151 do_mixed_source_and_assembly(struct ui_out *uiout, struct disassemble_info *di, int nlines, struct linetable_entry *le, CORE_ADDR low, CORE_ADDR high, struct symtab *symtab, int how_many, struct ui_stream *stb) argument
362 struct linetable_entry *le = NULL; local
[all...]
/freebsd-11-stable/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-11-stable/tools/regression/tmpfs/
H A Dt_statvfs49 [ $((${f_bsize} * ${f_blocks})) -le \
/freebsd-11-stable/usr.sbin/makefs/cd9660/
H A Dcd9660_conversion.c103 uint32_t le, be; local
105 le = dw;
110 le = bswap32(dw);
112 memcpy(eightchar, &le, 4);
125 uint16_t le, be; local
127 le = dw;
132 le = bswap16(dw);
134 memcpy(fourchar, &le, 2);
/freebsd-11-stable/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-11-stable/sys/sys/
H A D_callout.h53 LIST_ENTRY(callout) le; member in union:callout::__anon1
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dinet_pton.c94 int le = WSAGetLastError(); local
96 if (le == WSAEINVAL)
99 _set_errno(le);
/freebsd-11-stable/sys/geom/vinum/
H A Dgeom_vinum_drive.c196 m_hdr->config_length = GV_GET32(le);
201 m_hdr->label.date_of_birth.tv_sec = GV_GET32(le);
202 m_hdr->label.date_of_birth.tv_usec = GV_GET32(le);
203 m_hdr->label.last_update.tv_sec = GV_GET32(le);
204 m_hdr->label.last_update.tv_usec = GV_GET32(le);
205 m_hdr->label.drive_size = GV_GET64(le);
210 m_hdr->config_length = GV_GET64(le);
215 m_hdr->label.date_of_birth.tv_sec = GV_GET64(le);
216 m_hdr->label.date_of_birth.tv_usec = GV_GET64(le);
217 m_hdr->label.last_update.tv_sec = GV_GET64(le);
[all...]
/freebsd-11-stable/contrib/netbsd-tests/sbin/newfs/
H A Dt_enable_quotas.sh28 for e in le be; do
/freebsd-11-stable/contrib/netbsd-tests/fs/tmpfs/
H A Dt_statvfs.sh55 [ $((${f_bsize} * ${f_blocks})) -le \
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/cpc/
H A Dtst.allcpus.ksh77 while [ $cpu -le $numproc ]
96 while [ $cpu -le $numproc ]
/freebsd-11-stable/etc/rc.d/
H A Dnetwait51 while [ ${count} -le ${netwait_if_timeout} ]; do
90 while [ ${count} -le ${netwait_timeout} ]; do
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
H A Dtst.aggpackbanner.ksh57 while [[ $i -le $line ]]; do
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/misc/
H A Dtst.dofmax.ksh75 if [[ $((upper - lower)) -le 2 ]]; then

Completed in 216 milliseconds

12345678