Searched refs:map_table (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/efcode/engine/
H A Dmcookie.c42 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 Ditm_util.h60 itm_tbl_hdr_t *map_table(itm_data_t *, itmc_map_t *, itmc_map_attr_t *);
H A Ditm_comp.y480 $$ = map_table($2, $4, NULL);
485 $$ = map_table(NULL, $3, NULL);
490 $$ = map_table($2, $5, $3);
495 $$ = map_table(NULL, $4, $2);
H A Ditm_util.c513 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 66 milliseconds