/third_party/libabigail/tests/data/test-read-ctf/ |
H A D | test-array-of-pointers.c | 8 struct state { struct 13 struct state *s0[4]; 17 struct state *s1[4];
|
/base/security/access_token/interfaces/innerkits/accesstoken/test/unittest/src/ |
H A D | share_permission_with_sandbox_test.cpp | 393 .state = SETTING_OPER, in HWTEST_F() 398 EXPECT_EQ(permsList[0].state, INVALID_OPER); in HWTEST_F() 408 .state = SETTING_OPER, in SetPermList() 412 .state = SETTING_OPER, in SetPermList() 416 .state = SETTING_OPER, in SetPermList() 443 EXPECT_EQ(permsList[0].state, DYNAMIC_OPER); in HWTEST_F() 446 EXPECT_EQ(permsList[0].state, DYNAMIC_OPER); in HWTEST_F() 453 EXPECT_EQ(permsList[0].state, SETTING_OPER); in HWTEST_F() 456 EXPECT_EQ(permsList[0].state, SETTING_OPER); in HWTEST_F() 463 EXPECT_EQ(permsList[1].state, SETTING_OPE in HWTEST_F() [all...] |
/foundation/distributedhardware/device_manager/services/service/src/ |
H A D | device_manager_service_listener.cpp | 80 const std::string &pkgName, const DmDeviceState &state, const DmDeviceInfo &deviceInfo, in SetDeviceInfo() 85 pReq->SetDeviceState(state); in SetDeviceInfo() 118 void DeviceManagerServiceListener::ProcessDeviceStateChange(const DmDeviceState &state, const DmDeviceInfo &info, in ProcessDeviceStateChange() argument 125 if (state == DEVICE_STATE_OFFLINE) { in ProcessDeviceStateChange() 128 SetDeviceInfo(pReq, it, state, info, deviceBasicInfo); in ProcessDeviceStateChange() 132 if (state == DEVICE_STATE_ONLINE) { in ProcessDeviceStateChange() 135 DmDeviceState notifyState = state; in ProcessDeviceStateChange() 148 if (state == DEVICE_INFO_READY || state == DEVICE_INFO_CHANGED) { in ProcessDeviceStateChange() 150 SetDeviceInfo(pReq, it, state, inf in ProcessDeviceStateChange() 79 SetDeviceInfo(std::shared_ptr<IpcNotifyDeviceStateReq> pReq, const std::string &pkgName, const DmDeviceState &state, const DmDeviceInfo &deviceInfo, const DmDeviceBasicInfo &deviceBasicInfo) SetDeviceInfo() argument 156 ProcessAppStateChange(const std::string &pkgName, const DmDeviceState &state, const DmDeviceInfo &info, const DmDeviceBasicInfo &deviceBasicInfo) ProcessAppStateChange() argument 203 OnDeviceStateChange(const std::string &pkgName, const DmDeviceState &state, const DmDeviceInfo &info) OnDeviceStateChange() argument [all...] |
/kernel/linux/linux-5.10/drivers/input/mouse/ |
H A D | cyapa_gen3.c | 61 * Other values indicate device is in an abnormal state and must be reset. 110 * bit 2: middle mechanism button state if exists 111 * bit 1: right mechanism button state if exists 112 * bit 0: left mechanism button state if exists 331 * Determine the Gen3 trackpad device's current operating state. 336 cyapa->state = CYAPA_STATE_NO_DEVICE; in cyapa_gen3_state_parse() 345 * Normal state after power on or reset, in cyapa_gen3_state_parse() 350 cyapa->state = CYAPA_STATE_BL_IDLE; in cyapa_gen3_state_parse() 356 cyapa->state = CYAPA_STATE_BL_BUSY; in cyapa_gen3_state_parse() 360 cyapa->state in cyapa_gen3_state_parse() [all...] |
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | wm0010.c | 105 enum wm0010_state state; member 141 static const char *wm0010_state_to_str(enum wm0010_state state) in wm0010_state_to_str() argument 151 if (state < 0 || state >= ARRAY_SIZE(state_to_str)) in wm0010_state_to_str() 153 return state_to_str[state]; in wm0010_state_to_str() 161 enum wm0010_state state; in wm0010_halt() local 163 /* Fetch the wm0010 state */ in wm0010_halt() 165 state = wm0010->state; in wm0010_halt() 168 switch (state) { in wm0010_halt() 202 enum wm0010_state state; wm0010_mark_boot_failure() local [all...] |
/kernel/linux/linux-5.10/fs/ocfs2/dlm/ |
H A D | dlmdebug.c | 91 printk("lockres: %s, owner=%u, state=%u\n", in __dlm_print_one_lock_resource() 92 buf, res->owner, res->state); in __dlm_print_one_lock_resource() 503 res->owner, res->state, res->last_used, in dump_lockres() 661 /* begin - debug state funcs */ 666 char *state; in debug_state_print() local 674 state = "NEW"; break; in debug_state_print() 676 state = "JOINED"; break; in debug_state_print() 678 state = "SHUTDOWN"; break; in debug_state_print() 680 state = "LEAVING"; break; in debug_state_print() 682 state in debug_state_print() [all...] |
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | agg-tx.c | 347 if (test_bit(HT_AGG_STATE_STOPPING, &tid_tx->state)) { in ___ieee80211_stop_tx_ba_session() 357 if (test_bit(HT_AGG_STATE_WANT_START, &tid_tx->state)) { in ___ieee80211_stop_tx_ba_session() 365 set_bit(HT_AGG_STATE_STOPPING, &tid_tx->state); in ___ieee80211_stop_tx_ba_session() 382 clear_bit(HT_AGG_STATE_OPERATIONAL, &tid_tx->state); in ___ieee80211_stop_tx_ba_session() 439 if (test_bit(HT_AGG_STATE_RESPONSE_RECEIVED, &tid_tx->state)) { in sta_addba_resp_timer_expired() 487 WARN_ON(test_and_set_bit(HT_AGG_STATE_SENT_ADDBA, &tid_tx->state)); in ieee80211_send_addba_with_timeout() 512 clear_bit(HT_AGG_STATE_WANT_START, &tid_tx->state); in ieee80211_tx_ba_session_handle_start() 536 set_bit(HT_AGG_STATE_DRV_READY, &tid_tx->state); in ieee80211_tx_ba_session_handle_start() 570 if (test_bit(HT_AGG_STATE_STOPPING, &tid_tx->state)) { in sta_tx_agg_session_timer_expired() 702 __set_bit(HT_AGG_STATE_WANT_START, &tid_tx->state); in ieee80211_start_tx_ba_session() [all...] |
/kernel/linux/linux-6.6/fs/ocfs2/dlm/ |
H A D | dlmdebug.c | 89 printk("lockres: %s, owner=%u, state=%u\n", in __dlm_print_one_lock_resource() 90 buf, res->owner, res->state); in __dlm_print_one_lock_resource() 501 res->owner, res->state, res->last_used, in dump_lockres() 659 /* begin - debug state funcs */ 664 char *state; in debug_state_print() local 672 state = "NEW"; break; in debug_state_print() 674 state = "JOINED"; break; in debug_state_print() 676 state = "SHUTDOWN"; break; in debug_state_print() 678 state = "LEAVING"; break; in debug_state_print() 680 state in debug_state_print() [all...] |
/kernel/linux/linux-6.6/drivers/input/mouse/ |
H A D | cyapa_gen3.c | 61 * Other values indicate device is in an abnormal state and must be reset. 110 * bit 2: middle mechanism button state if exists 111 * bit 1: right mechanism button state if exists 112 * bit 0: left mechanism button state if exists 331 * Determine the Gen3 trackpad device's current operating state. 336 cyapa->state = CYAPA_STATE_NO_DEVICE; in cyapa_gen3_state_parse() 345 * Normal state after power on or reset, in cyapa_gen3_state_parse() 350 cyapa->state = CYAPA_STATE_BL_IDLE; in cyapa_gen3_state_parse() 356 cyapa->state = CYAPA_STATE_BL_BUSY; in cyapa_gen3_state_parse() 360 cyapa->state in cyapa_gen3_state_parse() [all...] |
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | wm0010.c | 105 enum wm0010_state state; member 141 static const char *wm0010_state_to_str(enum wm0010_state state) in wm0010_state_to_str() argument 151 if (state < 0 || state >= ARRAY_SIZE(state_to_str)) in wm0010_state_to_str() 153 return state_to_str[state]; in wm0010_state_to_str() 161 enum wm0010_state state; in wm0010_halt() local 163 /* Fetch the wm0010 state */ in wm0010_halt() 165 state = wm0010->state; in wm0010_halt() 168 switch (state) { in wm0010_halt() 202 enum wm0010_state state; wm0010_mark_boot_failure() local [all...] |
/third_party/PyYAML/lib/yaml/ |
H A D | constructor.py | 40 "blacklisted key '%s' in instance state found" % (key,), None) 420 state = self.construct_mapping(node, deep=True) 421 data.__setstate__(state) 423 state = self.construct_mapping(node) 424 data.__dict__.update(state) 595 def set_python_instance_state(self, instance, state, unsafe=False): 597 instance.__setstate__(state) 600 if isinstance(state, tuple) and len(state) == 2: 601 state, slotstat [all...] |
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fFboStateQueryTests.cpp | 21 * \brief Fbo state query tests. 65 StateQueryMemoryWriteGuard<GLint> state; in checkAttachmentComponentSizeAtLeast() local 66 gl.glGetFramebufferAttachmentParameteriv(target, attachment, paramNames[ndx], &state); in checkAttachmentComponentSizeAtLeast() 68 if (!state.verifyValidity(testCtx)) in checkAttachmentComponentSizeAtLeast() 74 if (state < referenceSizes[ndx]) in checkAttachmentComponentSizeAtLeast() 76 testCtx.getLog() << TestLog::Message << "// ERROR: Expected greater or equal to " << referenceSizes[ndx] << "; got " << state << TestLog::EndMessage; in checkAttachmentComponentSizeAtLeast() 102 StateQueryMemoryWriteGuard<GLint> state; in checkAttachmentComponentSizeExactly() local 103 gl.glGetFramebufferAttachmentParameteriv(target, attachment, paramNames[ndx], &state); in checkAttachmentComponentSizeExactly() 105 if (!state.verifyValidity(testCtx)) in checkAttachmentComponentSizeExactly() 111 if (state ! in checkAttachmentComponentSizeExactly() 146 StateQueryMemoryWriteGuard<GLint> state; checkAttachmentParam() local 188 StateQueryMemoryWriteGuard<GLint> state; test() local 622 StateQueryMemoryWriteGuard<GLint> state; attachmentExists() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/ |
H A D | eap_server_eke.c | 20 } state; member 38 static const char * eap_eke_state_txt(int state) in eap_eke_state_txt() argument 40 switch (state) { in eap_eke_state_txt() 59 static void eap_eke_state(struct eap_eke_data *data, int state) in eap_eke_state() argument 62 eap_eke_state_txt(data->state), in eap_eke_state() 63 eap_eke_state_txt(state)); in eap_eke_state() 64 data->state = state; in eap_eke_state() 365 switch (data->state) { in eap_eke_buildReq() 375 wpa_printf(MSG_DEBUG, "EAP-EKE: Unknown state in eap_eke_buildReq() [all...] |
H A D | eap_server_pwd.c | 22 } state; member 58 static const char * eap_pwd_state_txt(int state) in eap_pwd_state_txt() argument 60 switch (state) { in eap_pwd_state_txt() 77 static void eap_pwd_state(struct eap_pwd_data *data, int state) in eap_pwd_state() argument 80 eap_pwd_state_txt(data->state), eap_pwd_state_txt(state)); in eap_pwd_state() 81 data->state = state; in eap_pwd_state() 103 data->state = PWD_ID_Req; in eap_pwd_init() 433 switch (data->state) { in eap_pwd_build_req() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/ |
H A D | eap_server_eke.c | 20 } state; member 38 static const char * eap_eke_state_txt(int state) in eap_eke_state_txt() argument 40 switch (state) { in eap_eke_state_txt() 59 static void eap_eke_state(struct eap_eke_data *data, int state) in eap_eke_state() argument 62 eap_eke_state_txt(data->state), in eap_eke_state() 63 eap_eke_state_txt(state)); in eap_eke_state() 64 data->state = state; in eap_eke_state() 365 switch (data->state) { in eap_eke_buildReq() 375 wpa_printf(MSG_DEBUG, "EAP-EKE: Unknown state in eap_eke_buildReq() [all...] |
H A D | eap_server_pwd.c | 22 } state; member 58 static const char * eap_pwd_state_txt(int state) in eap_pwd_state_txt() argument 60 switch (state) { in eap_pwd_state_txt() 77 static void eap_pwd_state(struct eap_pwd_data *data, int state) in eap_pwd_state() argument 80 eap_pwd_state_txt(data->state), eap_pwd_state_txt(state)); in eap_pwd_state() 81 data->state = state; in eap_pwd_state() 103 data->state = PWD_ID_Req; in eap_pwd_init() 433 switch (data->state) { in eap_pwd_build_req() [all...] |
/device/soc/rockchip/common/sdk_linux/kernel/bpf/ |
H A D | verifier.c | 39 * instruction by instruction and updates register/stack state.
137 * insn, the register holding that pointer in the true branch changes state to
138 * PTR_TO_MAP_VALUE and the same register changes state to CONST_IMM in the false
150 * pointer id for the reference and stores it in the current function state.
153 * passes through a NULL-check conditional. For the branch wherein the state is
165 /* verifer state is 'st'
173 /* length of verifier log at the time this state was pushed on stack */
232 static void bpf_map_key_store(struct bpf_insn_aux_data *aux, u64 state)
in bpf_map_key_store() argument 236 aux->map_key_state = state | BPF_MAP_KEY_SEEN | (poisoned ? BPF_MAP_KEY_POISON : 0ULL);
in bpf_map_key_store() 560 static void print_verifier_state(struct bpf_verifier_env *env, const struct bpf_func_state *state)
in print_verifier_state() argument 745 realloc_func_state(struct bpf_func_state *state, int stack_size, int refs_size, bool copy_old) realloc_func_state() argument 761 struct bpf_func_state *state = cur_func(env); acquire_reference_state() local 777 release_reference_state(struct bpf_func_state *state, int ptr_id) release_reference_state() argument 808 free_func_state(struct bpf_func_state *state) free_func_state() argument 818 clear_jmp_history(struct bpf_verifier_state *state) clear_jmp_history() argument 825 free_verifier_state(struct bpf_verifier_state *state, bool free_self) free_verifier_state() argument 1377 init_reg_state(struct bpf_verifier_env *env, struct bpf_func_state *state) init_reg_state() argument 1396 init_func_state(struct bpf_verifier_env *env, struct bpf_func_state *state, int callsite, int frameno, int subprogno) init_func_state() argument 1537 mark_reg_read(struct bpf_verifier_env *env, const struct bpf_reg_state *state, struct bpf_reg_state *parent, u8 flag) mark_reg_read() argument 1714 struct bpf_func_state *state = vstate->frame[vstate->curframe]; check_reg_arg() local 2271 save_register_state(struct bpf_func_state *state, int spi, struct bpf_reg_state *reg) save_register_state() argument 2286 check_stack_write_fixed_off(struct bpf_verifier_env *env, struct bpf_func_state *state, int off, int size, int value_regno, int insn_idx) check_stack_write_fixed_off() argument 2413 check_stack_write_var_off(struct bpf_verifier_env *env, struct bpf_func_state *state, int ptr_regno, int off, int size, int value_regno, int insn_idx) check_stack_write_var_off() argument 2511 struct bpf_func_state *state = vstate->frame[vstate->curframe]; mark_reg_stack_read() local 2562 struct bpf_func_state *state = vstate->frame[vstate->curframe]; check_stack_read_fixed_off() local 2692 struct bpf_func_state *state = func(env, reg); check_stack_read() local 2747 struct bpf_func_state *state = func(env, reg); check_stack_write() local 2814 struct bpf_func_state *state = vstate->frame[vstate->curframe]; check_mem_region_access() local 2865 struct bpf_func_state *state = vstate->frame[vstate->curframe]; check_map_access() local 3604 check_stack_slot_within_bounds(int off, struct bpf_func_state *state, enum bpf_access_type t) check_stack_slot_within_bounds() argument 3630 struct bpf_func_state *state = func(env, reg); check_stack_access_within_bounds() local 3694 struct bpf_func_state *state; check_mem_access() local 3952 struct bpf_func_state *state = func(env, reg); check_stack_range_initialized() local 4976 __clear_all_pkt_pointers(struct bpf_verifier_env *env, struct bpf_func_state *state) __clear_all_pkt_pointers() argument 5008 release_reg_references(struct bpf_verifier_env *env, struct bpf_func_state *state, int ref_obj_id) release_reg_references() argument 5064 struct bpf_verifier_state *state = env->cur_state; check_func_call() local 5162 struct bpf_verifier_state *state = env->cur_state; prepare_func_exit() local 5297 struct bpf_func_state *state = cur_func(env); check_reference_leak() local 5946 struct bpf_func_state *state = vstate->frame[vstate->curframe]; adjust_ptr_min_max_vals() local 6877 struct bpf_func_state *state = vstate->frame[vstate->curframe]; adjust_reg_min_max_vals() local 7117 __find_good_pkt_pointers(struct bpf_func_state *state, struct bpf_reg_state *dst_reg, enum bpf_reg_type type, u16 new_range) __find_good_pkt_pointers() argument 7629 mark_ptr_or_null_reg(struct bpf_func_state *state, struct bpf_reg_state *reg, u32 id, bool is_null) mark_ptr_or_null_reg() argument 7680 __mark_ptr_or_null_regs(struct bpf_func_state *state, u32 id, bool is_null) __mark_ptr_or_null_regs() argument 7703 struct bpf_func_state *state = vstate->frame[vstate->curframe]; mark_ptr_or_null_regs() local 7797 struct bpf_func_state *state; find_equal_scalars() local 8331 struct bpf_func_state *state = cur->frame[cur->curframe]; explored_state() local 9307 struct bpf_func_state *state, *parent; propagate_liveness() local 9351 struct bpf_func_state *state; propagate_precision() local 9655 struct bpf_verifier_state *state = env->cur_state; do_check() local 11589 struct bpf_verifier_state *state; do_check_common() local [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/ |
H A D | ice_main.c | 125 if (!vsi || test_bit(ICE_VSI_DOWN, vsi->state)) in ice_check_for_hang_subtask() 245 * ice_vsi_fltr_changed - check if filter state changed 248 * returns true if filter state has changed, false otherwise. 252 return test_bit(ICE_VSI_UMAC_FLTR_CHANGED, vsi->state) || in ice_vsi_fltr_changed() 253 test_bit(ICE_VSI_MMAC_FLTR_CHANGED, vsi->state); in ice_vsi_fltr_changed() 332 while (test_and_set_bit(ICE_CFG_BUSY, vsi->state)) in ice_vsi_sync_fltr() 342 clear_bit(ICE_VSI_UMAC_FLTR_CHANGED, vsi->state); in ice_vsi_sync_fltr() 343 clear_bit(ICE_VSI_MMAC_FLTR_CHANGED, vsi->state); in ice_vsi_sync_fltr() 380 vsi->state)) { in ice_vsi_sync_fltr() 408 test_bit(ICE_VSI_PROMISC_CHANGED, vsi->state)) { in ice_vsi_sync_fltr() 1297 enum ice_aq_task_state *state = &task->state; ice_aq_wait_for_event() local 4050 ice_log_pkg_init(struct ice_hw *hw, enum ice_ddp_state state) ice_log_pkg_init() argument 4137 enum ice_ddp_state state = ICE_DDP_PKG_ERR; ice_load_pkg() local [all...] |
/base/telephony/core_service/test/unittest/esim_gtest/ |
H A D | esim_manager_test.cpp | 71 std::weak_ptr<Telephony::SimStateManager> state = simStateManager; in HWTEST_F() local 73 std::make_shared<SimFileManager>(sp, iTelRilManager, state); in HWTEST_F() 96 std::weak_ptr<Telephony::SimStateManager> state = simStateManager; in HWTEST_F() local 98 std::make_shared<SimFileManager>(sp, iTelRilManager, state); in HWTEST_F() 121 std::weak_ptr<Telephony::SimStateManager> state = simStateManager; in HWTEST_F() local 123 std::make_shared<SimFileManager>(sp, iTelRilManager, state); in HWTEST_F() 151 std::weak_ptr<Telephony::SimStateManager> state = simStateManager; in HWTEST_F() local 153 std::make_shared<SimFileManager>(sp, iTelRilManager, state); in HWTEST_F() 179 std::weak_ptr<Telephony::SimStateManager> state = simStateManager; in HWTEST_F() local 181 std::make_shared<SimFileManager>(sp, iTelRilManager, state); in HWTEST_F() 207 std::weak_ptr<Telephony::SimStateManager> state = simStateManager; HWTEST_F() local 235 std::weak_ptr<Telephony::SimStateManager> state = simStateManager; HWTEST_F() local 260 std::weak_ptr<Telephony::SimStateManager> state = simStateManager; HWTEST_F() local 288 std::weak_ptr<Telephony::SimStateManager> state = simStateManager; HWTEST_F() local 317 std::weak_ptr<Telephony::SimStateManager> state = simStateManager; HWTEST_F() local 343 std::weak_ptr<Telephony::SimStateManager> state = simStateManager; HWTEST_F() local 369 std::weak_ptr<Telephony::SimStateManager> state = simStateManager; HWTEST_F() local 404 std::weak_ptr<Telephony::SimStateManager> state = simStateManager; HWTEST_F() local 432 std::weak_ptr<Telephony::SimStateManager> state = simStateManager; HWTEST_F() local 459 std::weak_ptr<Telephony::SimStateManager> state = simStateManager; HWTEST_F() local 486 std::weak_ptr<Telephony::SimStateManager> state = simStateManager; HWTEST_F() local 515 std::weak_ptr<Telephony::SimStateManager> state = simStateManager; HWTEST_F() local 544 std::weak_ptr<Telephony::SimStateManager> state = simStateManager; HWTEST_F() local 573 std::weak_ptr<Telephony::SimStateManager> state = simStateManager; HWTEST_F() local 601 std::weak_ptr<Telephony::SimStateManager> state = simStateManager; HWTEST_F() local 631 std::weak_ptr<Telephony::SimStateManager> state = simStateManager; HWTEST_F() local 660 std::weak_ptr<Telephony::SimStateManager> state = simStateManager; HWTEST_F() local 686 std::weak_ptr<Telephony::SimStateManager> state = simStateManager; HWTEST_F() local 713 std::weak_ptr<Telephony::SimStateManager> state = simStateManager; HWTEST_F() local [all...] |
/kernel/linux/linux-5.10/drivers/misc/ |
H A D | ibmvmc.c | 454 if (hmcs[i].state == ibmhmc_state_free) { in ibmvmc_get_free_hmc() 456 hmcs[i].state = ibmhmc_state_initial; in ibmvmc_get_free_hmc() 503 hmc->state = ibmhmc_state_free; in ibmvmc_return_hmc() 573 hmc->state = ibmhmc_state_opening; in ibmvmc_send_open() 671 ibmvmc.state = ibmvmc_state_capabilities; in ibmvmc_send_capabilities() 829 pr_debug("%s: inode = 0x%lx, file = 0x%lx, state = 0x%x\n", __func__, in ibmvmc_open() 831 ibmvmc.state); in ibmvmc_open() 860 pr_debug("%s: file = 0x%lx, state = 0x%x\n", __func__, in ibmvmc_close() 861 (unsigned long)file, ibmvmc.state); in ibmvmc_close() 872 if (ibmvmc.state in ibmvmc_close() [all...] |
/kernel/linux/linux-5.10/drivers/net/wan/ |
H A D | sdla.c | 190 flp->state = SDLA_HALT; in sdla_stop() 195 flp->state = SDLA_S502E_ENABLE; in sdla_stop() 198 flp->state &= ~SDLA_CPUEN; in sdla_stop() 199 outb(flp->state, dev->base_addr + SDLA_REG_CONTROL); in sdla_stop() 202 flp->state &= ~SDLA_CPUEN; in sdla_stop() 203 outb(flp->state, dev->base_addr + SDLA_REG_CONTROL); in sdla_stop() 218 flp->state = SDLA_S502A_START; in sdla_start() 223 flp->state = 0; in sdla_start() 226 flp->state |= SDLA_CPUEN; in sdla_start() 227 outb(flp->state, de in sdla_start() 343 char *state, line[30]; sdla_errors() local [all...] |
/kernel/linux/linux-6.6/drivers/misc/ |
H A D | ibmvmc.c | 454 if (hmcs[i].state == ibmhmc_state_free) { in ibmvmc_get_free_hmc() 456 hmcs[i].state = ibmhmc_state_initial; in ibmvmc_get_free_hmc() 503 hmc->state = ibmhmc_state_free; in ibmvmc_return_hmc() 573 hmc->state = ibmhmc_state_opening; in ibmvmc_send_open() 671 ibmvmc.state = ibmvmc_state_capabilities; in ibmvmc_send_capabilities() 829 pr_debug("%s: inode = 0x%lx, file = 0x%lx, state = 0x%x\n", __func__, in ibmvmc_open() 831 ibmvmc.state); in ibmvmc_open() 860 pr_debug("%s: file = 0x%lx, state = 0x%x\n", __func__, in ibmvmc_close() 861 (unsigned long)file, ibmvmc.state); in ibmvmc_close() 872 if (ibmvmc.state in ibmvmc_close() [all...] |
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | intel-pt.c | 151 const struct intel_pt_state *state; member 1137 if (ptq->state->flags & INTEL_PT_ABORT_TX) { in intel_pt_sample_flags() 1139 } else if (ptq->state->flags & INTEL_PT_ASYNC) { in intel_pt_sample_flags() 1140 if (ptq->state->to_ip) in intel_pt_sample_flags() 1149 if (ptq->state->from_ip) in intel_pt_sample_flags() 1150 ptq->flags = intel_pt_insn_type(ptq->state->insn_op); in intel_pt_sample_flags() 1154 if (ptq->state->flags & INTEL_PT_IN_TX) in intel_pt_sample_flags() 1156 ptq->insn_len = ptq->state->insn_len; in intel_pt_sample_flags() 1157 memcpy(ptq->insn, ptq->state->insn, INTEL_PT_INSN_BUF_SZ); in intel_pt_sample_flags() 1160 if (ptq->state in intel_pt_sample_flags() 1216 const struct intel_pt_state *state; intel_pt_setup_queue() local 1930 intel_ptq_synth_error(struct intel_pt_queue *ptq, const struct intel_pt_state *state) intel_ptq_synth_error() argument 1978 const struct intel_pt_state *state = ptq->state; intel_pt_sample() local 2238 const struct intel_pt_state *state = ptq->state; intel_pt_run_decoder() local [all...] |
/kernel/linux/linux-6.6/drivers/tty/ |
H A D | n_gsm.c | 157 enum gsm_dlci_state state; member 162 spinlock_t lock; /* Protects the internal state */ 180 bool throttled; /* Private copy of throttle state */ 262 * state. We need to sort out lifetimes and locking with respect 286 enum gsm_mux_state state; member 1052 /* Send only messages for DLCIs with valid state */ in gsm_data_kick() 1053 if (dlci->state != DLCI_OPEN) { in gsm_data_kick() 1379 /* skip channels with invalid state */ in gsm_dlci_data_sweep() 1380 if (dlci->state != DLCI_OPEN) in gsm_dlci_data_sweep() 1500 * Used when a modem control message or line state inlin 4478 gsmtty_break_ctl(struct tty_struct *tty, int state) gsmtty_break_ctl() argument [all...] |
/kernel/linux/linux-6.6/tools/objtool/ |
H A D | check.c | 277 static void init_insn_state(struct objtool_file *file, struct insn_state *state, in init_insn_state() argument 280 memset(state, 0, sizeof(*state)); in init_insn_state() 281 init_cfi_state(&state->cfi); in init_insn_state() 289 state->noinstr = sec->noinstr; in init_insn_state() 1787 * nop) will propagate the new state to the shared CFI array. in handle_group_alt() 2195 static void set_func_state(struct cfi_state *state) in set_func_state() argument 2197 state->cfa = initial_func_cfi.cfa; in set_func_state() 2198 memcpy(&state->regs, &initial_func_cfi.regs, in set_func_state() 2200 state in set_func_state() 2668 has_modified_stack_frame(struct instruction *insn, struct insn_state *state) has_modified_stack_frame() argument 2698 has_valid_stack_frame(struct insn_state *state) has_valid_stack_frame() argument 3257 handle_insn_ops(struct instruction *insn, struct instruction *next_insn, struct insn_state *state) handle_insn_ops() argument 3434 validate_call(struct objtool_file *file, struct instruction *insn, struct insn_state *state) validate_call() argument 3457 validate_sibling_call(struct objtool_file *file, struct instruction *insn, struct insn_state *state) validate_sibling_call() argument 3469 validate_return(struct symbol *func, struct instruction *insn, struct insn_state *state) validate_return() argument 3543 validate_branch(struct objtool_file *file, struct symbol *func, struct instruction *insn, struct insn_state state) validate_branch() argument 3790 validate_unwind_hint(struct objtool_file *file, struct instruction *insn, struct insn_state *state) validate_unwind_hint() argument 3807 struct insn_state state; validate_unwind_hints() local 4184 validate_symbol(struct objtool_file *file, struct section *sec, struct symbol *sym, struct insn_state *state) validate_symbol() argument 4212 struct insn_state state; validate_section() local [all...] |