Searched refs:enum_lookup (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/cmd/mdb/common/modules/svc.configd/ |
H A D | configd.c | 40 enum_lookup(char *out, size_t size, mdb_ctf_id_t id, int val, in enum_lookup() function 130 enum_lookup(state, sizeof (state), thread_state_enum, in configd_thread() 134 enum_lookup(oldstate, sizeof (oldstate), thread_state_enum, in configd_thread() 241 enum_lookup(requstr, sizeof (requstr), request_enum, cur.rl_request, in request_log() 245 enum_lookup(respstr, sizeof (respstr), response_enum, in request_log() 299 enum_lookup(typestr, sizeof (typestr), ptr_type_enum, in request_log()
|
/illumos-gate/usr/src/cmd/idmap/idmapd/ |
H A D | idmap_config.h | 53 extern const char *enum_lookup(int value, struct enum_lookup_map *map);
|
H A D | init.c | 414 enum_lookup(pgcfg->directory_based_mapping, directory_mapping_map)); in print_idmapdstate()
|
H A D | idmap_config.c | 971 enum_lookup(*new, map)); in update_enum() 1064 enum_lookup((*value)[i].direction, trust_dir_map)); in update_trusted_domains() 1256 enum_lookup(int value, struct enum_lookup_map *map) in enum_lookup() function
|
H A D | server.c | 1292 enum_lookup(pgcfg->directory_based_mapping, in idmap_get_prop_1_svc()
|
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/ |
H A D | zfs.c | 338 enum_lookup(char *type, int val, const char *prefix, size_t size, char *out) in enum_lookup() function 620 if (enum_lookup("enum dmu_object_type", BP_GET_TYPE(bp), "DMU_OT_", in blkptr() 622 enum_lookup("enum zio_checksum", BP_GET_CHECKSUM(bp), in blkptr() 624 enum_lookup("enum zio_compress", BP_GET_COMPRESS(bp), in blkptr() 2059 if (enum_lookup("enum trace_alloc_type", mat.mat_offset, in metaslab_trace() 3257 else if (enum_lookup("enum dmu_object_type", in zfs_blkstats()
|