Searched refs:tk (Results 1 - 25 of 31) sorted by relevance

12

/freebsd-10.0-release/lib/libc/sys/
H A D__vdso_gettimeofday.c46 binuptime(struct bintime *bt, struct vdso_timekeep *tk, int abs) argument
52 if (!tk->tk_enabled)
56 * XXXKIB. The load of tk->tk_current should use
58 * since tk points to r/o mapped page, x86
61 curr = tk->tk_current;
63 th = &tk->tk_th[curr];
73 * Barrier for load of both tk->tk_current and th->th_gen.
76 } while (curr != tk->tk_current || gen == 0 || gen != th->th_gen);
80 static struct vdso_timekeep *tk; variable in typeref:struct:vdso_timekeep
91 if (tk
[all...]
/freebsd-10.0-release/lib/libc/amd64/sys/
H A D__vdso_gettc.c56 __vdso_gettimekeep(struct vdso_timekeep **tk) argument
59 return (_elf_aux_info(AT_TIMEKEEP, tk, sizeof(*tk)));
/freebsd-10.0-release/lib/libc/i386/sys/
H A D__vdso_gettc.c56 __vdso_gettimekeep(struct vdso_timekeep **tk) argument
59 return (_elf_aux_info(AT_TIMEKEEP, tk, sizeof(*tk)));
/freebsd-10.0-release/lib/libc/arm/sys/
H A D__vdso_gettc.c44 __vdso_gettimekeep(struct vdso_timekeep **tk) argument
/freebsd-10.0-release/lib/libc/ia64/sys/
H A D__vdso_gettc.c44 __vdso_gettimekeep(struct vdso_timekeep **tk) argument
/freebsd-10.0-release/lib/libc/mips/sys/
H A D__vdso_gettc.c44 __vdso_gettimekeep(struct vdso_timekeep **tk) argument
/freebsd-10.0-release/lib/libc/powerpc/sys/
H A D__vdso_gettc.c44 __vdso_gettimekeep(struct vdso_timekeep **tk) argument
/freebsd-10.0-release/lib/libc/powerpc64/sys/
H A D__vdso_gettc.c44 __vdso_gettimekeep(struct vdso_timekeep **tk) argument
/freebsd-10.0-release/lib/libc/sparc64/sys/
H A D__vdso_gettc.c44 __vdso_gettimekeep(struct vdso_timekeep **tk) argument
/freebsd-10.0-release/sys/kern/
H A Dkern_sharedpage.c126 struct vdso_timekeep *tk; local
130 tk = (struct vdso_timekeep *)(shared_page_mapping +
133 atomic_store_rel_32(&tk->tk_th[idx].th_gen, 0);
141 tk->tk_th[idx] = th;
142 tk->tk_enabled = enabled;
143 atomic_store_rel_32(&tk->tk_th[idx].th_gen, sv->sv_timekeep_gen);
144 tk->tk_current = idx;
151 struct vdso_timekeep32 *tk; local
156 tk = (struct vdso_timekeep32 *)(shared_page_mapping +
159 atomic_store_rel_32(&tk
[all...]
/freebsd-10.0-release/contrib/wpa/src/crypto/
H A Dmd5.c30 u8 tk[16]; local
44 if (md5_vector(1, &key, &key_len, tk))
46 key = tk;
H A Dsha1.c30 unsigned char tk[20]; local
44 if (sha1_vector(1, &key, &key_len, tk))
46 key = tk;
H A Dsha256.c30 unsigned char tk[32]; local
44 if (sha256_vector(1, &key, &key_len, tk) < 0)
46 key = tk;
H A Dcrypto_internal.c36 u8 tk[32]; local
61 MD5Final(tk, &ctx->u.md5);
62 key = tk;
80 SHA1Final(tk, &ctx->u.sha1);
81 key = tk;
100 sha256_done(&ctx->u.sha256, tk);
101 key = tk;
/freebsd-10.0-release/contrib/tcpdump/
H A Dsignature.c58 unsigned char tk[16]; local
68 MD5_Final(tk, &tctx);
70 key = tk;
/freebsd-10.0-release/sbin/iscontrol/
H A Dconfig.c296 textkey_t *tk; local
298 for(tk = keyMap; tk->name && strcmp(tk->name, "end"); tk++) {
299 if(strcasecmp(key, tk->name) == 0)
300 return tk;
351 textkey_t *tk; local
363 if((tk = keyLookup(*ar)) == NULL)
365 setOption(op, tk
[all...]
/freebsd-10.0-release/usr.bin/indent/
H A Dparse.c53 parse(int tk) /* tk: the code for the construct scanned */ argument
58 printf("%2d - %s\n", tk, token);
61 while (ps.p_stack[ps.tos] == ifhead && tk != elselit) {
69 switch (tk) { /* go on and figure out what to do with the
99 ps.p_stack[++ps.tos] = tk;
/freebsd-10.0-release/sys/sys/
H A Dvdso.h66 int __vdso_gettimekeep(struct vdso_timekeep **tk);
/freebsd-10.0-release/contrib/binutils/libiberty/
H A Dcplus-dem.c1630 string *s, type_kind_t tk)
1671 success = demangle_template_value_parm (work, mangled, s, tk);
1824 string *s, type_kind_t tk)
1844 else if (tk == tk_integral)
1846 else if (tk == tk_char)
1867 else if (tk == tk_bool)
1877 else if (tk == tk_real)
1879 else if (tk == tk_pointer || tk == tk_reference)
1903 if (tk
1629 demangle_expression(struct work_stuff *work, const char **mangled, string *s, type_kind_t tk) argument
1823 demangle_template_value_parm(struct work_stuff *work, const char **mangled, string *s, type_kind_t tk) argument
3390 type_kind_t tk = tk_none; local
3698 type_kind_t tk = tk_integral; local
[all...]
/freebsd-10.0-release/contrib/gcclibs/libiberty/
H A Dcplus-dem.c1630 string *s, type_kind_t tk)
1671 success = demangle_template_value_parm (work, mangled, s, tk);
1824 string *s, type_kind_t tk)
1844 else if (tk == tk_integral)
1846 else if (tk == tk_char)
1867 else if (tk == tk_bool)
1877 else if (tk == tk_real)
1879 else if (tk == tk_pointer || tk == tk_reference)
1903 if (tk
1629 demangle_expression(struct work_stuff *work, const char **mangled, string *s, type_kind_t tk) argument
1823 demangle_template_value_parm(struct work_stuff *work, const char **mangled, string *s, type_kind_t tk) argument
3390 type_kind_t tk = tk_none; local
3698 type_kind_t tk = tk_integral; local
[all...]
/freebsd-10.0-release/contrib/texinfo/makeinfo/
H A Dlang.h50 ta, te, tg, th, ti, tk, tl, tn, to, tr, ts, tt, tw, enumerator in enum:__anon4411
/freebsd-10.0-release/contrib/binutils/
H A DMakefile.def112 host_modules= { module= tk; extra_make_flags="$(X11_FLAGS_TO_PASS)"; };
327 dependencies = { module=configure-libgui; on=configure-tk; };
329 dependencies = { module=all-libgui; on=all-tk; };
382 dependencies = { module=all-dejagnu; on=all-tk; };
384 dependencies = { module=configure-expect; on=configure-tk; };
386 dependencies = { module=all-expect; on=all-tk; };
391 dependencies = { module=configure-itcl; on=configure-tk; };
393 dependencies = { module=all-itcl; on=all-tk; };
396 dependencies = { module=configure-tk; on=configure-tcl; };
397 dependencies = { module=all-tk; o
[all...]
/freebsd-10.0-release/contrib/unbound/validator/
H A Dval_anchor.c871 struct ta_key* tk; local
922 for(tk = ta->keylist; tk; tk = tk->next) {
923 if(tk->type != type)
925 pd->rr_len[i] = tk->len;
927 pd->rr_data[i] = tk->data;
/freebsd-10.0-release/contrib/wpa/src/eap_peer/
H A Deap_peap.c246 u8 *tk; local
253 tk = data->key_data;
254 if (tk == NULL)
256 wpa_hexdump_key(MSG_DEBUG, "EAP-PEAP: TK", tk, 60);
261 os_memcpy(data->ipmk, tk, 40);
264 os_memcpy(data->cmk, tk + 40, 20);
281 wpa_hexdump_key(MSG_DEBUG, "EAP-PEAP: TempKey", tk, 40);
282 if (peap_prfplus(data->peap_version, tk, 40,
/freebsd-10.0-release/contrib/wpa/src/eap_server/
H A Deap_server_peap.c324 u8 *tk; local
331 tk = eap_server_tls_derive_key(sm, &data->ssl, "client EAP encryption",
333 if (tk == NULL)
335 wpa_hexdump_key(MSG_DEBUG, "EAP-PEAP: TK", tk, 60);
347 wpa_hexdump_key(MSG_DEBUG, "EAP-PEAP: TempKey", tk, 40);
348 if (peap_prfplus(data->peap_version, tk, 40,
351 os_free(tk);
357 os_free(tk);

Completed in 191 milliseconds

12