qtype
cudbg_qdesc_qtype_to_str(enum cudbg_qdesc_qtype qtype)
switch (qtype) {
cudbg_qdesc_qtype_to_str(qdesc_entry->qtype),
if (qtype == T_AAAA)
qtype = T_A;
if (qtype == T_A && !gotmx && (trymx || **dp == '\0'))
qtype = T_MX;
qtype = initial;
int qtype;
qtype = initial;
if (qtype == initial)
qtype == T_AAAA ? "AAAA" :
qtype == T_A ? "A" :
qtype == T_MX ? "MX" :
ret = res_querydomain(host, *dp, C_IN, qtype,
if (qtype == T_AAAA)
qtype = T_A;
if (qtype == T_A && !gotmx &&
qtype = T_MX;
qtype = initial;
char qtype[200];
qtype[0] = '\0';
(void) sm_strlcpyn(qtype, sizeof(qtype), 4,
sm_setproctitle(true, CurEnv, qtype);
ns_type qtype, ns_class qclass);
char qtype;
qtype = ((qp - udp->queue_head) < QHASHSIZE)? MX : CV;
ASSERT(qp->qh_type == qtype);
ASSERT(ulwp->ul_qtype == qtype);
index = QUEUE_HASH(wchan, qtype);
queue_lock(void *wchan, int qtype)
ASSERT(qtype == MX || qtype == CV);
qp += QUEUE_HASH(wchan, qtype);
int qclass, qtype; /*%< class and type of query */
const char *qname, int qtype,
q->qtype = T_A;
q->qtype = T_AAAA;
if ((n = res_nsearch(pvt->res, name, p->qclass, p->qtype,
if ((hp = gethostans(this, p->answer, n, name, p->qtype,
q->qtype = T_PTR;
q->qtype = T_PTR;
q2->qtype = T_PTR;
if ((n = res_nquery(pvt->res, p->qname, p->qclass, p->qtype,
q->qtype = T_AAAA;
q2->qtype = T_A;
q->qtype = T_A;
q->qtype = T_AAAA;
if ((n = res_nsearch(pvt->res, name, p->qclass, p->qtype,
(void)gethostans(this, p->answer, n, name, p->qtype,
const u_char *ansbuf, int anslen, const char *qname, int qtype,
switch (qtype) {
if (qtype == T_A || qtype == T_AAAA || qtype == T_ANY) {
if ((qtype == T_A || qtype == T_AAAA || qtype == T_ANY) &&
if (qtype == T_PTR && type == T_CNAME) {
if (qtype == T_ANY) {
} else if (type != qtype) {
qtype == T_A)
ns_type qtype, ns_class qclass)
NS_PUT16(qtype, t);
do_query(res_state statp, const char *dname, ns_class class, ns_type qtype,
n = res_nmkquery(statp, ns_o_query, dname, class, qtype,
int qtype;
qtype = T_AAAA;
qtype = T_A;
qtype = T_AAAA;
qtype = T_A;
qtype = T_AAAA;
qtype = T_A;
qtype = T_A;
ret = res_nsearch(statp, name, C_IN, qtype, resbuf.buf, NS_MAXMSG);
qtype = T_A;
if (type != qtype) {
if (qtype == T_AAAA && family == AF_INET6 &&
qtype = T_A;
struct ath_txq *arn_txq_setup(struct arn_softc *sc, int qtype, int subtype);
arn_txq_setup(struct arn_softc *sc, int qtype, int subtype)
if (qtype == ATH9K_TX_QUEUE_UAPSD)
qnum = ath9k_hw_setuptxqueue(ah, qtype, &qi);
arn_tx_get_qnum(struct arn_softc *sc, int qtype, int haltype)
switch (qtype) {
enum t4_bar2_qtype qtype,
enum t4_bar2_qtype qtype,
qpp_shift = (qtype == T4_BAR2_QTYPE_EGRESS
u32 qtype;
size_t req_size, enum qtype qtype);
enum qtype qtype);
enum qtype qtype)
switch (qtype) {
mlxcx_fm_qstate_ereport(mlxcx_t *mlxp, const char *qtype, uint32_t qnum,
"qtype", DATA_TYPE_STRING, qtype,
sfxge_txq_type_t qtype;
for (qtype = 0; qtype < SFXGE_TXQ_NTYPES; qtype++) {
unsigned int tx_scale = sp->s_tx_scale_max[qtype];
sp->s_tx_scale_base[qtype] = txq;
if ((rc = sfxge_tx_qinit(sp, txq, qtype, evq)) != 0) {