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

/illumos-gate/usr/src/uts/i86pc/io/
H A Dconsplat.c261 char *parent_type; local
324 "device_type", &parent_type) != DDI_SUCCESS)
327 if ((strcmp(parent_type, "isa") == 0) ||
328 (strcmp(parent_type, "eisa") == 0)) {
330 ddi_prop_free(parent_type);
334 if ((strcmp(parent_type, "pci") == 0) ||
335 (strcmp(parent_type, "pciex") == 0)) {
339 ddi_prop_free(parent_type);
357 ddi_prop_free(parent_type);
/illumos-gate/usr/src/uts/i86pc/io/gfx_private/
H A Dgfxp_vgatext.c287 char *parent_type = NULL; local
290 DDI_PROP_DONTPASS, "device_type", &parent_type);
296 if (!STREQ(parent_type, "pci") &&
297 !STREQ(parent_type, "pciex")) {
298 ddi_prop_free(parent_type);
302 ddi_prop_free(parent_type);
303 parent_type = NULL;
329 char *parent_type = NULL; local
361 DDI_PROP_DONTPASS, "device_type", &parent_type);
368 if (STREQ(parent_type, "is
[all...]
/illumos-gate/usr/src/uts/intel/io/vgatext/
H A Dvgatext.c397 char *parent_type = NULL; local
400 DDI_PROP_DONTPASS, "device_type", &parent_type);
406 if (!STREQ(parent_type, "pci") &&
407 !STREQ(parent_type, "pciex")) {
408 ddi_prop_free(parent_type);
412 ddi_prop_free(parent_type);
413 parent_type = NULL;
438 char *parent_type = NULL; local
483 DDI_PROP_DONTPASS, "device_type", &parent_type);
489 if (STREQ(parent_type, "is
[all...]
/illumos-gate/usr/src/cmd/isns/isnsd/xml/
H A Ddata.c1014 uint32_t puid, parent_type; local
1032 parent_type = TYPE_OF_PARENT[obj->type];
1033 if (parent_type > 0) {
1035 ec = locate_xml_node(doc, parent_type, puid,
1322 uint32_t puid, parent_type; local
1337 parent_type = TYPE_OF_PARENT[assoc->type];
1338 ASSERT(parent_type != 0);
1349 ec = locate_xml_node(doc, parent_type, puid,
/illumos-gate/usr/src/cmd/stat/common/
H A Dacquire_iodevs.c100 enum iodev_type parent_type = parent_iodev_type(iodev->is_type); local
104 if (parent_type == 0 || parent_type == IODEV_UNKNOWN)
111 if (parent_type == IODEV_CONTROLLER) {
/illumos-gate/usr/src/uts/common/io/
H A Dasy.c469 char parent_type[16]; local
472 parentlen = sizeof (parent_type);
475 "device_type", (caddr_t)parent_type, &parentlen)
477 PROP_LEN_AND_VAL_BUF, 0, "bus-type", (caddr_t)parent_type,
485 if (strcmp(parent_type, "isa") == 0)
487 else if (strcmp(parent_type, "pci") == 0)

Completed in 61 milliseconds