OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:typedos
(Results
1 - 4
of
4
) sorted by null
/external/syslinux/com32/chain/
partiter.h
99
extern const struct itertype * const
typedos
;
mangle.c
535
if (miter->type !=
typedos
) {
640
if (miter->type !=
typedos
) {
chain.c
77
if (iter->type ==
typedos
&& iter->dos.disk_sig == mbr_sig)
442
} else if (iter->type ==
typedos
) {
partiter.c
71
const struct itertype * const
typedos
= types;
variable
115
iter->type =
typedos
;
Completed in 65 milliseconds