Searched refs:lmd (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/tools/bsdbox/
H A DMakefile74 CRUNCH_LIBS+= -lgeom -lbsdxml -ljail -lkiconv -lmd -lsbuf -lufs
/freebsd-current/sys/net/
H A Dif_llatbl.c778 struct lle_match_data *lmd; local
780 lmd = (struct lle_match_data *)farg;
781 if (lmd->func(llt, lle, lmd->farg)) {
783 CK_LIST_INSERT_HEAD(&lmd->dchain, lle, lle_chain);
794 struct lle_match_data lmd; local
796 bzero(&lmd, sizeof(lmd));
797 CK_LIST_INIT(&lmd.dchain);
798 lmd
[all...]
/freebsd-current/rescue/rescue/
H A DMakefile174 CRUNCH_LIBS+= -lmd
239 CRUNCH_LIBS+= -lmd
/freebsd-current/crypto/openssh/regress/misc/fuzz-harness/
H A DMakefile10 LIBS=-lssh -lopenbsd-compat -lmd -lcrypto -lfido2 -lcbor $(FUZZ_LIBS)
/freebsd-current/cddl/contrib/opensolaris/common/ctf/
H A Dctf_create.c1198 ctf_dmdef_t *lmd = ctf_list_prev(&dtd->dtd_u.dtu_members); local
1199 ctf_id_t ltype = ctf_type_resolve(fp, lmd->dmd_type);
1200 size_t off = lmd->dmd_offset;
/freebsd-current/contrib/wpa/wpa_supplicant/
H A Dinterworking.c1223 u16 lmd; local
1239 lmd = WPA_GET_LE16(wan + 11);
1240 if (lmd == 0)

Completed in 361 milliseconds