Searched refs:temp_state (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/scsi/aic7xxx/aicasm/ |
| H A D | aicasm_scan.l | 406 YY_BUFFER_STATE temp_state; 413 temp_state = 416 yy_switch_to_buffer(temp_state); 419 mm_switch_to_buffer(temp_state); 421 mm_delete_buffer(temp_state);
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A D | alternative.c | 1099 temp_mm_state_t temp_state; in use_temporary_mm() local 1111 temp_state.mm = this_cpu_read(cpu_tlbstate.loaded_mm); in use_temporary_mm() 1128 return temp_state; in use_temporary_mm()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/netxen/ |
| H A D | netxen_nic_main.c | 2140 uint32_t temp, temp_state, temp_val; in netxen_nic_check_temp() local 2145 temp_state = nx_get_temp_state(temp); in netxen_nic_check_temp() 2148 if (temp_state == NX_TEMP_PANIC) { in netxen_nic_check_temp() 2154 } else if (temp_state == NX_TEMP_WARN) { in netxen_nic_check_temp() 2170 adapter->temp = temp_state; in netxen_nic_check_temp()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qlcnic/ |
| H A D | qlcnic_main.c | 2924 u32 temp_state, temp_val, temp = 0; in qlcnic_check_temp() local 2933 temp_state = qlcnic_get_temp_state(temp); in qlcnic_check_temp() 2936 if (temp_state == QLCNIC_TEMP_PANIC) { in qlcnic_check_temp() 2942 } else if (temp_state == QLCNIC_TEMP_WARN) { in qlcnic_check_temp() 2957 adapter->ahw->temp = temp_state; in qlcnic_check_temp()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/qla2xxx/ |
| H A D | qla_nx2.c | 2039 uint32_t temp, temp_state, temp_val; in qla8044_check_temp() local 2043 temp_state = qla82xx_get_temp_state(temp); in qla8044_check_temp() 2046 if (temp_state == QLA82XX_TEMP_PANIC) { in qla8044_check_temp() 2053 } else if (temp_state == QLA82XX_TEMP_WARN) { in qla8044_check_temp()
|
| H A D | qla_nx.c | 3283 uint32_t temp, temp_state, temp_val; in qla82xx_check_temp() local 3287 temp_state = qla82xx_get_temp_state(temp); in qla82xx_check_temp() 3290 if (temp_state == QLA82XX_TEMP_PANIC) { in qla82xx_check_temp() 3296 } else if (temp_state == QLA82XX_TEMP_WARN) { in qla82xx_check_temp()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/esas2r/ |
| H A D | atioctl.h | 921 u8 temp_state; member
|
| /OK3568_Linux_fs/kernel/drivers/scsi/qla4xxx/ |
| H A D | ql4_os.c | 4320 uint32_t temp, temp_state, temp_val; in qla4_8xxx_check_temp() local 4325 temp_state = qla82xx_get_temp_state(temp); in qla4_8xxx_check_temp() 4328 if (temp_state == QLA82XX_TEMP_PANIC) { in qla4_8xxx_check_temp() 4333 } else if (temp_state == QLA82XX_TEMP_WARN) { in qla4_8xxx_check_temp() 4344 ha->temperature = temp_state; in qla4_8xxx_check_temp()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/info/ |
| H A D | libc.info-3 | 3468 mbstate_t temp_state; 3469 memcpy (&temp_state, &state, sizeof (state)); 3470 if (wcrtomb (NULL, *ws, &temp_state) > len)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/info/ |
| H A D | libc.info-3 | 3468 mbstate_t temp_state; 3469 memcpy (&temp_state, &state, sizeof (state)); 3470 if (wcrtomb (NULL, *ws, &temp_state) > len)
|