Searched refs:subcl (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/cmd/hal/hald/solaris/ |
H A D | sysevent.c | 75 const char *subcl[6]; in sysevent_init() local 99 subcl[0] = ESC_DISK; in sysevent_init() 100 subcl[1] = ESC_LOFI; in sysevent_init() 101 subcl[2] = ESC_PRINTER; in sysevent_init() 102 if (sysevent_subscribe_event(shp, EC_DEV_ADD, subcl, 3) != 0) { in sysevent_init() 107 if (sysevent_subscribe_event(shp, EC_DEV_REMOVE, subcl, 3) != 0) { in sysevent_init() 113 subcl[0] = ESC_DEV_BRANCH_REMOVE; in sysevent_init() 114 if (sysevent_subscribe_event(shp, EC_DEV_BRANCH, subcl, 1) != 0) { in sysevent_init() 120 subcl[0] = ESC_PWRCTL_ADD; in sysevent_init() 121 subcl[1] = ESC_PWRCTL_REMOVE; in sysevent_init() [all …]
|
/titanic_44/usr/src/cmd/hal/addons/storage/ |
H A D | addon-storage.c | 58 const char *subcl[1]; in sysevent_init() local 66 subcl[0] = ESC_DEV_EJECT_REQUEST; in sysevent_init() 67 if (sysevent_subscribe_event (shp, EC_DEV_STATUS, subcl, 1) != 0) { in sysevent_init()
|
/titanic_44/usr/src/uts/intel/io/pci/ |
H A D | pci_boot.c | 1666 is_pciide(uchar_t basecl, uchar_t subcl, uchar_t revid, in is_pciide() argument 1687 if (subcl == PCI_MASS_IDE) { in is_pciide() 1694 if (subcl != PCI_MASS_OTHER && subcl != PCI_MASS_SATA) { in is_pciide() 1869 uchar_t basecl, subcl, progcl, intr, revid; in process_devfunc() local 1916 subcl = (classcode >> 8) & 0xff; in process_devfunc() 1922 else if (!pseudo_isa && is_isa(basecl, subcl)) in process_devfunc() 1952 (subcl == PCI_BRIDGE_PCI)) { in process_devfunc() 2043 if ((basecl == PCI_CLASS_BRIDGE) && (subcl == PCI_BRIDGE_PCI)) in process_devfunc() 2060 if (IS_CLASS_IOAPIC(basecl, subcl, progcl)) { in process_devfunc() 2095 if (is_pciide(basecl, subcl, revid, vendorid, deviceid, in process_devfunc() [all …]
|