Home
last modified time | relevance | path

Searched refs:enum_lookup_map (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/cmd/idmap/idmapd/
H A Didmap_config.h45 struct enum_lookup_map { struct
50 extern struct enum_lookup_map directory_mapping_map[]; argument
51 extern const char *enum_lookup(int value, struct enum_lookup_map *map);
H A Didmap_config.c77 struct enum_lookup_map directory_mapping_map[] = {
84 struct enum_lookup_map trust_dir_map[] = {
819 update_enum(int *value, int *new, char *name, struct enum_lookup_map *map) in update_enum()
1108 enum_lookup(int value, struct enum_lookup_map *map) in enum_lookup()