type_str
static char *type_str[] = {
type_str[hdr->data_type],
char *type_str = NULL;
type_str = "any";
type_str = "composite";
type_str = "int64";
type_str = "int";
type_str = "byte";
type_str = "string";
if (type_str != NULL)
mdb_printf("type=%s", type_str);
char *type_str = NULL;
type_str = "init";
type_str = "online";
type_str = "standby";
type_str = "fault";
type_str = "offline";
if (type_str != NULL)
mdb_printf("state=%s\n", type_str);
get_enum(char *obuf, size_t size, const char *type_str, int val,
if (mdb_ctf_lookup_by_name(type_str, &type_id) != 0)
get_enum(char *out, size_t size, const char *type_str, int val,
if (mdb_ctf_lookup_by_name(type_str, &type_id) != 0)
const char *type_str;
type_str = conv_phdr_type(osabi, mach, sgp->sg_phdr.p_type,
type_str, sgp->sg_name,
type_str, sgp->sg_name,
type_str, sgp->sg_name);
dbg_print(lml, MSG_ORIG(MSG_MAP_SORT_SEG), type_str);
const char *type_str;
type_str = conv_phdr_type(osabi, mach, sgp->sg_phdr.p_type,
dbg_print(lml, MSG_ORIG(MSG_MAP_SORT_SEG_NAME), type_str,
char *type_str;
type_str = cfga_str(BD_MEM);
type_str = cfga_str(BD_CPU);
type_str = cfga_str(BD_IO_2SBUS);
type_str = cfga_str(BD_IO_SBUS_FFB);
type_str = cfga_str(BD_IO_PCI);
type_str = cfga_str(BD_DISK);
type_str = cfga_str(BD_IO_2SBUS_SOCPLUS);
type_str = cfga_str(BD_IO_SBUS_FFB_SOCPLUS);
type_str = cfga_str(BD_UNKNOWN);
return (type_str);
(void) strcpy(cs->ap_type, type_str(sc->type));
char *type_str;
type_str = di_hp_description(hp);
if (type_str && (strcmp(arg->type, type_str) != 0))
get_sock_type_id(const char *type_str)
if (strcmp(SOCKTYPE_STREAM_STR, type_str) == 0) {
} else if (strcmp(SOCKTYPE_DGRAM_STR, type_str) == 0) {
} else if (strcmp(SOCKTYPE_RAW_STR, type_str) == 0) {
} else if (strcmp(SOCKTYPE_SEQPKT_STR, type_str) == 0) {
char *policy_str, *type_str, *res1_str, *res2_str;
type_str = _NO_VALUE;
type_str = type[0];
len = strlen(name[0]) + strlen(policy_str) + strlen(type_str) +
name[0], policy_str, type_str, res1_str,
char **type_str = _type_str;
if (*type_str) {
if (strcmp(*type_str, argv[0]) == 0)
*type_str = type_buf;
const char *type_str;
type_str = "MSI";
type_str = "MSIX";
type_str = "FIXED";
type_str = "unknown";
type_str, rc, count);
type_str, rc);
type_str);
char *type_str;
type_str = "L2:";
type_str = "L3:";
type_str, (uint32_t)tag_addr, (uint32_t)start_paddr,
const char *type_str;
type_str = sgenv_get_type_str(id.id.sensor_type);
((type_str != NULL) ? type_str : ""),
char *type_str;
type_str = "unconfiguring";
type_str = "unconfigured";
type_str = "unconfigure?";
type_str = "configuring";
type_str = "configured";
type_str = "configure?";
type_str = "undefined occupant state";
return (type_str);
char *type_str;
type_str = MEM_BD_NAME;
type_str = CPU_BD_NAME;
type_str = IO_2SBUS_BD_NAME;
type_str = IO_SBUS_FFB_BD_NAME;
type_str = IO_2SBUS_SOCPLUS_BD_NAME;
type_str = IO_SBUS_FFB_SOCPLUS_BD_NAME;
type_str = IO_PCI_BD_NAME;
type_str = DISK_BD_NAME;
type_str = "unknown";
return (type_str);
char *type_str;
type_str = "emptying";
type_str = "emptied";
type_str = "empty";
type_str = "empty?";
type_str = "disconnecting";
type_str = "disconnected";
type_str = "disconnect";
type_str = "disconnect?";
type_str = "connecting";
type_str = "connected";
type_str = "connect";
type_str = "connect?";
type_str = "undefined receptacle state";
return (type_str);
char *type_str;
type_str = "unconfiguring";
type_str = "unconfigured";
type_str = "unconfigure?";
type_str = "configuring";
type_str = "configured";
type_str = "configure?";
type_str = "undefined occupant state";
return (type_str);