Home
last modified time | relevance | path

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

12

/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()
74 tm->tm_dst = call->u.get_time.time.daylight; in get_time()
[all …]
/freebsd/crypto/openssl/ssl/quic/
H A Dquic_channel.c79 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 Dquic_port.c31 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 Defi.h282 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 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.kshlib53 function get_time function
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_wait/
H A Dzpool_wait.kshlib65 function get_time function
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Diomanip.cppm
/freebsd/contrib/less/
H A Dlinenum.c225 dmsg->startime = get_time(); in start_delayed_msg()
235 if (get_time() >= dmsg->startime + LONGTIME) in delayed_msg()
H A Dos.c142 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 Djump.c192 time_type now = get_time(); in after_header_message()
H A Dforwback.c62 time_type now = get_time(); in eof_bell()
H A Dmain.c439 less_start_time = get_time(); in main()
H A Dcommand.c1355 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 Dfuncs.h362 public time_type get_time(void);
/freebsd/crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_misc.c969 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 Dbnxt_ioctl.h185 struct bnxt_ioctl_hwrm_fw_get_time get_time; member
/freebsd/sys/dev/efidev/
H A Defirt.c614 get_time(struct efi_tm *tm) in get_time() function
839 .get_time = get_time,
/freebsd/crypto/krb5/src/plugins/kdb/test/
H A Dkdb_test.c176 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 Diomanip27 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 Dquic_bindings.c633 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 Dplatform.h181 } get_time; member
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar.c413 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 Dquic_multistream_test.c348 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()

12