HomeSort by: relevance | last modified time | path
    Searched defs:maptypes (Results 1 - 3 of 3) sorted by relevancy

  /src/sbin/gpt/
map.c 76 static const char *maptypes[] = { variable
91 if ((size_t)t >= __arraycount(maptypes))
93 return maptypes[t];
  /src/external/bsd/am-utils/dist/amd/
mapc.c 219 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 array. If found, initialize the map using tha
    [all...]
  /src/sys/arch/sparc/include/
oldmon.h 52 enum maptypes { /* Page map entry types. */ enum
73 enum maptypes d_devtype; /* What map space device is in. */

Completed in 29 milliseconds