/kernel/linux/linux-5.10/drivers/scsi/hisi_sas/ |
H A D | hisi_sas_v3_hw.c | 1508 if (fis->status & ATA_ERR) { in phy_up_v3_hw() 1509 dev_warn(dev, "sata int: phy%d FIS status: 0x%x\n", in phy_up_v3_hw() 1510 phy_no, fis->status); in phy_up_v3_hw() 2234 * Use SAS+TMF status codes in slot_complete_v3_hw() 2556 u32 status, reg_val; in disable_host_v3_hw() local 2574 AM_CURR_TRANS_RETURN, status, in disable_host_v3_hw() 2575 status == 0x3, 10, 100); in disable_host_v3_hw()
|
/kernel/linux/linux-5.10/fs/proc/ |
H A D | base.c | 2028 * Before the /proc/pid/status file was created the only way to read in task_dump_owner() 2030 * /proc/pid/status is slow enough that procps and other packages in task_dump_owner() 2333 int status = 0; in map_files_d_revalidate() local 2348 status = mmap_read_lock_killable(mm); in map_files_d_revalidate() 2349 if (!status) { in map_files_d_revalidate() 2362 status = 1; in map_files_d_revalidate() 2369 return status; in map_files_d_revalidate() 3411 ONE("status", S_IRUGO, proc_pid_status), 3773 ONE("status", S_IRUGO, proc_pid_status),
|
/kernel/linux/linux-6.6/drivers/atm/ |
H A D | nicstar.c | 1382 u32 status; in ns_open() local 1390 status = NS_RCTE_AAL5 | NS_RCTE_CONNECTOPEN; in ns_open() 1392 status = NS_RCTE_AAL0 | NS_RCTE_CONNECTOPEN; in ns_open() 1394 status |= NS_RCTE_RAWCELLINTEN; in ns_open() 1399 NS_RCT_ENTRY_SIZE, &status, 1); in ns_open()
|
/kernel/linux/linux-6.6/fs/proc/ |
H A D | base.c | 2019 * Before the /proc/pid/status file was created the only way to read in task_dump_owner() 2021 * /proc/pid/status is slow enough that procps and other packages in task_dump_owner() 2326 int status = 0; in map_files_d_revalidate() local 2341 status = mmap_read_lock_killable(mm); in map_files_d_revalidate() 2342 if (!status) { in map_files_d_revalidate() 2355 status = 1; in map_files_d_revalidate() 2362 return status; in map_files_d_revalidate() 3439 ONE("status", S_IRUGO, proc_pid_status), 3802 ONE("status", S_IRUGO, proc_pid_status),
|
/kernel/linux/linux-6.6/drivers/target/ |
H A D | target_core_user.c | 108 int status; member 314 nl_cmd->status = -EINTR; in tcmu_fail_netlink_cmd() 405 nl_cmd->status); in tcmu_genl_cmd_done() 414 nl_cmd->status = rc; in tcmu_genl_cmd_done() 2075 ret = nl_cmd->status; in tcmu_wait_genl_cmd_reply()
|
/kernel/linux/linux-6.6/drivers/crypto/ |
H A D | talitos.c | 267 * for device processing status. 347 int tail, status; in flush_channel() local 363 status = 0; in flush_channel() 368 status = error; in flush_channel() 391 status); in flush_channel() 393 if (error && !reset_ch && status == error) in flush_channel() 403 * process completed requests for channels that have done status 503 * user diagnostics; report root cause of error based on execution unit status 1080 /* check ICV auth status */ in ipsec_esp_decrypt_hwauth_done()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/cavium/liquidio/ |
H A D | lio_ethtool.c | 40 u64 status; member 46 u64 status; member 796 "octnet_mdio45_access instruction failed status: %x\n", in octnet_mdio45_access() 808 retval = mdio_cmd_rsp->status; in octnet_mdio45_access() 1035 "Sending iq/oq config failed status: %x\n", in lio_23xx_reconfigure_queue_count() 1045 retval = resp->status; in lio_23xx_reconfigure_queue_count() 2040 if (resp->status) { in octnet_get_intrmod_cfg()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
H A D | hw.c | 703 "Unable to initialize hardware; initialization status: %d\n", in ath9k_hw_init() 2233 int status = true; in ath9k_hw_setpower() local 2242 return status; in ath9k_hw_setpower() 2249 status = ath9k_hw_set_power_awake(ah); in ath9k_hw_setpower() 2274 ATH_DBG_WARN_ON_ONCE(!status); in ath9k_hw_setpower() 2276 return status; in ath9k_hw_setpower() 3263 /* get hardware generic timer interrupt status */ in ath_gen_timer_isr()
|
/kernel/linux/linux-6.6/drivers/nvme/host/ |
H A D | pci.c | 993 return (le16_to_cpu(READ_ONCE(hcqe->status)) & 1) == nvmeq->cq_phase; in nvme_cqe_pending() 1027 cqe->status, &cqe->result); in nvme_handle_cqe() 1040 if (!nvme_try_complete_req(req, cqe->status, cqe->result) && in nvme_handle_cqe() 1041 !blk_mq_add_to_batch(req, iob, nvme_req(req)->status, in nvme_handle_cqe() 1223 "Abort status: 0x%x", nvme_req(req)->status); in abort_endio()
|
/kernel/linux/linux-6.6/net/mptcp/ |
H A D | protocol.c | 1209 * if we just appended a single frag. More status info needed 1730 * fastopen attempt, no need to check for additional subflow status. in mptcp_sendmsg_fastopen() 2181 /* only the master socket status is relevant here. The exit in mptcp_recvmsg() 2347 /* be sure to clear the "sent status" on all re-injected fragments */ in __mptcp_retransmit_pending_data() 2362 * clean completely the subflow status when the subflow reaches 2488 /* subflow aborted before reaching the fully_established status in mptcp_close_ssk() 2976 msk->pm.status = 0; in __mptcp_destroy_sock() 3514 void mptcp_subflow_process_delegated(struct sock *ssk, long status) in mptcp_subflow_process_delegated() argument 3519 if (status & BIT(MPTCP_DELEGATE_SEND)) { in mptcp_subflow_process_delegated() 3527 if (status in mptcp_subflow_process_delegated() [all...] |
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/ |
H A D | drv_hdmi_intf.c | 177 hdmi_info("scramble status is not change, so no need to config scramble\n");
in hdmi_scramble_enable_set() 1387 hdmi_info("delay %d times, hot plug status is 0X%x\n", i, (*hotplug ? HDMI_EVENT_HOTPLUG : HDMI_EVENT_HOTUNPLUG));
3178 static hi_s32 drv_hdmi_status_get(const hdmi_device *hdmi_dev, hdmi_status *status)
argument 3185 hdmi_if_null_return(status, HI_ERR_NULL_PTR);
3190 status->connected = (hw_status.common_status.hotplug || hw_status.common_status.rsen);
3191 status->sink_power_on = hw_status.common_status.rsen;
3851 (hi_void)memset_s(&hdmi_state->status, sizeof(hdmi_state->status), 0, sizeof(hdmi_status));
3853 ret = drv_hdmi_status_get(hdmi_dev, &hdmi_state->status);
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | wl_android.c | 3951 ANDROID_ERROR(("get link status error (%d)\n", error)); in wl_android_get_link_status() 5016 uint status, uint reason, uint8 *data, uint data_len) in wl_android_bcnrecv_event() 5038 nla_put_u32(skb, BCNRECV_ATTR_STATUS, status); in wl_android_bcnrecv_event() 5128 u32 status; in _wl_android_bcnrecv_stop() local 5145 status = WL_BCNRECV_SUSPENDED; in _wl_android_bcnrecv_stop() 5150 status = WL_BCNRECV_STOPPED; in _wl_android_bcnrecv_stop() 5152 status = WL_BCNRECV_ABORTED; in _wl_android_bcnrecv_stop() 5155 if ((err = wl_android_bcnrecv_event(ndev, BCNRECV_ATTR_STATUS, status, in _wl_android_bcnrecv_stop() 5507 ANDROID_INFO(("%s: eLNA Bypass feature enable status is %d\n", in wl_android_get_softap_elna_bypass() 5527 ANDROID_ERROR(("Failed to get nan status ( in wl_android_get_nan_status() 5015 wl_android_bcnrecv_event(struct net_device *ndev, uint attr_type, uint status, uint reason, uint8 *data, uint data_len) wl_android_bcnrecv_event() argument [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/ |
H A D | mac80211_hwsim.c | 1258 tx_attempts[i].idx = info->status.rates[i].idx; in mac80211_hwsim_tx_frame_nl() 1259 tx_attempts_flags[i].idx = info->status.rates[i].idx; in mac80211_hwsim_tx_frame_nl() 1260 tx_attempts[i].count = info->status.rates[i].count; in mac80211_hwsim_tx_frame_nl() 1263 &info->status.rates[i]); in mac80211_hwsim_tx_frame_nl() 3568 /* now send back TX status */ in hwsim_tx_info_frame_received_nl() 3574 txi->status.rates[i].idx = tx_attempts[i].idx; in hwsim_tx_info_frame_received_nl() 3575 txi->status.rates[i].count = tx_attempts[i].count; in hwsim_tx_info_frame_received_nl() 3578 txi->status.ack_signal = nla_get_u32(info->attrs[HWSIM_ATTR_SIGNAL]); in hwsim_tx_info_frame_received_nl()
|
/kernel/linux/linux-5.10/kernel/bpf/ |
H A D | btf.c | 354 int status; /* non-zero for error */ member 1060 show->state.status = PTR_ERR(rt); in btf_show_obj_safe() 1108 show->state.status = copy_from_kernel_nofault(show->obj.safe, in btf_show_obj_safe() 1110 if (!show->state.status) { in btf_show_obj_safe() 5366 return sseq.state.status; in btf_type_seq_show_flags() 5419 if (ssnprintf.show.state.status) in btf_type_snprintf_show() 5420 return ssnprintf.show.state.status; in btf_type_snprintf_show()
|
/device/soc/rockchip/rk3588/kernel/drivers/net/ethernet/realtek/r8168/ |
H A D | r8168_n.c | 3779 u8 status = RTL_R8(tp, PHYstatus); in rtl8168dp_10mbps_gphy_para() local 3781 if ((status & LinkStatus) && (status & _10bps)) { in rtl8168dp_10mbps_gphy_para() 4935 /* Enable the PME and clear the status */ in rtl8168_powerdown_pll() 5531 u8 status; in rtl8168_gset_xmii() local 5586 status = RTL_R8(tp, PHYstatus); in rtl8168_gset_xmii() 5588 if (status & LinkStatus) { in rtl8168_gset_xmii() 5590 if (status & _1000bpsF) in rtl8168_gset_xmii() 5592 else if (status & _100bps) in rtl8168_gset_xmii() 5594 else if (status in rtl8168_gset_xmii() 27491 u32 status = opts1 | len; global() local 27513 u32 status, len; global() local 27935 u32 status; global() local 27977 rtl8168_fragmented_frame(u32 status) global() argument 27993 u32 status = opts1 & RxProtoMask; global() local 28068 u32 status; global() local 28207 int status; global() local [all...] |
/base/customization/enterprise_device_management/interfaces/kits/account_manager/src/ |
H A D | account_manager_addon.cpp | 494 void AccountManagerAddon::NativeAddOsAccountCallbackComplete(napi_env env, napi_status status, void *data) in NativeAddOsAccountCallbackComplete() argument
|
/base/customization/config_policy/interfaces/kits/js/src/ |
H A D | config_policy_napi.cpp | 432 void ConfigPolicyNapi::NativeCallbackComplete(napi_env env, napi_status status, void *data) in NativeCallbackComplete() argument
|
/base/notification/distributed_notification_service/services/ans/test/unittest/notification_preferences_database_branch_test/ |
H A D | notification_preferences_database_branch_test.cpp | 68 * @tc.desc : test PutBundlePropertyToDisturbeDB function and status is NativeRdb::E_EMPTY_VALUES_BUCKET
77 // set status is NativeRdb::E_EMPTY_VALUES_BUCKET
in HWTEST_F() 88 * @tc.desc : test PutBundlePropertyToDisturbeDB function and status is NativeRdb::E_ERROR
97 // set status is NativeRdb::E_ERROR
in HWTEST_F() 106 * @tc.desc : test CheckBundle function and status is NativeRdb::E_ERROR
112 // set status is NativeRdb::E_ERROR
in HWTEST_F() 133 // set status is NativeRdb::E_ERROR
in HWTEST_F() 153 // set status is NativeRdb::E_ERROR
in HWTEST_F() 173 // set status is NativeRdb::E_ERROR
in HWTEST_F() 193 // set status i in HWTEST_F() [all...] |
/base/notification/common_event_service/interfaces/kits/napi/napi_common_event/include/ |
H A D | napi_common_event.h | 479 void AsyncCompleteCallbackRemoveStickyCommonEvent(napi_env env, napi_status status, void *data);
|
/base/notification/common_event_service/services/test/unittest/ |
H A D | ability_manager_helper_test.cpp | 258 int StartContinuation(const Want &want, const sptr<IRemoteObject> &abilityToken, int32_t status) override
|
/base/security/huks/services/huks_standard/huks_engine/main/core/src/ |
H A D | hks_keyblob_lite.c | 311 keyNode->status = HKS_KEYNODE_INACTIVE;
in HksGenerateKeyNode()
|
/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | i_tel_ril_manager.h | 172 int32_t slotId, int32_t status, std::string pdu, const AppExecFwk::InnerEvent::Pointer &response) = 0;
|
/base/web/webview/interfaces/kits/napi/webviewcontroller/ |
H A D | napi_webview_controller.h | 391 static void UvWebMessageOnReceiveValueCallback(uv_work_t *work, int status);
|
/base/useriam/user_auth_framework/frameworks/js/napi/user_auth/src/ |
H A D | user_auth_napi_helper.cpp | 69 void OnDeleteRefWork(uv_work_t *work, int status) in OnDeleteRefWork() argument
|
/device/qemu/riscv32_virt/liteos_m/board/driver/ |
H A D | virtnet.c | 77 uint16_t status; member
|