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

123456

/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_entry_link_resolver.c149 struct links_entry *le; local
155 while ((le = next_entry(res)) != NULL)
156 archive_entry_free(le->entry);
167 struct links_entry *le; local
173 le = next_entry(res);
174 if (le != NULL) {
175 *e = le->entry;
176 le->entry = NULL;
192 le = find_entry(res, *e);
193 if (le !
251 struct links_entry *le; local
306 struct links_entry *le; local
341 struct links_entry *le; local
373 struct links_entry *le, **new_buckets; local
[all...]
H A Darchive_read_support_format_cpio.c739 struct links_entry *le; local
753 for (le = cpio->links_head; le; le = le->next) {
754 if (le->dev == dev && le->ino == ino) {
755 archive_entry_copy_hardlink(entry, le->name);
757 if (--le->links <= 0) {
758 if (le
[all...]
/freebsd-9.3-release/sys/netinet/
H A Dtcp_lro.c73 struct lro_entry *le; local
85 le = (struct lro_entry *)malloc(sizeof(*le), M_DEVBUF,
87 if (le == NULL) {
93 SLIST_INSERT_HEAD(&lc->lro_free, le, next);
102 struct lro_entry *le; local
105 le = SLIST_FIRST(&lc->lro_free);
107 free(le, M_DEVBUF);
135 tcp_lro_rx_csum_fixup(struct lro_entry *le, void *l3hdr, struct tcphdr *th, argument
144 switch (le
197 tcp_lro_flush(struct lro_ctrl *lc, struct lro_entry *le) argument
352 struct lro_entry *le; local
[all...]
/freebsd-9.3-release/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-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzap_leaf.c124 struct zap_leaf_entry *le; local
128 le = &lc->l_entry;
130 le->le_type = BSWAP_8(le->le_type);
131 le->le_value_intlen = BSWAP_8(le->le_value_intlen);
132 le->le_next = BSWAP_16(le->le_next);
133 le->le_name_chunk = BSWAP_16(le
394 struct zap_leaf_entry *le; local
454 struct zap_leaf_entry *le; local
491 struct zap_leaf_entry *le = local
512 struct zap_leaf_entry *le = local
534 struct zap_leaf_entry *le = ZAP_LEAF_ENTRY(l, *zeh->zeh_chunkp); local
554 struct zap_leaf_entry *le; local
579 struct zap_leaf_entry *le; local
677 struct zap_leaf_entry *le; local
714 struct zap_leaf_entry *le = ZAP_LEAF_ENTRY(l, entry); local
766 struct zap_leaf_entry *le, *nle; local
819 struct zap_leaf_entry *le = ZAP_LEAF_ENTRY(l, i); local
856 struct zap_leaf_entry *le = local
[all...]
/freebsd-9.3-release/contrib/binutils/gas/
H A Dsb.h56 struct le *item;
62 typedef struct le struct
64 struct le *next;
/freebsd-9.3-release/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]);
340 PMCLOG_READ32(le,e
[all...]
/freebsd-9.3-release/usr.bin/du/
H A Ddu.c367 struct links_entry *le, **new_buckets; local
392 le = free_list;
393 free_list = le->next;
394 free(le);
409 le = buckets[i];
410 buckets[i] = le->next;
413 hash = (le->dev ^ le->ino) % new_size;
417 le;
418 le
[all...]
/freebsd-9.3-release/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-9.3-release/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-9.3-release/contrib/libc++/src/
H A Dstdexcept.cpp115 logic_error::logic_error(const logic_error& le) _NOEXCEPT
118 ::new(&s) __libcpp_nmstr((const __libcpp_nmstr&)le.__imp_);
122 logic_error::operator=(const logic_error& le) _NOEXCEPT
125 const __libcpp_nmstr& s2 = (const __libcpp_nmstr&)le.__imp_;
159 runtime_error::runtime_error(const runtime_error& le) _NOEXCEPT
162 ::new(&s) __libcpp_nmstr((const __libcpp_nmstr&)le.__imp_);
166 runtime_error::operator=(const runtime_error& le) _NOEXCEPT
169 const __libcpp_nmstr& s2 = (const __libcpp_nmstr&)le.__imp_;
/freebsd-9.3-release/etc/rc.d/
H A Dnetwait41 while [ ${count} -le ${netwait_if_timeout} ]; do
74 while [ ${count} -le ${netwait_timeout} ]; do
H A Dgeli65 while [ ${count} -le ${geli_tries} ]; do
/freebsd-9.3-release/tools/regression/tmpfs/
H A Dt_statvfs49 [ $((${f_bsize} * ${f_blocks})) -le \
/freebsd-9.3-release/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-9.3-release/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-9.3-release/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-9.3-release/contrib/wpa/src/utils/
H A Dwpa_debug.h29 #define wpa_hexdump(l,t,b,le) do { } while (0)
31 #define wpa_hexdump_key(l,t,b,le) do { } while (0)
33 #define wpa_hexdump_ascii(l,t,b,le) do { } while (0)
34 #define wpa_hexdump_ascii_key(l,t,b,le) do { } while (0)
/freebsd-9.3-release/usr.bin/calendar/calendars/fr_FR.ISO8859-1/
H A Dcalendar.proverbes16 Fait le paysan riche.
31 01/15 S'il g�le � la saint Maur,
35 01/20 S'il g�le � la saint S�bastien,
43 L'hiver se rompt le col.
44 01/31 Janvier fait le p�ch�,
60 02/12 Si le soleil rit � la sainte Eulalie,
69 Br�le le bl�.
106 03/23 Quand � glace il g�le � la saint Victorien,
121 G�le l
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/cpc/
H A Dtst.allcpus.ksh77 while [ $cpu -le $numproc ]
96 while [ $cpu -le $numproc ]
/freebsd-9.3-release/usr.sbin/bsdinstall/scripts/
H A Dchecksum56 if [ $CK_VALID -le 1 ]; then
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/misc/
H A Dtst.dofmax.ksh75 if [[ $((upper - lower)) -le 2 ]]; then
/freebsd-9.3-release/sys/modules/le/
H A DMakefile3 .PATH: ${.CURDIR}/../../dev/le
/freebsd-9.3-release/tools/regression/usr.bin/make/
H A Dcommon.sh37 while [ ${N} -le ${TEST_N} ] ; do
258 while [ ${N} -le ${TEST_N} ] ; do
293 while [ ${N} -le ${TEST_N} ] ; do
320 while [ ${N} -le ${TEST_N} ] ; do
380 while [ ${N} -le ${TEST_N} ] ; do
425 while [ ${N} -le ${TEST_N} ] ; do
/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dinterfacemgr.c629 ns_listenelt_t *le; local
675 for (le = ISC_LIST_HEAD(mgr->listenon6->elts);
676 le != NULL;
677 le = ISC_LIST_NEXT(le, link)) {
680 if (!listenon_is_ip6_any(le))
684 isc_sockaddr_fromin6(&listen_addr, &in6a, le->port);
694 le->port);
771 for (le = ISC_LIST_HEAD(ll->elts);
772 le !
[all...]

Completed in 196 milliseconds

123456