Searched refs:cleanup_stat_map (Results 1 – 1 of 1) sorted by relevance
68 static const CLEANUP_STAT_DETAIL cleanup_stat_map[] = { variable93 for (i = 0; i < sizeof(cleanup_stat_map) / sizeof(cleanup_stat_map[0]); i++) in cleanup_strerror()94 if (cleanup_stat_map[i].status & status) in cleanup_strerror()95 return (cleanup_stat_map[i].text); in cleanup_strerror()109 for (i = 0; i < sizeof(cleanup_stat_map) / sizeof(cleanup_stat_map[0]); i++) in cleanup_stat_detail()110 if (cleanup_stat_map[i].status & status) in cleanup_stat_detail()111 return (cleanup_stat_map + i); in cleanup_stat_detail()