Searched refs:maptypes (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/bsd/am-utils/dist/amd/
H A Dmapc.c219 static map_type maptypes[] = variable
375 i = sizeof(maptypes) / sizeof(maptypes[0]);
376 lastmt = maptypes + i;
378 for (mt = maptypes; mt < lastmt; mt++) {
406 for (mt = maptypes;
407 mt < maptypes + sizeof(maptypes) / sizeof(maptypes[0]);
654 * for it, in the maptypes arra
[all...]
/netbsd-current/sys/arch/sparc/include/
H A Doldmon.h55 enum maptypes { /* Page map entry types. */ enum
76 enum maptypes d_devtype; /* What map space device is in. */
/netbsd-current/sbin/gpt/
H A Dmap.c76 static const char *maptypes[] = { variable
91 if ((size_t)t >= __arraycount(maptypes))
93 return maptypes[t];

Completed in 132 milliseconds