| /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/crypto/openssl/ssl/quic/ |
| H A D | quic_channel.c | 79 static OSSL_TIME get_time(void *arg); 124 qti.now_cb = get_time; in ch_get_qlog() 214 get_time, ch)) in ch_init() 220 get_time, ch)) in ch_init() 225 get_time, ch)) in ch_init() 230 get_time, ch)) in ch_init() 238 if ((ch->cc_data = ch->cc_method->new(get_time, ch)) == NULL) in ch_init() 241 if ((ch->ackm = ossl_ackm_new(get_time, ch, &ch->statm, in ch_init() 273 txp_args.now = get_time; in ch_init() 697 static OSSL_TIME get_time(void *arg) in get_time() function [all …]
|
| H A D | quic_port.c | 31 static OSSL_TIME get_time(void *arg); 147 get_time, port)) in port_init() 257 static OSSL_TIME get_time(void *port) in get_time() function
|
| /freebsd/sys/sys/ |
| H A D | efi.h | 282 int (*get_time)(struct efi_tm *); member 324 if (active_efi_ops->get_time == NULL) in efi_get_time() 326 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 | 53 function get_time function
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_wait/ |
| H A D | zpool_wait.kshlib | 65 function get_time function
|
| /freebsd/contrib/llvm-project/libcxx/modules/std/ |
| H A D | iomanip.cppm | |
| /freebsd/contrib/less/ |
| H A D | linenum.c | 225 dmsg->startime = get_time(); in start_delayed_msg() 235 if (get_time() >= dmsg->startime + LONGTIME) in delayed_msg()
|
| H A D | os.c | 142 if (getting_one_screen && get_time() < less_start_time + screenfill_ms/1000) in check_poll() 431 public time_type get_time(void) in get_time() function
|
| H A D | jump.c | 192 time_type now = get_time(); in after_header_message()
|
| H A D | forwback.c | 62 time_type now = get_time(); in eof_bell()
|
| H A D | main.c | 439 less_start_time = get_time(); in main()
|
| H A D | command.c | 1355 ignoring_input_time = get_time(); in start_ignoring_input() 1378 if (get_time() >= ignoring_input_time + MAX_PASTE_IGNORE_SEC) in is_ignoring_input()
|
| H A D | funcs.h | 362 public time_type get_time(void);
|
| /freebsd/crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ |
| H A D | ldap_misc.c | 969 get_time(LDAP *ld, LDAPMessage *ent, char *attribute, krb5_timestamp *time_out, in get_time() function 1482 ret = get_time(ld, ent, "krbLastSuccessfulAuth", &entry->last_success, in populate_krb5_db_entry() 1489 ret = get_time(ld, ent, "krbLastFailedAuth", &entry->last_failed, in populate_krb5_db_entry() 1512 ret = get_time(ld, ent, "krbprincipalexpiration", &entry->expiration, in populate_krb5_db_entry() 1519 ret = get_time(ld, ent, "krbpasswordexpiration", &entry->pw_expiration, in populate_krb5_db_entry() 1581 ret = get_time(ld, ent, "krbLastPwdChange", &lastpwdchange, &attr_present); in populate_krb5_db_entry() 1591 ret = get_time(ld, ent, "krbLastAdminUnlock", &unlock_time, &attr_present); in populate_krb5_db_entry()
|
| /freebsd/sys/dev/bnxt/bnxt_en/ |
| H A D | bnxt_ioctl.h | 185 struct bnxt_ioctl_hwrm_fw_get_time get_time; member
|
| /freebsd/sys/dev/efidev/ |
| H A D | efirt.c | 614 get_time(struct efi_tm *tm) in get_time() function 839 .get_time = get_time,
|
| /freebsd/crypto/krb5/src/plugins/kdb/test/ |
| H A D | kdb_test.c | 176 get_time(testhandle h, const char *s1, const char *s2, const char *s3) in get_time() function 467 ent->expiration = get_time(h, "princs", ename, "expiration"); in test_get_principal() 468 ent->pw_expiration = get_time(h, "princs", ename, "pwexpiration"); in test_get_principal()
|
| /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) {
|
| /freebsd/crypto/openssl/test/radix/ |
| H A D | quic_bindings.c | 633 static OSSL_TIME get_time(void *arg) in get_time() function 665 cfg->now_cb = get_time; in bindings_adjust_terp_config()
|
| /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); 1465 rar->mtime = get_time(ttime); in read_header() 1876 get_time(int ttime) in get_time() function 1919 t = get_time(ttime); in read_exttime()
|
| /freebsd/crypto/openssl/test/ |
| H A D | quic_multistream_test.c | 348 static OSSL_TIME get_time(void *arg) in get_time() function 766 s_args.now_cb = get_time; in helper_init() 812 if (!TEST_true(ossl_quic_set_override_now_cb(h->c_conn, get_time, h))) in helper_init()
|