Home
last modified time | relevance | path

Searched refs:qid (Results 1 - 13 of 13) sorted by relevance

/third_party/musl/libc-test/src/functional/
H A Dipc_msg.c31 int qid; in snd() local
42 T(qid = msgget(k, IPC_CREAT|0666)); in snd()
43 T(msgctl(qid, IPC_RMID, 0)); in snd()
44 T(qid = msgget(k, IPC_CREAT|IPC_EXCL|0666)); in snd()
55 T(msgctl(qid, IPC_STAT, &qid_ds)); in snd()
74 T(msgsnd(qid, &msg, sizeof msg.data, IPC_NOWAIT)); in snd()
75 T(msgctl(qid, IPC_STAT, &qid_ds)); in snd()
87 int qid; in rcv() local
95 T(qid = msgget(k, 0)); in rcv()
98 if (msgrcv(qid, in rcv()
[all...]
/third_party/node/deps/cares/src/lib/
H A Dares_send.c53 unsigned short *qid) in ares_send_ex()
99 query->qid = id; in ares_send_ex()
135 /* Keep track of queries bucketed by qid, so we can process DNS in ares_send_ex()
138 if (!ares__htable_szvp_insert(channel->queries_by_qid, query->qid, query)) { in ares_send_ex()
147 if (status == ARES_SUCCESS && qid) { in ares_send_ex()
148 *qid = id; in ares_send_ex()
51 ares_send_ex(ares_channel_t *channel, const unsigned char *qbuf, size_t qlen, ares_callback callback, void *arg, unsigned short *qid) ares_send_ex() argument
H A Dares_query.c50 void *arg, unsigned short *qid) in ares_query_qid()
82 status = ares_send_ex(channel, qbuf, (size_t)qlen, qcallback, qquery, qid); in ares_query_qid()
48 ares_query_qid(ares_channel_t *channel, const char *name, int dnsclass, int type, ares_callback callback, void *arg, unsigned short *qid) ares_query_qid() argument
H A Dares_getaddrinfo.c85 unsigned short qid_a; /* qid for A request */
86 unsigned short qid_aaaa; /* qid for AAAA request */
461 unsigned short qid) in terminate_retries()
464 (qid == hquery->qid_a) ? hquery->qid_aaaa : hquery->qid_a; in terminate_retries()
486 unsigned short qid = 0; in host_callback() local
498 qid = DNS_HEADER_QID(abuf); /* Converts to host byte order */ in host_callback()
499 terminate_retries(hquery, qid); in host_callback()
460 terminate_retries(const struct host_query *hquery, unsigned short qid) terminate_retries() argument
H A Dares_private.h193 unsigned short qid; /* host byte order */ member
280 /* Queries bucketed by qid, for quickly dispatching DNS responses: */
339 * ARES_SUCCESS, and can be passed the qid by reference which will be
343 void *arg, unsigned short *qid);
348 unsigned short *qid);
H A Dares_process.c658 /* Possible qid conflict due to delayed response, that's ok */ in process_answer()
1117 ares__htable_szvp_remove(query->channel->queries_by_qid, query->qid); in ares_detach_query()
/third_party/toybox/toys/pending/
H A Dipcrm.c31 struct arg_list *qid;
83 for (tmp = TT.qid; tmp; tmp = tmp->next) do_ipcrm(0, 2, tmp->arg); in ipcrm_main()
/third_party/backends/backend/
H A Dsharp.h136 void *qid; member
H A Dnec.h139 void *qid; member
H A Dnec.c671 &bc->qid); in reader_process()
736 status = sanei_scsi_req_wait(bc->qid); in reader_process()
806 bc->buffer, &bc->used, &bc->qid); in reader_process()
H A Dsharp.c873 &bc->qid); in reader_process()
938 status = sanei_scsi_req_wait(bc->qid); in reader_process()
1030 bc->buffer, &bc->used, &bc->qid); in reader_process()
/third_party/toybox/generated/
H A Dglobals.h845 struct arg_list *qid; member
/third_party/rust/crates/libc/src/
H A Dpsp.rs2773 pub fn sceGeListDeQueue(qid: i32) -> i32; in sceGeListDeQueue()
2774 pub fn sceGeListUpdateStallAddr(qid: i32, stall: *mut c_void) -> i32; in sceGeListUpdateStallAddr()
2775 pub fn sceGeListSync(qid: i32, sync_type: i32) -> GeListState; in sceGeListSync()

Completed in 25 milliseconds