Searched refs:StopTime (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/usba/
H A Dwusba.h254 uint8_t StopTime[3]; member in struct:wusb_ie_channel_stop
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c153 if (m->NextScheduledStopTime - q->StopTime > 0)
154 m->NextScheduledStopTime = q->StopTime;
3947 if (!q->TimeoutQuestion || rr->resrec.RecordType != kDNSRecordTypePacketNegative || (m->timenow - q->StopTime < 0))
5039 if (q->StopTime)
5042 LogMsg("TimeoutQuestions: ERROR!! TimeoutQuestion not set, but StopTime set for %##s (%s)", q->qname.c, DNSTypeName(q->qtype));
5044 if (m->timenow - q->StopTime >= 0)
5046 LogInfo("TimeoutQuestions: question %p %##s timed out, time %d", q, q->qname.c, m->timenow - q->StopTime);
5048 if (m->CurrentQuestion == q) q->StopTime = 0;
5052 if (m->NextScheduledStopTime - q->StopTime > 0)
5053 m->NextScheduledStopTime = q->StopTime;
[all...]
H A DmDNSEmbeddedAPI.h1939 mDNSs32 StopTime; // Time this question should be stopped by giving them a negative answer member in struct:DNSQuestion_struct
H A Duds_daemon.c3559 if ((m->timenow - question->StopTime) >= 0)

Completed in 139 milliseconds