Searched refs:parent_type (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/uts/i86pc/io/ |
H A D | consplat.c | 261 char *parent_type; in find_fb_dev() local 324 "device_type", &parent_type) != DDI_SUCCESS) in find_fb_dev() 327 if ((strcmp(parent_type, "isa") == 0) || in find_fb_dev() 328 (strcmp(parent_type, "eisa") == 0)) { in find_fb_dev() 330 ddi_prop_free(parent_type); in find_fb_dev() 334 if ((strcmp(parent_type, "pci") == 0) || in find_fb_dev() 335 (strcmp(parent_type, "pciex") == 0)) { in find_fb_dev() 339 ddi_prop_free(parent_type); in find_fb_dev() 357 ddi_prop_free(parent_type); in find_fb_dev()
|
/titanic_50/usr/src/uts/i86pc/io/gfx_private/ |
H A D | gfxp_vgatext.c | 287 char *parent_type = NULL; in gfxp_check_for_console() local 290 DDI_PROP_DONTPASS, "device_type", &parent_type); in gfxp_check_for_console() 296 if (!STREQ(parent_type, "pci") && in gfxp_check_for_console() 297 !STREQ(parent_type, "pciex")) { in gfxp_check_for_console() 298 ddi_prop_free(parent_type); in gfxp_check_for_console() 302 ddi_prop_free(parent_type); in gfxp_check_for_console() 303 parent_type = NULL; in gfxp_check_for_console() 329 char *parent_type = NULL; in gfxp_vgatext_attach() local 361 DDI_PROP_DONTPASS, "device_type", &parent_type); in gfxp_vgatext_attach() 368 if (STREQ(parent_type, "isa") || STREQ(parent_type, "eisa")) { in gfxp_vgatext_attach() [all …]
|
/titanic_50/usr/src/uts/intel/io/vgatext/ |
H A D | vgatext.c | 397 char *parent_type = NULL; in vgatext_check_for_console() local 400 DDI_PROP_DONTPASS, "device_type", &parent_type); in vgatext_check_for_console() 406 if (!STREQ(parent_type, "pci") && in vgatext_check_for_console() 407 !STREQ(parent_type, "pciex")) { in vgatext_check_for_console() 408 ddi_prop_free(parent_type); in vgatext_check_for_console() 412 ddi_prop_free(parent_type); in vgatext_check_for_console() 413 parent_type = NULL; in vgatext_check_for_console() 438 char *parent_type = NULL; in vgatext_attach() local 483 DDI_PROP_DONTPASS, "device_type", &parent_type); in vgatext_attach() 489 if (STREQ(parent_type, "isa") || STREQ(parent_type, "eisa")) { in vgatext_attach() [all …]
|
/titanic_50/usr/src/cmd/isns/isnsd/xml/ |
H A D | data.c | 1014 uint32_t puid, parent_type; in xml_add_obj() local 1032 parent_type = TYPE_OF_PARENT[obj->type]; in xml_add_obj() 1033 if (parent_type > 0) { in xml_add_obj() 1035 ec = locate_xml_node(doc, parent_type, puid, in xml_add_obj() 1322 uint32_t puid, parent_type; in xml_delete_assoc() local 1337 parent_type = TYPE_OF_PARENT[assoc->type]; in xml_delete_assoc() 1338 ASSERT(parent_type != 0); in xml_delete_assoc() 1349 ec = locate_xml_node(doc, parent_type, puid, in xml_delete_assoc()
|
/titanic_50/usr/src/cmd/stat/common/ |
H A D | acquire_iodevs.c | 100 enum iodev_type parent_type = parent_iodev_type(iodev->is_type); in find_parent() local 104 if (parent_type == 0 || parent_type == IODEV_UNKNOWN) in find_parent() 111 if (parent_type == IODEV_CONTROLLER) { in find_parent()
|
/titanic_50/usr/src/uts/common/io/ |
H A D | asy.c | 469 char parent_type[16]; in asy_get_bus_type() local 472 parentlen = sizeof (parent_type); in asy_get_bus_type() 475 "device_type", (caddr_t)parent_type, &parentlen) in asy_get_bus_type() 477 PROP_LEN_AND_VAL_BUF, 0, "bus-type", (caddr_t)parent_type, in asy_get_bus_type() 485 if (strcmp(parent_type, "isa") == 0) in asy_get_bus_type() 487 else if (strcmp(parent_type, "pci") == 0) in asy_get_bus_type()
|