Home
last modified time | relevance | path

Searched refs:qtype (Results 1 – 25 of 27) sorted by relevance

12

/external/e2fsprogs/lib/quota/
Dmkquota.c53 int quota_file_exists(ext2_filsys fs, int qtype, int fmt) in quota_file_exists() argument
59 if (qtype >= MAXQUOTAS) in quota_file_exists()
62 quota_get_qf_name(qtype, QFMT_VFS_V1, qf_name); in quota_file_exists()
75 void quota_set_sb_inum(ext2_filsys fs, ext2_ino_t ino, int qtype) in quota_set_sb_inum() argument
79 inump = (qtype == USRQUOTA) ? &fs->super->s_usr_quota_inum : in quota_set_sb_inum()
83 qtype); in quota_set_sb_inum()
88 errcode_t quota_remove_inode(ext2_filsys fs, int qtype) in quota_remove_inode() argument
93 qf_ino = (qtype == USRQUOTA) ? fs->super->s_usr_quota_inum : in quota_remove_inode()
95 quota_set_sb_inum(fs, 0, qtype); in quota_remove_inode()
121 errcode_t quota_write_inode(quota_ctx_t qctx, int qtype) in quota_write_inode() argument
[all …]
Dmkquota.h46 errcode_t quota_init_context(quota_ctx_t *qctx, ext2_filsys fs, int qtype);
53 errcode_t quota_write_inode(quota_ctx_t qctx, int qtype);
58 errcode_t quota_remove_inode(ext2_filsys fs, int qtype);
59 int quota_file_exists(ext2_filsys fs, int qtype, int fmt);
60 void quota_set_sb_inum(ext2_filsys fs, ext2_ino_t ino, int qtype);
61 errcode_t quota_compare_and_update(quota_ctx_t qctx, int qtype,
Dquotaio.c57 const char *quota_get_qf_path(const char *mntpt, int qtype, int fmt, in quota_get_qf_path() argument
67 strncat(path_buf, quota_get_qf_name(qtype, fmt, qf_name), in quota_get_qf_path()
Dquotaio.h162 const char *quota_get_qf_path(const char *mntpt, int qtype, int fmt,
/external/dnsmasq/src/
Drfc1035.c530 int i, qtype, qclass, rdlen; in do_doctor() local
538 GETSHORT(qtype, p); in do_doctor()
543 if ((qclass == C_IN) && (qtype == T_A)) in do_doctor()
584 int qtype, qclass, rdlen; in find_soa() local
598 GETSHORT(qtype, p); in find_soa()
603 if ((qclass == C_IN) && (qtype == T_SOA)) in find_soa()
642 int i, j, qtype, qclass, aqtype, aqclass, ardlen, res, searched_soa = 0; in extract_addresses() local
669 GETSHORT(qtype, p); in extract_addresses()
677 if (qtype == T_PTR) in extract_addresses()
747 if (qtype == T_A) in extract_addresses()
[all …]
Dforward.c114 unsigned short qtype, char *qdomain, int *type, char **domain) in search_servers() argument
136 if (sflag & qtype) in search_servers()
167 if (sflag & qtype) in search_servers()
183 if (flags == 0 && !(qtype & F_BIGNAME) && in search_servers()
196 logflags = F_NEG | qtype; in search_servers()
738 unsigned short qtype, gotname; in tcp_request() local
758 if ((gotname = extract_request(header, (unsigned int)size, daemon->namebuff, &qtype))) in tcp_request()
767 querystr(types, qtype); in tcp_request()
/external/iputils/ninfod/
Dninfod_core.c178 uint16_t qtype; member
187 .qtype = NI_QTYPE_NOOP,
193 .qtype = NI_QTYPE_SUPTYPES,
200 .qtype = NI_QTYPE_DNSNAME,
206 .qtype = NI_QTYPE_NODEADDR,
212 .qtype = NI_QTYPE_IPV4ADDR,
231 static __inline__ struct qtypeinfo *qtypeinfo_lookup(int qtype) in qtypeinfo_lookup() argument
233 if (qtype >= ARRAY_SIZE(qtypeinfo_table)) in qtypeinfo_lookup()
235 if (qtypeinfo_table[qtype].name == NULL) in qtypeinfo_lookup()
237 return &qtypeinfo_table[qtype]; in qtypeinfo_lookup()
[all …]
Dconfigure.in61 [ --enable-suptypes Enable suptypes qtype (deprecated)])
/external/ipsec-tools/src/racoon/
Dgetcertsbyname.c70 getnewci(qtype, keytag, algorithm, flags, certlen, cert) in getnewci() argument
71 int qtype, keytag, algorithm, flags, certlen; in getnewci()
81 res->ci_type = qtype;
214 int qtype, qclass, keytag, algorithm; local
273 GETSHORT(qtype, cp); /* QTYPE */
286 GETSHORT(qtype, cp); /* TYPE */
292 if (qtype != T_CERT) {
299 GETSHORT(qtype, cp); /* type */
314 qtype, keytag, algorithm, rdlength);
318 cur->ci_next = getnewci(qtype, keytag, algorithm,
/external/mdnsresponder/mDNSPosix/
DIdentify.c209 mDNSlocal mStatus StartQuery(DNSQuestion *q, char *qname, mDNSu16 qtype, const mDNSAddr *target, mD… in StartQuery() argument
217 q->qtype = qtype; in StartQuery()
237 mDNSlocal void DoOneQuery(DNSQuestion *q, char *qname, mDNSu16 qtype, const mDNSAddr *target, mDNSQ… in DoOneQuery() argument
239 mStatus status = StartQuery(q, qname, qtype, target, callback); in DoOneQuery()
249 mDNSlocal int DoQuery(DNSQuestion *q, char *qname, mDNSu16 qtype, const mDNSAddr *target, mDNSQuest… in DoQuery() argument
251 DoOneQuery(q, qname, qtype, target, callback); in DoQuery()
254 mprintf("%##s %s Trying multicast\n", q->qname.c, DNSTypeName(q->qtype)); in DoQuery()
255 DoOneQuery(q, qname, qtype, NULL, callback); in DoQuery()
258 mprintf("%##s %s *** No Answer ***\n", q->qname.c, DNSTypeName(q->qtype)); in DoQuery()
DNetMonitor.c638 recordstat(entry, &q.qname, OP_probe, q.qtype); in DisplayQuery()
648 mprintf("%#-16a %-5s %-5s %##s\n", srcaddr, ptype, DNSTypeName(q.qtype), q.qname.c); in DisplayQuery()
649 if (msg->h.id.NotAnInteger != 0xFFFF) recordstat(entry, &q.qname, OP_query, q.qtype); in DisplayQuery()
706 …R: SHOULD NOT HAVE Q IN mDNS RESPONSE **** %-5s %##s\n", srcaddr, DNSTypeName(q.qtype), q.qname.c); in DisplayResponse()
708 mprintf("%#-16a (Q) %-5s %##s\n", srcaddr, DNSTypeName(q.qtype), q.qname.c); in DisplayResponse()
/external/mdnsresponder/mDNSCore/
DuDNS.c179 …er: ERROR!! Null DNS server for %##s (%s) %d", q->qname.c, DNSTypeName(q->qtype), q->unansweredQue… in PenalizeDNSServer()
184 …ddr, mDNSVal16(q->qDNSServer->port), q->qDNSServer->domain.c, q, q->qname.c, DNSTypeName(q->qtype), in PenalizeDNSServer()
200 if (q->qtype == kDNSType_PTR) in PenalizeDNSServer()
206 LogInfo("PenalizeDNSServer: Penalizing question type %d", q->qtype); in PenalizeDNSServer()
236 …q->qname.c, DNSTypeName(q->qtype), &q->qDNSServer->addr, mDNSVal16(q->qDNSServer->port), q->qDNSSe… in PenalizeDNSServer()
273 …p, %##s (%s) changed to NULL, Interval %d", q, q->qname.c, DNSTypeName(q->qtype), q->ThisQInterval… in PenalizeDNSServer()
325 …info->domain.c, q->AuthInfo ? q->AuthInfo->domain.c : mDNSNULL, q->qname.c, DNSTypeName(q->qtype)); in GetAuthInfoForName_internal()
405 newinfo ? newinfo ->domain.c : mDNSNULL, q->qname.c, DNSTypeName(q->qtype)); in mDNS_SetSecretForDomain()
709 …, ptr, msg->data + AbsoluteMaxDNSMessageData, &question->qname, question->qtype, question->qclass); in putLLQ()
753 …eResponse: ERROR!!: question %##s (%s) tcp non-NULL", q->qname.c, DNSTypeName(q->qtype)); return; } in sendChallengeResponse()
[all …]
DmDNS.c122 #define FollowCNAME(q, rr, AddRecord) (AddRecord && (q)->qtype != kDNSType_CNAME && \
384 …Response: Generating negative response for question %##s (%s)", q->qname.c, DNSTypeName(q->qtype)); in GenerateNegativeResponse()
386 …MakeNegativeCacheRecord(m, &m->rec.r, &q->qname, q->qnamehash, q->qtype, q->qclass, 60, mDNSInterf… in GenerateNegativeResponse()
398 …q, q->qname.c, DNSTypeName(q->qtype), q->CNAMEReferrals, selfref ? " (Self-Referential)" : "", RRD… in AnswerQuestionByFollowingCNAME()
419 q, q->qname.c, DNSTypeName(q->qtype), q->CNAMEReferrals, RRDisplayString(m, rr)); in AnswerQuestionByFollowingCNAME()
430 q, q->qname.c, DNSTypeName(q->qtype), RRDisplayString(m, rr)); in AnswerQuestionByFollowingCNAME()
495 m->CurrentQuestion->qname.c, DNSTypeName(m->CurrentQuestion->qtype)); in AnswerInterfaceAnyQuestionsWithLocalAuthRecord()
528 m->CurrentQuestion->qname.c, DNSTypeName(m->CurrentQuestion->qtype)); in AnswerAllLocalQuestionsWithLocalAuthRecord()
2570 …mDNSu8 *newptr = putQuestion(query, *queryptr, limit - *answerforecast, &q->qname, q->qtype, (mDNS… in BuildQuestion()
2573 …Question: No more space in this packet for question %##s (%s)", q->qname.c, DNSTypeName(q->qtype)); in BuildQuestion()
[all …]
DDNSCommon.c1089 const mDNSu16 qtype, mDNSQuestionCallback *const callback, void *const context) in mDNS_SetupQuestion() argument
1094 q->qtype = qtype; in mDNS_SetupQuestion()
1096 q->LongLived = (qtype == kDNSType_PTR); in mDNS_SetupQuestion()
1097 q->ExpectUnique = (qtype != kDNSType_PTR); in mDNS_SetupQuestion()
1237 if (!RRTypeAnswersQuestionType(rr,q->qtype)) return(mDNSfalse); in SameNameRecordAnswersQuestion()
1264 if (!RRTypeAnswersQuestionType(rr,q->qtype)) return(mDNSfalse); in ResourceRecordAnswersQuestion()
1340 if (!RRTypeAnswersQuestionType(rr,q->qtype)) return(mDNSfalse); in LocalOnlyRecordAnswersQuestion()
1387 if (!RRTypeAnswersQuestionType(rr,q->qtype)) return(mDNSfalse); in ResourceRecordAnswersUnicastResponse()
2420 question->qtype = (mDNSu16)((mDNSu16)ptr[0] << 8 | ptr[1]); // Get type in getQuestion()
2578 if (ptr) LogMsg("%2d %##s %s", i, q.qname.c, DNSTypeName(q.qtype)); in DumpPacket()
[all …]
DmDNSEmbeddedAPI.h1570 mDNSu16 qtype; member
2234 const mDNSu16 qtype, mDNSQuestionCallback *const callback, void *const context);
/external/e2fsprogs/e2fsck/
Dquota.c21 ext2_ino_t to_ino, int qtype) in move_quota_inode() argument
42 quota_get_qf_name(qtype, QFMT_VFS_V1, qf_name); in move_quota_inode()
Dunix.c1181 int qtype = -99; /* quota type */ in main() local
1626 qtype = -1; in main()
1628 qtype = sb->s_usr_quota_inum ? USRQUOTA : GRPQUOTA; in main()
1630 quota_init_context(&ctx->qctx, ctx->fs, qtype); in main()
1669 if (qtype != -1 && qtype != i) in main()
/external/mdnsresponder/mDNSShared/
Duds_daemon.h64 …rnal_start_browsing_for_service(mDNS *const m, const domainname *const type, DNS_TypeValues qtype);
65 …ernal_stop_browsing_for_service(mDNS *const m, const domainname *const type, DNS_TypeValues qtype);
Duds_daemon.c1762 req->sd, question->qname.c, DNSTypeName(question->qtype), AddRecord ? "Add" : "Rmv", in FoundInstance()
2320 request->u.resolve.qsrv.qtype = kDNSType_SRV; in handle_resolve_request()
2339 request->u.resolve.qtxt.qtype = kDNSType_TXT; in handle_resolve_request()
2409 …omain: question %##s (%s) SearchListIndex is -1", question->qname.c, DNSTypeName(question->qtype)); in AppendNewSearchDomain()
2415 …in: question %##s (%s) AppendSearchDoamins is 0", question->qname.c, DNSTypeName(question->qtype)); in AppendNewSearchDomain()
2441 …, Question name length %d", question->qnameOrig->c, DNSTypeName(question->qtype), sd->c, DomainNam… in AppendNewSearchDomain()
2449 …uestion with name %##s (%s), not trying anymore", question->qname.c, DNSTypeName(question->qtype)); in AppendNewSearchDomain()
2457 … while retrying with search domains", question->qname.c, DNSTypeName(question->qtype), (int)err); } in AppendNewSearchDomain()
2468 …stion with name %##s (%s), trying one last time", question->qname.c, DNSTypeName(question->qtype)); in AppendNewSearchDomain()
2489 …#define VALID_MSAD_SRV(Q) ((Q)->qtype == kDNSType_SRV && VALID_MSAD_SRV_TRANSPORT(SecondLabel(&(Q)… in SendAdditionalQuery()
[all …]
Ddnsextd.c655 …exception = ( ( question.qtype == kDNSType_SOA ) || ( question.qtype == kDNSType_NS ) || ( ( quest… in SetZone()
1904 …end = putQuestion(&response.msg, end, end + AbsoluteMaxDNSMessageData, &e->qname, e->qtype, kDNSCl… in SendEvents()
1971 addr, state, e->qname.c, e->qtype, e->lease, LLQLease(e), e->AnswerList); in PrintLLQTable()
2062 while (a && (a->type != e->qtype ||!SameDomainName(&a->name, &e->qname))) a = a->next; in SetAnswerList()
2068 a->type = e->qtype; in SetAnswerList()
2083 mDNSlocal LLQEntry *NewLLQ(DaemonInfo *d, struct sockaddr_in cli, domainname *qname, mDNSu16 qtype,… in NewLLQ() argument
2094 VLog("Allocating LLQ entry for client %s question %##s type %d", addr, qname->c, qtype); in NewLLQ()
2099 e->qtype = qtype; in NewLLQ()
2140 …end = putQuestion(&ack.msg, end, end + AbsoluteMaxDNSMessageData, &e->qname, e->qtype, kDNSClass_I… in LLQRefresh()
2183 …end = putQuestion(&ack.msg, end, end + AbsoluteMaxDNSMessageData, &e->qname, e->qtype, kDNSClass_I… in LLQCompleteHandshake()
[all …]
Ddnsextd.h97 mDNSu16 qtype; member
Ddnssd_clientshim.c521 x->qSRV.qtype = kDNSType_SRV; in DNSServiceResolve()
541 x->qTXT.qtype = kDNSType_TXT; in DNSServiceResolve()
671 x->q.qtype = rrtype; in DNSServiceQueryRecord()
/external/icu/icu4c/source/tools/genren/
Dgenren.pl149 chop $qtype;
/external/dnsmasq/contrib/dns-loc/
Ddnsmasq2-loc-rfc1876.patch116 + if (qtype == T_LOC || qtype == T_ANY)
139 if (qtype == T_PTR || qtype == T_ANY)
/external/v8/tools/gcmole/
Dgcmole.cc1080 bool IsRawPointerType(clang::QualType qtype) { in IsRawPointerType() argument
1082 llvm::dyn_cast_or_null<clang::PointerType>(qtype.getTypePtrOrNull()); in IsRawPointerType()

12