Searched refs:Time (Results 1 - 15 of 15) sorted by relevance

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_temp.h126 time_t Time; /* Time temp file last updated */ member in struct:header
H A Dexrecover.c167 (void)cftime((char *)cp, "%a %h %d %T", &H.Time);
426 fp->sf_time = H.Time;
457 long besttime = 0; /* Time at which the best file was saved */
544 if (H.Time > besttime) {
550 besttime = H.Time;
H A Dexpreserve.c76 time_t Time; /* Time temp file last updated */ member in struct:header
H A Dex_temp.c403 time(&H.Time);
409 *zero = (line) H.Time;
/illumos-gate/usr/src/cmd/audio/audiorecord/
H A Daudiorecord.c90 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/dtrace/demo/
H A Dmkdemo.pl32 use Time::localtime;
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dacinterp.h399 UINT64 Time);
403 UINT32 Time);
411 ACPI_OPERAND_OBJECT *Time,
H A Dactypes.h274 #define AcpiOsAcquireMutex(Handle,Time) AcpiOsWaitSemaphore (Handle, 1, Time)
462 /* Time constants for timer calculations */
/illumos-gate/usr/src/cmd/lp/model/
H A Duri108 Time: $(date)
/illumos-gate/usr/src/boot/sys/boot/efi/include/
H A Defiapi.h263 // EFI Time
276 OUT EFI_TIME *Time,
283 IN EFI_TIME *Time
291 OUT EFI_TIME *Time
298 IN EFI_TIME *Time OPTIONAL
690 // Time services
/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Didsconfig.sh139 10 iDS Time Limit : $IDS_TIMELIMIT
145 16 Search Time Limit : $LDAP_SEARCH_TIME_LIMIT
146 17 Profile Time to Live : $LDAP_PROFILE_TTL
2157 get_negone_num "Profile Time To Live in seconds (h=help):" "$LDAP_PROFILE_TTL" "profttl_help"
4181 attributetypes: ( 1.3.6.1.4.1.11.1.3.1.1.7 NAME 'profileTTL' DESC 'Time to live before a client DUA should re-read this configuration profile' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c425 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 DmDNSEmbeddedAPI.h768 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...]
H A DmDNS.c3161 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...]
/illumos-gate/usr/src/uts/sun4/ml/
H A Dinterrupt.s691 ! Time to call preempt
2081 * calls will return the time since the prior call to intr_get_time(). Time
2123 * called. Time spent in the higher-pil interrupt will not be returned in

Completed in 159 milliseconds