Home
last modified time | relevance | path

Searched refs:time (Results 1 – 25 of 1020) sorted by path

12345678910>>...41

/illumos-gate/exception_lists/
H A Dpackaging230 # consolidation private and we do not want to export at this time.
514 # At this time, the directory and its contents
808 # needed at build time.
/illumos-gate/usr/src/
H A DMakefile.msg.targ31 # Over time, existing Makefiles should be rewritten to include this file
H A DOPENSOLARIS.LICENSE37 extent possible, whether at the time of the initial grant or
229 publish revised and/or new versions of this License from time to
230 time. Each version will be given a distinguishing version number.
/illumos-gate/usr/src/boot/common/
H A Dboot.c203 otime = time(NULL); in autoboot()
219 ntime = time(NULL); in autoboot()
H A Dcommands.c429 when = time(NULL) + timeout; in command_read()
431 if (time(NULL) >= when) in command_read()
/illumos-gate/usr/src/boot/efi/include/IndustryStandard/
H A DTpm20.h1142 UINT64 time; member
1148 TPMS_TIME_INFO time; member
1201 TPMS_TIME_ATTEST_INFO time; member
/illumos-gate/usr/src/boot/efi/include/Uefi/
H A DUefiInternalFormRepresentation.h682 EFI_HII_TIME time; member
/illumos-gate/usr/src/boot/efi/libefi/
H A Dtime.c107 to_efi_time(EFI_TIME *efi_time, time_t time) in to_efi_time() argument
112 if (time >= 0) { in to_efi_time()
117 while (time > seconds) { in to_efi_time()
118 time -= seconds; in to_efi_time()
125 while (time > in to_efi_time()
134 time -= SECSPERDAY; in to_efi_time()
137 time -= SECSPERHOUR; in to_efi_time()
140 time -= 60; in to_efi_time()
142 efi_time->Second = time; in to_efi_time()
265 time(time_t *tloc) in time() function
[all …]
H A Dtime_event.c66 time(time_t *tloc) in time() function
80 return (time(0)); in getsecs()
/illumos-gate/usr/src/boot/forth/
H A Dbrand-fbsd.4th32 1+ \ increase y for next time we're called
H A Dbrand-illumos.4th30 1+ \ increase y for next time we're called
H A Ddelay.4th51 \ read custom time-duration (if set)
64 seconds delay_tstart ! \ store the time we started
75 \ Loop until we have exceeded the desired time duration
81 ." ." \ dots visually aid in the perception of time
96 \ if the time duration is set to zero, loop forever
99 \ calculate elapsed time
H A Dlogo-beastie.4th35 1+ \ increase y for next time we're called
H A Dlogo-beastiebw.4th33 1+ \ increase y for next time we're called
H A Dlogo-fbsdbw.4th33 1+ \ increase y for next time we're called
H A Dlogo-illumos.4th34 1+ \ increase y for next time we're called
H A Dlogo-orb.4th33 1+ \ increase y for next time we're called
H A Dlogo-orbbw.4th32 1+ \ increase y for next time we're called
H A Dmenu.4th70 variable menu_time \ variable for tracking the passage of time
590 seconds ( get current time: -- N )
591 dup menu_time @ <> if ( has time elapsed?: N N N -- N )
598 menu_time ! ( update time record: N -- )
599 menu_timeout @ ( "time" remaining: -- N )
630 \ No [detectable] time has elapsed (in seconds)
702 \ NOTE: no need to check toggle_stateN since the first time we
939 seconds menu_time ! ( store the time we started )
942 \ read custom time-duration (if set)
H A Dmenusets.4th316 dup 0= \ time to break?
429 dup 0= \ time to break?
/illumos-gate/usr/src/boot/i386/libi386/
H A Dspinconsole.c109 now = time(NULL); in spinc_putchar()
H A Dtime.c70 time(time_t *t) in time() function
98 time(&n); in getsecs()
/illumos-gate/usr/src/boot/include/
H A Dtime.h154 time_t time(time_t *);
/illumos-gate/usr/src/boot/libsa/
H A Ddosfs.h74 u_char time[2]; /* modified: time */ member
/illumos-gate/usr/src/boot/sys/fs/cd9660/
H A Dcd9660_rrip.h114 uchar_t time [ISODCL(5, 5)]; member

12345678910>>...41