Searched refs:lmd (Results 1 – 11 of 11) sorted by relevance
| /freebsd/sys/net/ |
| H A D | if_llatbl.c | 775 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 D | libcrypt.ldscript | 1 INPUT(@@SHLIB@@ AS_NEEDED(-lmd))
|
| H A D | libcrypt.aldscript | 1 INPUT(-l@@LIB@@@@STATICLIB_SUFFIX@@ -lmd)
|
| /freebsd/tools/bsdbox/ |
| H A D | Makefile | 74 CRUNCH_LIBS+= -lgeom -lbsdxml -ljail -lkiconv -lmd -lsbuf -lufs
|
| /freebsd/rescue/rescue/ |
| H A D | Makefile | 173 CRUNCH_LIBS+= -lmd 238 CRUNCH_LIBS+= -lmd
|
| /freebsd/crypto/openssh/regress/misc/fuzz-harness/ |
| H A D | Makefile | 11 LIBS=$(COMMON_OBJS) -lssh -lopenbsd-compat -lmd -lcrypto -lfido2 -lcbor $(FUZZ_LIBS)
|
| /freebsd/cddl/contrib/opensolaris/common/ctf/ |
| H A D | ctf_create.c | 1198 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 D | lib.in | 82 LINE("libmd", "Message Digest (MD4, MD5, etc.) Support Library (libmd, \\-lmd)")
|
| /freebsd/contrib/wpa/wpa_supplicant/ |
| H A D | interworking.c | 1259 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 D | configure.ac | 1945 LIBS="$LIBS -lmd"
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrInfo.td | 841 def LMD : LoadMultipleSSe<"lmd", 0xEF, GR64>;
|