Searched defs:type_list (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dsetlist.c424 static char *type_list; local
428 type_list = NULL;
430 if (is_in_env(class_name, "PKG_CAS_PASSRELATIVE", &type_list,
/illumos-gate/usr/src/uts/sun4u/lw8/io/
H A Dsgenv.c2529 const type_value_t *type_list = types; local
2531 while (type_list->name != (char *)NULL) {
2532 if (type_list->value == sensor_type)
2533 return (type_list->name);
2535 type_list++;
/illumos-gate/usr/src/uts/sun4u/montecarlo/sys/
H A Dmct_topology.h227 fru_options_t *type_list; /* list of possible boards for slots */ member in struct:fru_info

Completed in 65 milliseconds