Searched refs:devo_refcnt (Results 1 – 25 of 53) sorted by relevance
123
| /illumos-gate/usr/src/uts/common/sys/ |
| H A D | autoconf.h | 238 #define INCR_DEV_OPS_REF(opsp) (opsp)->devo_refcnt++ 239 #define DECR_DEV_OPS_REF(opsp) (opsp)->devo_refcnt-- 242 #define DRV_UNLOADABLE(opsp) ((opsp)->devo_refcnt == 0) 243 #define DEV_OPS_HELD(opsp) ((opsp)->devo_refcnt > 0)
|
| H A D | devops.h | 405 int devo_refcnt; /* device reference count */ member
|
| /illumos-gate/usr/src/uts/intel/io/amdzen/ |
| H A D | amdzen_stub.c | 44 .devo_refcnt = 0,
|
| H A D | usmn.c | 260 .devo_refcnt = 0,
|
| H A D | zen_udf.c | 267 .devo_refcnt = 0,
|
| H A D | smntemp.c | 521 .devo_refcnt = 0,
|
| /illumos-gate/usr/src/uts/intel/io/imc/ |
| H A D | imcstub.c | 44 .devo_refcnt = 0,
|
| /illumos-gate/usr/src/uts/common/io/ksensor/ |
| H A D | ksensor_drv.c | 240 .devo_refcnt = 0,
|
| H A D | ksensor_test.c | 229 .devo_refcnt = 0,
|
| /illumos-gate/usr/src/uts/intel/io/vmm/ |
| H A D | vmm_drv_test.c | 230 .devo_refcnt = 0,
|
| /illumos-gate/usr/src/uts/common/io/i2c/mux/pca954x/ |
| H A D | pca954x.c | 287 .devo_refcnt = 0,
|
| /illumos-gate/usr/src/uts/intel/io/amdnbtemp/ |
| H A D | amdnbtemp.c | 323 .devo_refcnt = 0,
|
| /illumos-gate/usr/src/uts/intel/io/pchtemp/ |
| H A D | pchtemp.c | 325 .devo_refcnt = 0,
|
| /illumos-gate/usr/src/uts/common/io/i2c/eeprom/ee100x/ |
| H A D | ee100x.c | 374 .devo_refcnt = 0,
|
| /illumos-gate/usr/src/uts/common/io/i2c/sensor/ts511x/ |
| H A D | ts511x.c | 325 .devo_refcnt = 0,
|
| /illumos-gate/usr/src/uts/common/io/ |
| H A D | ufmtest.c | 76 .devo_refcnt = 0,
|
| H A D | ufm.c | 71 .devo_refcnt = 0,
|
| /illumos-gate/usr/src/uts/common/io/scsi/adapters/smartpqi/ |
| H A D | smartpqi_main.c | 54 .devo_refcnt = 0,
|
| /illumos-gate/usr/src/uts/common/io/i2c/sensor/lm7x/ |
| H A D | lm7x.c | 416 .devo_refcnt = 0,
|
| /illumos-gate/usr/src/uts/common/io/i2c/eeprom/spd511x/ |
| H A D | spd511x.c | 451 .devo_refcnt = 0,
|
| /illumos-gate/usr/src/uts/common/io/scsi/adapters/smrt/ |
| H A D | smrt.c | 95 .devo_refcnt = 0,
|
| /illumos-gate/usr/src/uts/intel/io/coretemp/ |
| H A D | coretemp.c | 503 .devo_refcnt = 0,
|
| /illumos-gate/usr/src/uts/common/io/i2c/eeprom/at24c/ |
| H A D | at24c.c | 517 .devo_refcnt = 0,
|
| /illumos-gate/usr/src/uts/common/crypto/io/ |
| H A D | viorand.c | 97 .devo_refcnt = 0,
|
| /illumos-gate/usr/src/uts/common/io/i2c/sensor/tmp43x/ |
| H A D | tmp43x.c | 639 .devo_refcnt = 0,
|
123