Searched defs:Time (Results 1 - 6 of 6) sorted by relevance
| /illumos-gate/usr/src/cmd/vi/port/ |
| H A D | ex_temp.h | 126 time_t Time; /* Time temp file last updated */ member in struct:header
|
| H A D | expreserve.c | 76 time_t Time; /* Time temp file last updated */ member in struct:header
|
| /illumos-gate/usr/src/cmd/audio/audiorecord/ |
| H A D | audiorecord.c | 90 static double Time = -1.; /* recording time */ variable 222 Time = audio_str_to_secs(optarg); 223 if ((Time == HUGE_VAL) || (Time < 0.)) { 641 if (Time > 0) 642 Limit = audio_secs_to_bytes(&Dev_hdr, Time);
|
| /illumos-gate/usr/src/cmd/cpio/ |
| H A D | cpio.c | 425 Time[50], /* Array to hold date and time */ variable 6094 /* Time or permissions cannot be set on system attribute files */ 7073 (void) strftime(Time, sizeof (Time), 7075 (void) printf("%s, ", Time);
|
| /illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/ |
| H A D | mDNS.c | 3161 for (i=0; i<DupSuppressInfoSize; i++) if (ds[i].Time - time < 0) ds[i].InterfaceID = mDNSNULL; 3167 for (i=0; i<DupSuppressInfoSize; i++) if (ds[i].InterfaceID == InterfaceID && ds[i].Time - time < 0) ds[i].InterfaceID = mDNSNULL; 3185 mDNSlocal void RecordDupSuppressInfo(DupSuppressInfo ds[DupSuppressInfoSize], mDNSs32 Time, mDNSInterfaceID InterfaceID, mDNSs32 Type) argument 3197 if (!ds[j].InterfaceID || ds[j].Time - ds[i].Time < 0) 3202 ds[i].Time = Time; 3392 //LogInfo("Time to send %##s (%s) %d", q->qname.c, DNSTypeName(q->qtype), m->timenow - NextQSendTime(q)); 10876 LogInfo("GetServerForName: DNS server %#a:%d (Penalty Time Left %d) (Scope %s:%p) found for name %##s", &curmatch->addr, 10909 LogInfo("GetServerForQuestion: %p DNS server (%p) %#a:%d (Penalty Time Lef [all...] |
| H A D | mDNSEmbeddedAPI.h | 768 mDNSu32 refresh; // Time in seconds that a slave waits after successful replication of the database before it attempts replication again 769 mDNSu32 retry; // Time in seconds that a slave waits after an unsuccessful replication attempt before it attempts replication again 770 mDNSu32 expire; // Time in seconds that a slave holds on to old data while replication attempts remain unsuccessful 1127 mDNSu32 upseconds; // Time since last NAT engine reboot, in seconds 1146 mDNSu32 upseconds; // Time since last NAT engine reboot, in seconds 1267 mDNSs32 ExpiryTime; // Time this mapping expires, or zero if no mapping 1370 mDNSs32 lasttest; // Time we sent last bug-detection query to this server 1557 mDNSs32 NextUpdateCredit; // Time next token is added to bucket 1772 mDNSs32 Time; member in struct:__anon75 1939 mDNSs32 StopTime; // Time thi [all...] |
Completed in 147 milliseconds