Home
last modified time | relevance | path

Searched refs:ml2 (Results 1 – 3 of 3) sorted by relevance

/openbsd/usr.bin/file/
H A Dmagic-load.c969 magic_compare(struct magic_line *ml1, struct magic_line *ml2) in magic_compare() argument
971 if (ml1->strength < ml2->strength) in magic_compare()
973 if (ml1->strength > ml2->strength) in magic_compare()
981 if (ml1->line < ml2->line) in magic_compare()
983 if (ml1->line > ml2->line) in magic_compare()
991 magic_named_compare(struct magic_line *ml1, struct magic_line *ml2) in magic_named_compare() argument
993 return (strcmp(ml1->name, ml2->name)); in magic_named_compare()
/openbsd/usr.sbin/amd/amd/
H A Dhost_ops.c414 mntlist *ml2 = ml->mnext; in host_fumount() local
417 ml = ml2; in host_fumount()
/openbsd/sys/net/
H A Dhfsc.c961 struct mbuf_list ml2 = MBUF_LIST_INITIALIZER(); in hfsc_cl_purge() local
963 hfsc_class_purge(cl, &ml2); in hfsc_cl_purge()
964 if (ml_empty(&ml2)) in hfsc_cl_purge()
967 ml_enlist(ml, &ml2); in hfsc_cl_purge()