/external/arm-trusted-firmware/lib/debugfs/ |
D | dev.c | 145 channel->qid = 0; in channel_clear() 195 static chan_t *mount_point_to_channel(int index, qid_t qid) in mount_point_to_channel() argument 206 if ((channel->index == index) && (channel->qid == qid)) { in mount_point_to_channel() 249 channel->qid = CHDIR; in devattach() 302 if ((channel->qid & CHDIR) == 0) { in path_to_channel() 311 mnt = mount_point_to_channel(channel->index, channel->qid); in path_to_channel() 361 new_channel->qid = channel->qid; in devclone() 400 channel->qid = dir.qid; in devwalk() 434 const char *name, long length, qid_t qid, unsigned int mode) in make_dir_entry() argument 442 dir->qid = qid; in make_dir_entry() [all …]
|
D | devroot.c | 33 switch (channel->qid & ~CHDIR) { in rootgen() 66 if ((channel->qid & CHDIR) != 0) { in rootread() 76 assert(channel->qid != DEV_ROOT_QBLOBCTL); in rootread() 78 dp = &blobtab[channel->qid - DEV_ROOT_QBLOBCTL]; in rootread()
|
D | devfip.c | 196 assert(c->qid != CHDIR); in fipread() 198 if ((c->dev >= nfips) || ((c->qid & CHDIR) != 0)) { in fipread() 204 if ((c->qid >= NR_FILES) || (fip->offset[c->qid] < 0)) { in fipread() 212 size = fip->size[c->qid]; in fipread() 225 off = fip->offset[c->qid] + c->offset; in fipread()
|
D | dev.h | 47 qid_t qid; member 77 qid_t qid; member 100 qid_t qid, unsigned int mode);
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/ |
D | ares_query.c | 70 unsigned short qid; in find_query_by_id() local 73 DNS_HEADER_SET_QID(((unsigned char*)&qid), id); in find_query_by_id() 76 list_head = &(channel->queries_by_qid[qid % ARES_QID_TABLE_SIZE]); in find_query_by_id() 81 if (q->qid == qid) in find_query_by_id()
|
D | ares_send.c | 80 query->qid = DNS_HEADER_QID(qbuf); in ares_send() 132 &(channel->queries_by_qid[query->qid % ARES_QID_TABLE_SIZE])); in ares_send()
|
/external/llvm-project/lldb/include/lldb/Target/ |
D | QueueItem.h | 104 void SetEnqueueingQueueID(lldb::queue_id_t qid) { in SetEnqueueingQueueID() argument 105 m_enqueueing_queue_id = qid; in SetEnqueueingQueueID() 110 void SetTargetQueueID(lldb::queue_id_t qid) { m_target_queue_id = qid; } in SetTargetQueueID() argument
|
D | QueueList.h | 79 lldb::QueueSP FindQueueByID(lldb::queue_id_t qid);
|
/external/antlr/runtime/Perl5/t/examples/ |
D | fig.t | 34 : qid v=ID? 36 $o = RunFig.newInstance($qid.text); 60 qid : ID ('.' ID)*
|
/external/vm_tools/p9/src/server/ |
D | tests.rs | 145 fn check_qid(qid: &Qid, md: &fs::Metadata) { in check_qid() 155 assert_eq!(qid.ty, ty); in check_qid() 156 assert_eq!(qid.version, md.mtime() as u32); in check_qid() 157 assert_eq!(qid.path, md.ino()); in check_qid() 178 assert_eq!(rgetattr.qid.ty, ty); in check_attr() 179 assert_eq!(rgetattr.qid.version, md.mtime() as u32); in check_attr() 180 assert_eq!(rgetattr.qid.path, md.ino()); in check_attr() 237 for (md, qid) in mds.iter().zip(rwalk.wqids.iter()) { in walk() 238 check_qid(qid, md); in walk() 461 check_qid(&rattach.qid, &md); in setup() [all …]
|
D | mod.rs | 483 let response = Rattach { qid: st.into() }; in attach() 654 qid: st.into(), in lopen() 695 qid: st.into(), in lcreate() 729 qid: st.into(), in get_attr() 864 qid: st.into(), in readdir() 936 qid: statat(&fid.path, &name, 0).map(Qid::from)?, in mkdir()
|
/external/llvm-project/lldb/source/Target/ |
D | QueueList.cpp | 47 lldb::QueueSP QueueList::FindQueueByID(lldb::queue_id_t qid) { in FindQueueByID() argument 50 if (queue_sp->GetID() == qid) { in FindQueueByID()
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/ |
D | ares-test.h | 150 void SetReplyQID(int qid) { qid_ = qid; } in SetReplyQID() argument 164 int qid, const std::string& name, int rrtype); 228 ACTION_P2(SetReplyQID, mockserver, qid) { in ACTION_P2() argument 229 mockserver->SetReplyQID(qid); in ACTION_P2()
|
D | ares-test.cc | 278 int qid = DNS_HEADER_QID(data); in ProcessFD() local 324 std::cerr << "ProcessRequest(" << qid << ", '" << namestr in ProcessFD() 327 ProcessRequest(fd, &addr, addrlen, qid, namestr, rrtype); in ProcessFD() 338 int qid, const std::string& name, int rrtype) { in ProcessRequest() argument 351 qid = qid_; in ProcessRequest() 355 reply[0] = (byte)((qid >> 8) & 0xff); in ProcessRequest() 356 reply[1] = (byte)(qid & 0xff); in ProcessRequest()
|
D | dns-proto.h | 209 DNSPacket& set_qid(int qid) { qid_ = qid; return *this; } in set_qid()
|
/external/toybox/toys/pending/ |
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()
|
/external/vm_tools/p9/src/protocol/ |
D | messages.rs | 707 pub qid: Qid, field 741 pub qid: Qid, field 764 pub qid: Qid, field 770 pub qid: Qid, field 776 pub qid: Qid, field 781 pub qid: Qid, field 792 pub qid: Qid, field 839 pub qid: Qid, field
|
/external/llvm-project/clang/test/SemaObjCXX/ |
D | cstyle-cast.mm | 17 id<P> qid = (id<P>)cft;
|
/external/clang/test/SemaObjCXX/ |
D | cstyle-cast.mm | 17 id<P> qid = (id<P>)cft;
|
/external/arm-trusted-firmware/include/lib/ |
D | debugfs.h | 35 qid_t qid; member
|
/external/arm-trusted-firmware/plat/xilinx/versal/pm_service/ |
D | pm_api_sys.c | 722 enum pm_ret_status pm_query_data(uint32_t qid, uint32_t arg1, uint32_t arg2, in pm_query_data() argument 731 PM_PACK_PAYLOAD5(payload, LIBPM_MODULE_ID, PM_QUERY_DATA, qid, arg1, in pm_query_data() 738 ((XPM_QID_CLOCK_GET_NAME == qid) || in pm_query_data() 739 (XPM_QID_PINCTRL_GET_FUNCTION_NAME == qid))) { in pm_query_data()
|
D | pm_api_sys.h | 67 enum pm_ret_status pm_query_data(uint32_t qid, uint32_t arg1, uint32_t arg2,
|
/external/antlr/tool/src/main/antlr3/org/antlr/grammar/v3/ |
D | ANTLRv3Tree.g | 77 : qid // only allowed in element options 262 qid : ID ('.' ID)* ;
|
D | ANTLRv3.g | 147 : qid 285 : '<' qid '>' -> ^(OPTIONS qid) 463 qid : id ('.' id)* ;
|
/external/cldr/common/testData/transforms/ |
D | az-t-az-cyrl-m0-bgn.txt | 407 әгидәјә əqidəyə 577 әгидәсиндән əqidəsindən 637 әгидә əqidə
|