Home
last modified time | relevance | path

Searched refs:typedos (Results 1 – 4 of 4) sorted by relevance

/external/syslinux/com32/chain/
Dpartiter.h99 extern const struct itertype * const typedos;
Dmangle.c535 if (miter->type != typedos) { in manglepe_hide()
640 if (miter->type != typedos) { in manglepe_fixchs()
Dchain.c77 if (iter->type == typedos && iter->dos.disk_sig == mbr_sig) in find_by_sig()
442 } else if (iter->type == typedos) { in setup_handover()
Dpartiter.c71 const struct itertype * const typedos = types; variable
115 iter->type = typedos; in pi_dos_ctor()