Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4/io/
H A Debus.c869 char *devtype_str; in ebus_config() local
873 DDI_PROP_DONTPASS, "device_type", (caddr_t)&devtype_str, in ebus_config()
881 comm = strcmp(devtype_str, "pci"); in ebus_config()
882 kmem_free(devtype_str, devtype_len); in ebus_config()