Home
last modified time | relevance | path

Searched refs:get_time (Results 1 – 19 of 19) sorted by relevance

/freebsd/sys/dev/xen/efi/
H A Dpvefi.c53 get_time(struct efi_tm *tm) in get_time() function
66 tm->tm_year = call->u.get_time.time.year; in get_time()
67 tm->tm_mon = call->u.get_time.time.month; in get_time()
68 tm->tm_mday = call->u.get_time.time.day; in get_time()
69 tm->tm_hour = call->u.get_time.time.hour; in get_time()
70 tm->tm_min = call->u.get_time.time.min; in get_time()
71 tm->tm_sec = call->u.get_time.time.sec; in get_time()
72 tm->tm_nsec = call->u.get_time.time.ns; in get_time()
73 tm->tm_tz = call->u.get_time.time.tz; in get_time()
94 tmcap->tc_prec = call->u.get_time.accuracy; in get_time_capabilities()
[all …]
/freebsd/sys/sys/
H A Defi.h251 int (*get_time)(struct efi_tm *); member
294 if (active_efi_ops->get_time == NULL) in efi_get_time()
296 return (active_efi_ops->get_time(tm)); in efi_get_time()
/freebsd/contrib/ntp/libntp/
H A Dadjtime.c37 extern long long get_time(void); in adjtime()
77 pdc_usecs_wanted = get_time() - offset_usecs; in adjtime()
H A Dmachines.c356 extern long long get_time(void); in gettimeofday()
364 mpetime = get_time(); /* MPE local time usecs since Jan 1 1970 */ in gettimeofday()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_wait/
H A Dzfs_wait.kshlib52 function get_time function
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_wait/
H A Dzpool_wait.kshlib64 function get_time function
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Diomanip.inc13 using std::get_time;
/freebsd/contrib/less/
H A Dlinenum.c224 if (get_time() >= startime + LONGTIME) in longish()
303 startime = get_time(); in find_linenum()
H A Dforwback.c58 time_type now = get_time(); in eof_bell()
H A Dos.c326 public time_type get_time(void) in get_time() function
H A Dfuncs.h300 public time_type get_time(void);
/freebsd/sys/dev/efidev/
H A Defirt.c564 get_time(struct efi_tm *tm) in get_time() function
789 .get_time = get_time,
/freebsd/sys/dev/bnxt/bnxt_en/
H A Dbnxt_ioctl.h185 struct bnxt_ioctl_hwrm_fw_get_time get_time; member
H A Dif_bnxt.c3837 &iod->get_time; in bnxt_priv_ioctl()
/freebsd/contrib/llvm-project/libcxx/include/
H A Diomanip27 template <class charT> T9 get_time(struct tm* tmb, const charT* fmt);
308 // get_time
353 inline _LIBCPP_HIDE_FROM_ABI __iom_t9<_CharT> get_time(tm* __tm, const _CharT* __fmt) {
H A Dlocale1534get_time(iter_type __b, iter_type __e, ios_base& __iob, ios_base::iostate& __err, tm* __tm) const {
/freebsd/sys/contrib/xen/
H A Dplatform.h181 } get_time; member
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar.c413 static time_t get_time(int);
1454 rar->mtime = get_time(ttime); in read_header()
1812 get_time(int ttime) in get_time() function
1855 t = get_time(ttime); in read_exttime()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc1422 SYMBOL(get_time, std::, <iomanip>)