/freebsd/sys/dev/xen/efi/ |
H A D | pvefi.c | 53 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() 74 tm->tm_dst = call->u.get_time.time.daylight; in get_time() [all …]
|
/freebsd/sys/sys/ |
H A D | efi.h | 251 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 D | adjtime.c | 37 extern long long get_time(void); in adjtime() 77 pdc_usecs_wanted = get_time() - offset_usecs; in adjtime()
|
H A D | machines.c | 356 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 D | zfs_wait.kshlib | 52 function get_time function
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_wait/ |
H A D | zpool_wait.kshlib | 64 function get_time function
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | iomanip.cppm |
|
/freebsd/contrib/less/ |
H A D | linenum.c | 224 if (get_time() >= startime + LONGTIME) in longish() 303 startime = get_time(); in find_linenum()
|
H A D | forwback.c | 58 time_type now = get_time(); in eof_bell()
|
H A D | os.c | 326 public time_type get_time(void) in get_time() function
|
H A D | funcs.h | 300 public time_type get_time(void);
|
/freebsd/sys/dev/efidev/ |
H A D | efirt.c | 564 get_time(struct efi_tm *tm) in get_time() function 789 .get_time = get_time,
|
/freebsd/sys/dev/bnxt/bnxt_en/ |
H A D | bnxt_ioctl.h | 185 struct bnxt_ioctl_hwrm_fw_get_time get_time; member
|
H A D | if_bnxt.c | 3841 &iod->get_time; in bnxt_priv_ioctl()
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | iomanip | 27 template <class charT> T9 get_time(struct tm* tmb, const charT* fmt); 307 // get_time 352 inline _LIBCPP_HIDE_FROM_ABI __iom_t9<_CharT> get_time(tm* __tm, const _CharT* __fmt) {
|
H A D | locale | 1562 …get_time(iter_type __b, iter_type __e, ios_base& __iob, ios_base::iostate& __err, tm* __tm) const {
|
/freebsd/sys/contrib/xen/ |
H A D | platform.h | 181 } get_time; member
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_read_support_format_rar.c | 413 static time_t get_time(int); 1457 rar->mtime = get_time(ttime); in read_header() 1841 get_time(int ttime) in get_time() function 1884 t = get_time(ttime); in read_exttime()
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | StdSymbolMap.inc | 1422 SYMBOL(get_time, std::, <iomanip>)
|