/third_party/musl/libc-test/src/functional/ |
H A D | ipc_msg.c | 31 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 D | ares_send.c | 53 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 D | ares_query.c | 50 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 D | ares_getaddrinfo.c | 85 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 D | ares_private.h | 193 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 D | ares_process.c | 658 /* 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 D | ipcrm.c | 31 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 D | sharp.h | 136 void *qid; member
|
H A D | nec.h | 139 void *qid; member
|
H A D | nec.c | 671 &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 D | sharp.c | 873 &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 D | globals.h | 845 struct arg_list *qid; member
|
/third_party/rust/crates/libc/src/ |
H A D | psp.rs | 2773 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()
|