Searched refs:KSENSOR_ALL_IDS (Results 1 – 10 of 10) sorted by relevance
/illumos-gate/usr/src/uts/common/io/igb/ |
H A D | igb_sensor.c | 209 (void) ksensor_remove(igb->dip, KSENSOR_ALL_IDS); in igb_init_sensors() 220 (void) ksensor_remove(igb->dip, KSENSOR_ALL_IDS); in igb_fini_sensors()
|
/illumos-gate/usr/src/uts/common/io/ksensor/ |
H A D | ksensor_test.c | 187 (void) ksensor_remove(dip, KSENSOR_ALL_IDS); in ksensor_test_attach() 218 if (ksensor_remove(dip, KSENSOR_ALL_IDS) != 0) { in ksensor_test_detach()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | sensors.h | 123 #define KSENSOR_ALL_IDS INT_MIN macro
|
/illumos-gate/usr/src/uts/common/io/mlxcx/ |
H A D | mlxcx_sensor.c | 71 (void) ksensor_remove(mlxp->mlx_dip, KSENSOR_ALL_IDS); in mlxcx_teardown_sensors()
|
/illumos-gate/usr/src/uts/intel/io/amdnbtemp/ |
H A D | amdnbtemp.c | 143 (void) ksensor_remove(at->at_dip, KSENSOR_ALL_IDS); in amdnbtemp_cleanup()
|
/illumos-gate/usr/src/uts/intel/io/pchtemp/ |
H A D | pchtemp.c | 200 (void) ksensor_remove(pch->pcht_dip, KSENSOR_ALL_IDS); in pchtemp_cleanup()
|
/illumos-gate/usr/src/uts/intel/io/amdzen/ |
H A D | smntemp.c | 409 (void) ksensor_remove(smn->smn_dip, KSENSOR_ALL_IDS); in smntemp_cleanup()
|
/illumos-gate/usr/src/uts/intel/io/coretemp/ |
H A D | coretemp.c | 335 (void) ksensor_remove(ct->coretemp_dip, KSENSOR_ALL_IDS); in coretemp_destroy()
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | ksensor.c | 626 if (sensor->ksensor_id == id || id == KSENSOR_ALL_IDS) { in ksensor_remove()
|
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/ |
H A D | t4_nexus.c | 766 (void) ksensor_remove(dip, KSENSOR_ALL_IDS); in t4_devo_detach()
|