Home
last modified time | relevance | path

Searched refs:itertype (Results 1 – 2 of 2) sorted by relevance

/external/syslinux/com32/chain/
Dpartiter.h51 struct itertype;
54 struct itertype { struct
62 const struct itertype *type; argument
99 extern const struct itertype * const typedos;
100 extern const struct itertype * const typegpt;
101 extern const struct itertype * const typeraw;
Dpartiter.c59 static struct itertype types[] = {
71 const struct itertype * const typedos = types;
72 const struct itertype * const typegpt = types+1;
73 const struct itertype * const typeraw = types+2;