Home
last modified time | relevance | path

Searched refs:lmd (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/net/
H A Dif_llatbl.c775 struct lle_match_data *lmd; in lltable_delete_conditional_cb() local
777 lmd = (struct lle_match_data *)farg; in lltable_delete_conditional_cb()
778 if (lmd->func(llt, lle, lmd->farg)) { in lltable_delete_conditional_cb()
780 CK_LIST_INSERT_HEAD(&lmd->dchain, lle, lle_chain); in lltable_delete_conditional_cb()
791 struct lle_match_data lmd; in lltable_delete_conditional() local
793 bzero(&lmd, sizeof(lmd)); in lltable_delete_conditional()
794 CK_LIST_INIT(&lmd.dchain); in lltable_delete_conditional()
795 lmd.func = func; in lltable_delete_conditional()
796 lmd.farg = farg; in lltable_delete_conditional()
799 lltable_foreach_lle(llt, lltable_delete_conditional_cb, &lmd); in lltable_delete_conditional()
[all …]
/freebsd/lib/libcrypt/
H A Dlibcrypt.ldscript1 INPUT(@@SHLIB@@ AS_NEEDED(-lmd))
H A Dlibcrypt.aldscript1 INPUT(-l@@LIB@@@@STATICLIB_SUFFIX@@ -lmd)
/freebsd/tools/bsdbox/
H A DMakefile74 CRUNCH_LIBS+= -lgeom -lbsdxml -ljail -lkiconv -lmd -lsbuf -lufs
/freebsd/rescue/rescue/
H A DMakefile173 CRUNCH_LIBS+= -lmd
238 CRUNCH_LIBS+= -lmd
/freebsd/crypto/openssh/regress/misc/fuzz-harness/
H A DMakefile11 LIBS=$(COMMON_OBJS) -lssh -lopenbsd-compat -lmd -lcrypto -lfido2 -lcbor $(FUZZ_LIBS)
/freebsd/cddl/contrib/opensolaris/common/ctf/
H A Dctf_create.c1198 ctf_dmdef_t *lmd = ctf_list_prev(&dtd->dtd_u.dtu_members); in ctf_add_member() local
1199 ctf_id_t ltype = ctf_type_resolve(fp, lmd->dmd_type); in ctf_add_member()
1200 size_t off = lmd->dmd_offset; in ctf_add_member()
/freebsd/contrib/mandoc/
H A Dlib.in82 LINE("libmd", "Message Digest (MD4, MD5, etc.) Support Library (libmd, \\-lmd)")
/freebsd/contrib/wpa/wpa_supplicant/
H A Dinterworking.c1259 u16 lmd; in cred_below_min_backhaul() local
1275 lmd = WPA_GET_LE16(wan + 11); in cred_below_min_backhaul()
1276 if (lmd == 0) in cred_below_min_backhaul()
/freebsd/contrib/unbound/
H A Dconfigure.ac1945 LIBS="$LIBS -lmd"
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.td841 def LMD : LoadMultipleSSe<"lmd", 0xEF, GR64>;