Home
last modified time | relevance | path

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

/freebsd-12-stable/rescue/rescue/
DMakefile146 CRUNCH_LIBS+= -lmd
216 CRUNCH_LIBS+= -lmd
/freebsd-12-stable/tools/bsdbox/
DMakefile76 CRUNCH_LIBS+= -lgeom -lbsdxml -ljail -lkiconv -lmd -lsbuf -lufs
/freebsd-12-stable/crypto/openssh/regress/misc/fuzz-harness/
DMakefile10 LIBS=-lssh -lopenbsd-compat -lmd -lcrypto -lfido2 -lcbor $(FUZZ_LIBS)
/freebsd-12-stable/release/picobsd/qemu/
Dcrunch.conf198 libs_so -lipsec -lmd # used with ipv6
/freebsd-12-stable/cddl/contrib/opensolaris/common/ctf/
Dctf_create.c1093 ctf_dmdef_t *lmd = ctf_list_prev(&dtd->dtd_u.dtu_members); in ctf_add_member() local
1094 ctf_id_t ltype = ctf_type_resolve(fp, lmd->dmd_type); in ctf_add_member()
1095 size_t off = lmd->dmd_offset; in ctf_add_member()
/freebsd-12-stable/contrib/mandoc/
Dlib.in83 LINE("libmd", "Message Digest (MD4, MD5, etc.) Support Library (libmd, \\-lmd)")
/freebsd-12-stable/contrib/wpa/wpa_supplicant/
Dinterworking.c1223 u16 lmd; in cred_below_min_backhaul() local
1239 lmd = WPA_GET_LE16(wan + 11); in cred_below_min_backhaul()
1240 if (lmd == 0) in cred_below_min_backhaul()
/freebsd-12-stable/contrib/unbound/
Dconfigure.ac1773 LIBS="$LIBS -lmd"
/freebsd-12-stable/contrib/binutils/opcodes/
Ds390-opc.txt509 ef lmd SS_RRRDRD3 "load multiple disjoint" z900 zarch
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td804 def LMD : LoadMultipleSSe<"lmd", 0xEF, GR64>;