Home
last modified time | relevance | path

Searched refs:status (Results 13776 - 13800 of 23551) sorted by relevance

1...<<551552553554555556557558559560>>...943

/third_party/libuv/test/
H A Dtest-ping-pong.c85 static void pinger_after_write(uv_write_t* req, int status) { in pinger_after_write() argument
86 ASSERT_OK(status); in pinger_after_write()
195 static void pinger_on_connect(uv_connect_t* req, int status) { in pinger_on_connect() argument
200 ASSERT_OK(status); in pinger_on_connect()
/third_party/mesa3d/.gitlab-ci/common/
H A Dintel-gpu-freq.sh362 # status - verify if throttle detector is running
369 status)
597 -d|--detect-thrott [start|stop|status]
599 as a background process. Use 'stop' or 'status' to
600 terminate the detector process or verify its status.
704 start|stop|status)
/third_party/ltp/include/old/
H A Dsafe_macros.h132 #define SAFE_WAIT(cleanup_fn, status) \
133 safe_wait(__FILE__, __LINE__, (cleanup_fn), (status))
135 #define SAFE_WAITPID(cleanup_fn, pid, status, opts) \
136 safe_waitpid(__FILE__, __LINE__, (cleanup_fn), (pid), (status), (opts))
/third_party/mesa3d/src/gallium/frontends/xvmc/
H A Dsurface.c472 Status XvMCGetSurfaceStatus(Display *dpy, XvMCSurface *surface, int *status) in XvMCGetSurfaceStatus() argument
483 assert(status); in XvMCGetSurfaceStatus()
489 *status = 0; in XvMCGetSurfaceStatus()
493 *status |= XVMC_RENDERING; in XvMCGetSurfaceStatus()
/third_party/node/src/quic/
H A Dpacket.cc193 uv_udp_send_cb{[](uv_udp_send_t* req, int status) { in Send()
195 ptr->Done(status); in Send()
201 void Packet::Done(int status) { in Done() argument
203 listener_->PacketDone(status); in Done()
/third_party/node/src/
H A Dstream_wrap.cc342 void LibuvStreamWrap::AfterUvShutdown(uv_shutdown_t* req, int status) { in AfterUvShutdown() argument
348 req_wrap->Done(status); in AfterUvShutdown()
407 void LibuvStreamWrap::AfterUvWrite(uv_write_t* req, int status) { in AfterUvWrite() argument
413 req_wrap->Done(status); in AfterUvWrite()
/third_party/node/tools/inspector_protocol/encoding/
H A Dencoding.h115 // A status value with position that can be copied. The default status
116 // is OK. Usually, error status values should come with a valid position.
279 // it will set |status| to an error and clear |out|. Otherwise, |status.ok()|
283 Status* status);
285 Status* status);
297 // status() for details.
462 // |status->ok()| will be false iff the handler routine HandleError() is called.
470 Status* status);
[all...]
/third_party/node/deps/cares/include/
H A Dares.h356 typedef void (*ares_callback)(void *arg, int status, int timeouts,
359 typedef void (*ares_host_callback)(void *arg, int status, int timeouts,
362 typedef void (*ares_nameinfo_callback)(void *arg, int status, int timeouts,
371 typedef void (*ares_addrinfo_callback)(void *arg, int status, int timeouts,
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_feedback.c272 VkResult status) in vn_feedback_event_cmd_record()
289 STATIC_ASSERT(sizeof(*slot->status) == 4); in vn_feedback_event_cmd_record()
308 vn_CmdFillBuffer(cmd_handle, slot->buffer, slot->offset, 4, status); in vn_feedback_event_cmd_record()
331 STATIC_ASSERT(sizeof(*slot->status) == 4); in vn_feedback_fence_cmd_record()
269 vn_feedback_event_cmd_record(VkCommandBuffer cmd_handle, VkEvent ev_handle, VkPipelineStageFlags stage_mask, VkResult status) vn_feedback_event_cmd_record() argument
/third_party/ltp/testcases/kernel/sched/pthreads/
H A Dpth_str01.c324 void *status; in doit() local
422 pthread_join((info_p->threads[child]), &status))) { in doit()
425 ("join failed on thread %d, status addr=%p: %s\n", in doit()
426 my_index, status, strerror(rc)); in doit()
535 tst_resm(TINFO, "thread %d exiting, depth=%d, status=%d, addr=%p", in doit()
536 my_index, cdepth, info_p->status, info_p); in doit()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_destroy/
H A D2-1.c339 int status; in main() local
736 pid = waitpid(p_child[ch], &status, 0); in main()
747 if (WIFEXITED(status)) { in main()
750 ret |= WEXITSTATUS(status); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_broadcast/
H A D1-2.c310 int status; in main() local
628 pid = waitpid(tmp->data.p, &status, 0); in main()
637 if (WIFEXITED(status)) { in main()
640 ret |= WEXITSTATUS(status); in main()
H A D2-3.c254 int status; in main() local
512 &status, 0); in main()
521 if (WIFEXITED(status)) { in main()
523 ret |= WEXITSTATUS(status); in main()
/third_party/node/deps/v8/src/diagnostics/
H A Dunwinding-info-win64.cc535 DWORD status = in AddGrowableFunctionTable() local
538 DCHECK((status == 0 && *DynamicTable != nullptr) || in AddGrowableFunctionTable()
539 status == 0xC000009A); // STATUS_INSUFFICIENT_RESOURCES in AddGrowableFunctionTable()
540 return (status == 0); in AddGrowableFunctionTable()
/third_party/node/deps/v8/src/debug/wasm/gdb-server/
H A Dtarget.cc670 void Target::SetStatus(Status status, int8_t signal, in SetStatus() argument
674 DCHECK((status == Status::Suspended && signal != 0 && in SetStatus()
676 (status != Status::Suspended && signal == 0 && in SetStatus()
680 status_ = status; in SetStatus()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_transfer.c128 /* We have a temporary resource due to either tile status or in etna_transfer_unmap()
130 * FIXME: we need to invalidate the tile status. */ in etna_transfer_unmap()
263 /* If the surface has tile status, we need to resolve it first. in etna_transfer_map()
265 * depth buffer, filling in the "holes" where the tile status in etna_transfer_map()
270 BUG("unsupported map flags %#x with tile status/tiled layout", usage); in etna_transfer_map()
276 BUG("resource has depth >1 with tile status"); in etna_transfer_map()
377 enum etna_resource_status status = etna_resource_status(ctx, rsc); in etna_transfer_map() local
386 if ((trans->rsc && (status & ETNA_PENDING_WRITE)) || in etna_transfer_map()
388 (((usage & PIPE_MAP_READ) && (status & ETNA_PENDING_WRITE)) || in etna_transfer_map()
389 ((usage & PIPE_MAP_WRITE) && status)))) { in etna_transfer_map()
[all...]
/third_party/node/deps/undici/src/lib/cache/
H A Dcache.js208 if (response.type === 'error' || response.status === 206 || response.status < 200 || response.status > 299) {
211 message: 'Received an invalid status code or the request failed.'
335 if (innerResponse.status === 206) {
338 message: 'Got 206 status'
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
H A DTestAudioActivity.java92 // Periodically query the status of the streams.
99 // Display status info for the stream.
106 AudioStreamBase.StreamStatus status = streamContext.tester.getCurrentAudioStream().getStreamStatus();
110 status.framesPerCallback = getFramesPerCallback();
111 final String msg = status.dump(framesPerBurst);
117 streamClosed = streamClosed || (status.state >= 12);
/third_party/toybox/toys/net/
H A Difconfig.c69 int status, len; in get_addrinfo() local
79 status = getaddrinfo(host, NULL, &hints, &result); in get_addrinfo()
80 if (!status) in get_addrinfo()
83 if (!rp) error_exit("bad address '%s' : %s", host, gai_strerror(status)); in get_addrinfo()
/third_party/skia/third_party/externals/dawn/src/tests/white_box/
H A DD3D12ResidencyTests.cpp218 [](WGPUBufferMapAsyncStatus status, void* userdata) { in TEST_P()
219 ASSERT_EQ(WGPUBufferMapAsyncStatus_Success, status); in TEST_P()
264 [](WGPUBufferMapAsyncStatus status, void* userdata) { in TEST_P()
265 ASSERT_EQ(WGPUBufferMapAsyncStatus_Success, status); in TEST_P()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dap_drv_ops.h121 u16 seq, u16 status, const u8 *ie, size_t len);
123 int reassoc, u16 status, const u8 *ie, size_t len);
302 if (!hapd->driver || !hapd->driver->status || !hapd->drv_priv) in hostapd_drv_status()
304 return hapd->driver->status(hapd->drv_priv, buf, buflen); in hostapd_drv_status()
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c436 "Get MAC pkt stats fail, status = %d.\n", ret); in hclge_mac_update_stats_defective()
565 "Query tqp stat fail, status = %d,queue = %d\n", in hclge_tqps_update_stats()
585 "Query tqp stat fail, status = %d,queue = %d\n", in hclge_tqps_update_stats()
683 int status; in hclge_update_stats_for_all() local
687 status = hclge_tqps_update_stats(handle); in hclge_update_stats_for_all()
688 if (status) { in hclge_update_stats_for_all()
690 "Update TQPS stats fail, status = %d.\n", in hclge_update_stats_for_all()
691 status); in hclge_update_stats_for_all()
695 status = hclge_mac_update_stats(hdev); in hclge_update_stats_for_all()
696 if (status) in hclge_update_stats_for_all()
706 int status; hclge_update_stats() local
830 hclge_parse_func_status(struct hclge_dev *hdev, struct hclge_func_status_cmd *status) hclge_parse_func_status() argument
4717 enum hclge_cmd_status status; hclge_bind_ring_with_vector() local
7664 int status; hclge_add_mc_addr_common() local
7709 enum hclge_cmd_status status; hclge_rm_mc_addr_common() local
8605 int status; hclge_set_vlan_tx_offload_cfg() local
8648 int status; hclge_set_vlan_rx_offload_cfg() local
8728 int status; hclge_set_vlan_protocol_type() local
11258 hclge_set_led_id(struct hnae3_handle *handle, enum ethtool_phys_id_state status) hclge_set_led_id() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H A Dwmi.c2254 struct ieee80211_rx_status *status) in ath10k_wmi_handle_wep_reauth()
2279 status->flag |= RX_FLAG_DECRYPTED; in ath10k_wmi_handle_wep_reauth()
2311 arg->status = ev_hdr->status; in ath10k_wmi_op_pull_mgmt_rx_ev()
2320 if (le32_to_cpu(arg->status) & WMI_RX_STATUS_EXT_INFO) { in ath10k_wmi_op_pull_mgmt_rx_ev()
2355 arg->status = ev_hdr->status; in ath10k_wmi_10_4_op_pull_mgmt_rx_ev()
2364 if (le32_to_cpu(arg->status) & WMI_RX_STATUS_EXT_INFO) { in ath10k_wmi_10_4_op_pull_mgmt_rx_ev()
2424 if (param->status) { in wmi_process_mgmt_tx_comp()
2428 info->status in wmi_process_mgmt_tx_comp()
2252 ath10k_wmi_handle_wep_reauth(struct ath10k *ar, struct sk_buff *skb, struct ieee80211_rx_status *status) ath10k_wmi_handle_wep_reauth() argument
2502 struct ieee80211_rx_status *status = IEEE80211_SKB_RXCB(skb); ath10k_wmi_event_mgmt_rx() local
3442 u32 status; ath10k_wmi_event_vdev_start_resp() local
6386 int status; ath10k_wmi_connect() local
8097 ath10k_wmi_op_gen_addba_set_resp(struct ath10k *ar, u32 vdev_id, const u8 *mac, u32 tid, u32 status) ath10k_wmi_op_gen_addba_set_resp() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H A Dwmi.c2254 struct ieee80211_rx_status *status) in ath10k_wmi_handle_wep_reauth()
2279 status->flag |= RX_FLAG_DECRYPTED; in ath10k_wmi_handle_wep_reauth()
2311 arg->status = ev_hdr->status; in ath10k_wmi_op_pull_mgmt_rx_ev()
2320 if (le32_to_cpu(arg->status) & WMI_RX_STATUS_EXT_INFO) { in ath10k_wmi_op_pull_mgmt_rx_ev()
2355 arg->status = ev_hdr->status; in ath10k_wmi_10_4_op_pull_mgmt_rx_ev()
2364 if (le32_to_cpu(arg->status) & WMI_RX_STATUS_EXT_INFO) { in ath10k_wmi_10_4_op_pull_mgmt_rx_ev()
2424 if (param->status) { in wmi_process_mgmt_tx_comp()
2428 info->status in wmi_process_mgmt_tx_comp()
2252 ath10k_wmi_handle_wep_reauth(struct ath10k *ar, struct sk_buff *skb, struct ieee80211_rx_status *status) ath10k_wmi_handle_wep_reauth() argument
2502 struct ieee80211_rx_status *status = IEEE80211_SKB_RXCB(skb); ath10k_wmi_event_mgmt_rx() local
3442 u32 status; ath10k_wmi_event_vdev_start_resp() local
6386 int status; ath10k_wmi_connect() local
8097 ath10k_wmi_op_gen_addba_set_resp(struct ath10k *ar, u32 vdev_id, const u8 *mac, u32 tid, u32 status) ath10k_wmi_op_gen_addba_set_resp() argument
[all...]
/kernel/linux/linux-5.10/drivers/infiniband/hw/qedr/
H A Dverbs.c2367 int status = 0; in qedr_update_qp_state() local
2381 status = -EINVAL; in qedr_update_qp_state()
2400 status = -EINVAL; in qedr_update_qp_state()
2413 status = -EINVAL; in qedr_update_qp_state()
2426 status = -EINVAL; in qedr_update_qp_state()
2438 status = -EINVAL; in qedr_update_qp_state()
2452 status = -EINVAL; in qedr_update_qp_state()
2456 status = -EINVAL; in qedr_update_qp_state()
2461 status = -EINVAL; in qedr_update_qp_state()
2465 return status; in qedr_update_qp_state()
3839 int status = 0; qedr_post_srq_recv() local
3918 int status = 0; qedr_post_recv() local
4058 process_req(struct qedr_dev *dev, struct qedr_qp *qp, struct qedr_cq *cq, int num_entries, struct ib_wc *wc, u16 hw_cons, enum ib_wc_status status, int force) process_req() argument
4218 qedr_cqe_resp_status_to_ib(u8 status) qedr_cqe_resp_status_to_ib() argument
[all...]

Completed in 48 milliseconds

1...<<551552553554555556557558559560>>...943