Home
last modified time | relevance | path

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

123

/netbsd-src/external/bsd/atf/dist/atf-c/detail/
H A Dlist.c52 entry_to_citer(const atf_list_t *l, const struct list_entry *le) in entry_to_citer()
62 entry_to_iter(atf_list_t *l, struct list_entry *le) in entry_to_iter()
74 struct list_entry *le; in new_entry() local
89 delete_entry(struct list_entry *le) in delete_entry()
102 struct list_entry *le; in new_entry_and_link() local
127 const struct list_entry *le = citer.m_entry; in atf_list_citer_data() local
135 const struct list_entry *le = citer.m_entry; in atf_list_citer_next() local
164 const struct list_entry *le = iter.m_entry; in atf_list_iter_data() local
172 const struct list_entry *le = iter.m_entry; in atf_list_iter_next() local
230 struct list_entry *le; in atf_list_fini() local
[all …]
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dzap_leaf.c129 struct zap_leaf_entry *le; in zap_leaf_byteswap() local
402 struct zap_leaf_entry *le; in zap_leaf_lookup() local
462 struct zap_leaf_entry *le; in zap_leaf_lookup_closest() local
499 struct zap_leaf_entry *le = in zap_entry_read() local
520 struct zap_leaf_entry *le = in zap_entry_read_name() local
542 struct zap_leaf_entry *le = ZAP_LEAF_ENTRY(l, *zeh->zeh_chunkp); in zap_entry_update() local
562 struct zap_leaf_entry *le; in zap_entry_remove() local
587 struct zap_leaf_entry *le; in zap_entry_create() local
685 struct zap_leaf_entry *le; in zap_entry_normalization_conflict() local
722 struct zap_leaf_entry *le = ZAP_LEAF_ENTRY(l, entry); in zap_leaf_rehash_entry() local
[all …]
/netbsd-src/external/gpl2/lvm2/dist/lib/metadata/
H A Dmerge.c66 uint32_t le = 0; in check_lv_segments() local
259 uint32_t le) in _lv_split_segment()
347 int lv_split_segment(struct logical_volume *lv, uint32_t le) in lv_split_segment()
H A Dlv_manip.c124 uint32_t le; member
128 static struct seg_pvs *_find_seg_pvs_by_le(struct dm_list *list, uint32_t le) in _find_seg_pvs_by_le()
171 uint32_t le, uint32_t len, in alloc_lv_segment()
282 uint32_t pe, le; in move_lv_segment_area() local
337 struct logical_volume *lv, uint32_t le, in set_lv_segment_area_lv()
787 uint32_t le, uint32_t len, uint32_t *max_seg_len, in _for_each_pv()
1442 struct logical_volume *lv, uint32_t le, in lv_add_mirror_areas()
/netbsd-src/external/cddl/osnet/dist/tools/ctf/cvt/
H A Dtdata.c288 labelent_t *le = xmalloc(sizeof (*le)); in tdata_label_add() local
299 labelent_t *le = data; in tdata_label_top_cb() local
320 labelent_t *le = arg1; in tdata_label_find_cb() local
348 labelent_t *le = data; in tdata_label_newmax_cb() local
369 labelent_t *le = arg; in tdata_label_free_cb() local
/netbsd-src/sys/dev/
H A Dlockstat.c167 lockstat_init_tables(lsenable_t *le) in lockstat_init_tables()
218 lockstat_start(lsenable_t *le) in lockstat_start()
338 lockstat_alloc(lsenable_t *le) in lockstat_alloc()
492 lsenable_t *le; in lockstat_ioctl() local
/netbsd-src/external/cddl/osnet/dist/tools/ctf/common/
H A Dlist.c53 list_t *le; in list_add() local
86 list_t *le, **le2; in list_remove() local
107 list_t *le; in list_free() local
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/otp/
H A Dotp_md.c89 int le, in otp_md_init()
124 int le, in otp_md_next()
149 int le, in otp_md_hash()
/netbsd-src/usr.sbin/makefs/cd9660/
H A Dcd9660_conversion.c104 uint32_t le, be; in cd9660_bothendian_dword() local
126 uint16_t le, be; in cd9660_bothendian_word() local
/netbsd-src/external/gpl2/lvm2/dist/lib/format1/
H A Dimport-extents.c116 uint32_t i, lv_num, le; in _fill_maps() local
198 static uint32_t _area_length(struct lv_map *lvm, uint32_t le) in _area_length()
213 uint32_t le = 0, len; in _read_linear() local
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dinet_pton.c96 int le = WSAGetLastError(); in inet_pton() local
/netbsd-src/external/bsd/kyua-cli/dist/utils/logging/
H A Dmacros_test.cpp62 ATF_TEST_CASE_BODY(le) in ATF_TEST_CASE_BODY() argument
/netbsd-src/sys/ufs/chfs/
H A Debh.c568 struct chfs_ltree_entry le, *result; in ltree_lookup() local
588 struct chfs_ltree_entry *le, *result; in ltree_add_entry() local
624 struct chfs_ltree_entry *le; leb_read_lock() local
645 struct chfs_ltree_entry *le; leb_read_unlock() local
680 struct chfs_ltree_entry *le; leb_write_lock() local
701 struct chfs_ltree_entry *le; leb_write_unlock() local
[all...]
/netbsd-src/external/bsd/openldap/dist/contrib/ldapc++/src/
H A DLdifWriter.cpp32 void LdifWriter::writeRecord(const LDAPEntry& le) in writeRecord()
H A DLDAPEntry.cpp101 ostream& operator << (ostream& s, const LDAPEntry& le){ in operator <<()
H A DLDAPConnection.cpp177 void LDAPConnection::add(const LDAPEntry* le, const LDAPConstraints* cons){ in add()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
H A Dcow-stdexcept.cc351 std::logic_error* le = (std::logic_error*) e; in _txnal_logic_error_get_msg() local
358 std::runtime_error* le = (std::runtime_error*) e; in _txnal_runtime_error_get_msg() local
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
H A Dcow-stdexcept.cc371 std::logic_error* le = (std::logic_error*) e; in _txnal_logic_error_get_msg() local
378 std::runtime_error* le = (std::runtime_error*) e; in _txnal_runtime_error_get_msg() local
/netbsd-src/external/mpl/bind/dist/lib/ns/
H A Dinterfacemgr.c957 update_http_settings(ns_interface_t * ifp,ns_listenelt_t * le) update_http_settings() argument
991 update_listener_configuration(ns_interfacemgr_t * mgr,ns_interface_t * ifp,ns_listenelt_t * le) update_listener_configuration() argument
1029 ns_listenelt_t *le = NULL; do_scan() local
[all...]
/netbsd-src/sys/arch/mips/cavium/dev/
H A Docteon_pkovar.h92 int le, int n2, int q, int r, int g, int ipoffp1, int ii, int df, int segs, in octpko_cmd_word0()
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/
H A Disakmp_xauth.c883 LDAPMessage *le = NULL; local
1165 LDAPMessage *le = NULL; local
/netbsd-src/crypto/external/bsd/netpgp/dist/src/libdigest/
H A Dtiger.c829 uint64_t le[3]; in TIGER_Final() local
/netbsd-src/sys/dev/tc/
H A Dif_le_ioasic.c107 struct lance_softc *le = &sc->sc_am7990.lsc; in le_ioasic_attach() local
/netbsd-src/external/gpl2/groff/dist/src/preproc/pic/
H A Dcommon.cpp138 double le = M_PI / 2 * (dim.x + dim.y) in dashed_ellipse() local
196 double le = M_PI / 2 * (dim.x + dim.y) in dotted_ellipse() local
/netbsd-src/sys/arch/amiga/amiga/
H A Damiga_init.c734 register paddr_t *lp, *le, *fp; in start_c() local

123