Searched defs:question2 (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/power/
H A Dsysidpm.sh79 # Message to be prompted in question2.
194 question2() { function
304 question2 "$MSG2"
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A Duds_daemon.c3105 DNSQuestion **question2; local
3109 question2 = mDNSNULL;
3111 question2 = &request->u.queryrecord.q2;
3115 question2 = &request->u.addrinfo.q42;
3117 question2 = &request->u.addrinfo.q62;
3119 if (!question2)
3121 LogMsg("SendAdditionalQuery: question2 NULL for %##s (%s)", q->qname.c, DNSTypeName(q->qtype));
3135 if (*question2)
3137 LogInfo("SendAdditionalQuery: question2 already sent for %##s (%s), no more q2", q->qname.c, DNSTypeName(q->qtype));
3148 *question2
[all...]

Completed in 91 milliseconds