Searched defs:PCICFG_NODEVICE (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/cardbus/
H A Dcardbus_cfg.c72 #define PCICFG_NODEVICE 42 macro
377 case PCICFG_NODEVICE:
2454 case PCICFG_NODEVICE:
2535 if (ret == PCICFG_NODEVICE) {
2695 case PCICFG_NODEVICE:
2866 case PCICFG_NODEVICE:
3227 ret = PCICFG_NODEVICE;
3230 "cardbus_config_setup PCICFG_NODEVICE\n");
3231 ret = PCICFG_NODEVICE;
3235 "cardbus_config_setup PCICFG_NODEVICE\
[all...]
/illumos-gate/usr/src/uts/intel/io/hotplug/pcicfg/
H A Dpcicfg.c56 #define PCICFG_NODEVICE 42 macro
606 case PCICFG_NODEVICE:
1291 return (PCICFG_NODEVICE);
3698 if (ret == PCICFG_NODEVICE) {
3748 ret = PCICFG_NODEVICE;
4516 if (rval == PCICFG_NODEVICE) {
4579 if (rval != PCICFG_NODEVICE)
4997 * Return PCICFG_NODEVICE is no device exists at the specified address.
5049 ret = PCICFG_NODEVICE;
5053 ret = PCICFG_NODEVICE;
[all...]
/illumos-gate/usr/src/uts/sun4/io/
H A Dpcicfg.c78 #define PCICFG_NODEVICE 42 macro
768 case PCICFG_NODEVICE:
1375 return (PCICFG_NODEVICE);
4040 if (ret == PCICFG_NODEVICE) {
4093 return (PCICFG_NODEVICE);
4351 ret = PCICFG_NODEVICE;
4370 ret = PCICFG_NODEVICE;
4382 ret = PCICFG_NODEVICE;
4431 ret = PCICFG_NODEVICE;
5260 if (rval == PCICFG_NODEVICE) {
[all...]

Completed in 69 milliseconds