Searched refs:map_table (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/lib/efcode/engine/ |
H A D | mcookie.c | 42 struct map_table { struct 48 } map_table[MAX_MAPS]; argument 75 struct map_table *mp; in mapping_to_mcookie() 77 for (i = 0, mp = map_table; i < MAX_MAPS; i++, mp++) in mapping_to_mcookie() 101 struct map_table *mp; in delete_mapping() 103 for (i = 0, mp = map_table; i < MAX_MAPS; i++, mp++) { in delete_mapping() 125 struct map_table *mp; in is_mcookie() 128 for (i = 0, mp = map_table; i < MAX_MAPS; i++, mp++) in is_mcookie() 146 struct map_table *mp; in mcookie_to_rlen() 148 for (i = 0, mp = map_table; i < MAX_MAPS; i++, mp++) { in mcookie_to_rlen() [all …]
|
/titanic_41/usr/src/cmd/geniconvtbl/ |
H A D | itm_util.h | 60 itm_tbl_hdr_t *map_table(itm_data_t *, itmc_map_t *, itmc_map_attr_t *);
|
H A D | itm_comp.y | 480 $$ = 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 D | itm_util.c | 513 map_table(itm_data_t *name, itmc_map_t *map_list, in map_table() function
|