Searched defs:time (Results 51 - 57 of 57) sorted by relevance

123

/osnet-11/usr/src/grub/grub2/grub-core/net/
H A Dnet.c22 #include <grub/time.h>
1358 grub_net_poll_cards (unsigned time) argument
1365 while ((grub_get_time_ms () - start_time) < time)
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-mkimage.c35 #include <time.h>
1070 c->time = grub_host_to_target32 (time (0));
1401 grub_uint32_t time; member in struct:ecoff_header
1452 head->time = grub_host_to_target32 (0);
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dpcnet32.c48 /* Include the time functions */
587 unsigned long time; local
621 time = currticks() + TICKS_PER_SEC; /* wait one second */
622 while (currticks() < time &&
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/backend/loader/
H A Dgrub2.py46 import time namespace
75 return '%f' % time.time()
156 """Returns a floating point timestamp of the last modified time, or 0
841 # time or at runtime. If it's the latter, we need to get the
1133 handle at install()-time.
2481 'GRUB2 could not be installed at this time. The GRUB2 '
2801 time.sleep(0.5)
3323 # at BootInstance construction time.
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_dataset.c1735 /* This is creation time only */
1739 "can only be set at creation time."));
3250 time_t time = (time_t)val; local
3256 localtime_r(&time, &t) == NULL ||
5429 uint64_t cb_create; /* creation time reference */
6127 * Resolves aliases that cannot be resolved at parse time because we need the
/osnet-11/usr/src/lib/libzonestat/common/
H A Dlibzonestat.c447 /* Add pset's time so far to the zone usage */
465 * For total utilization, add pset time to zone that
469 /* Add new pset time to the zone usage */
1159 /* If no time yet, treat as zero */
1177 * Convert total and used time into percent used.
1189 * Convert total and used time, plus number of cpus, into number of cpus
1272 /* If no time yet, treat as zero */
1462 timestruc_t tot, time, idle; local
1466 time = pset->zsp_total_time;
1467 TIMESTRUC_DELTA(idle, time, to
1631 timestruc_t tot, time; local
1687 timestruc_t tot, time, idle; local
[all...]
/osnet-11/usr/src/lib/libkmf/include/
H A Dkmftypes.h477 KMF_DATA time; member in struct:__anon1876

Completed in 73 milliseconds

123