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

/xnu-2422.115.4/libsyscall/mach/
H A Dmach_error_string.c95 err_sparse_mapit(int old, const struct error_sparse_map *map_table, int mapcnt) argument
101 struct error_sparse_map entry = map_table[i];
126 if (system <= err_max_system && sys_p->map_table)
127 sub = err_sparse_mapit(sub, sys_p->map_table, sys_p->map_count);
154 else if (sys_p->map_table)
155 sub = err_sparse_mapit(sub, sys_p->map_table, sys_p->map_count);
161 if (sub_p->map_table)
162 code = err_sparse_mapit(code, sub_p->map_table, sub_p->map_count);
H A Derrorlib.h97 const struct error_sparse_map *map_table; member in struct:error_subsystem
106 const struct error_sparse_map *map_table; member in struct:error_system

Completed in 67 milliseconds