Searched defs:map_table (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/lib/efcode/engine/ |
H A D | mcookie.c | 42 struct map_table { struct 48 } map_table[MAX_MAPS]; variable in typeref:struct:map_table 75 struct map_table *mp; 77 for (i = 0, mp = map_table; i < MAX_MAPS; i++, mp++) 101 struct map_table *mp; 103 for (i = 0, mp = map_table; i < MAX_MAPS; i++, mp++) { 125 struct map_table *mp; 128 for (i = 0, mp = map_table; i < MAX_MAPS; i++, mp++) 146 struct map_table *mp; 148 for (i = 0, mp = map_table; [all...] |
/illumos-gate/usr/src/cmd/geniconvtbl/ |
H A D | itm_util.c | 513 map_table(itm_data_t *name, itmc_map_t *map_list, function 717 TRACE_MESSAGE('m', ("map_table: ent=%lu num=%lu ", 800 TRACE_MESSAGE('m', ("map_table: simple_indexed_map_ent=%lu\n",
|
Completed in 63 milliseconds