Home
last modified time | relevance | path

Searched refs:parent_type (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/uts/i86pc/io/
H A Dconsplat.c261 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_41/usr/src/uts/i86pc/io/gfx_private/
H A Dgfxp_vgatext.c287 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_41/usr/src/uts/intel/io/vgatext/
H A Dvgatext.c397 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_41/usr/src/cmd/isns/isnsd/xml/
H A Ddata.c1008 uint32_t puid, parent_type; in xml_add_obj() local
1026 parent_type = TYPE_OF_PARENT[obj->type]; in xml_add_obj()
1027 if (parent_type > 0) { in xml_add_obj()
1029 ec = locate_xml_node(doc, parent_type, puid, in xml_add_obj()
1316 uint32_t puid, parent_type; in xml_delete_assoc() local
1331 parent_type = TYPE_OF_PARENT[assoc->type]; in xml_delete_assoc()
1332 ASSERT(parent_type != 0); in xml_delete_assoc()
1343 ec = locate_xml_node(doc, parent_type, puid, in xml_delete_assoc()
/titanic_41/usr/src/cmd/stat/common/
H A Dacquire_iodevs.c99 enum iodev_type parent_type = parent_iodev_type(iodev->is_type); in find_parent() local
103 if (parent_type == 0 || parent_type == IODEV_UNKNOWN) in find_parent()
110 if (parent_type == IODEV_CONTROLLER) { in find_parent()
/titanic_41/usr/src/uts/common/io/
H A Dasy.c469 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()