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

12

/freebsd-9.3-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-9.3-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-9.3-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-9.3-release/lib/libc/arm/sys/
H A D__vdso_gettc.c44 __vdso_gettimekeep(struct vdso_timekeep **tk) argument
/freebsd-9.3-release/lib/libc/ia64/sys/
H A D__vdso_gettc.c44 __vdso_gettimekeep(struct vdso_timekeep **tk) argument
/freebsd-9.3-release/lib/libc/mips/sys/
H A D__vdso_gettc.c44 __vdso_gettimekeep(struct vdso_timekeep **tk) argument
/freebsd-9.3-release/lib/libc/powerpc/sys/
H A D__vdso_gettc.c44 __vdso_gettimekeep(struct vdso_timekeep **tk) argument
/freebsd-9.3-release/lib/libc/powerpc64/sys/
H A D__vdso_gettc.c44 __vdso_gettimekeep(struct vdso_timekeep **tk) argument
/freebsd-9.3-release/lib/libc/sparc64/sys/
H A D__vdso_gettc.c44 __vdso_gettimekeep(struct vdso_timekeep **tk) argument
/freebsd-9.3-release/sys/kern/
H A Dkern_sharedpage.c127 struct vdso_timekeep *tk; local
131 tk = (struct vdso_timekeep *)(shared_page_mapping +
134 atomic_store_rel_32(&tk->tk_th[idx].th_gen, 0);
142 tk->tk_th[idx] = th;
143 tk->tk_enabled = enabled;
144 atomic_store_rel_32(&tk->tk_th[idx].th_gen, sv->sv_timekeep_gen);
145 tk->tk_current = idx;
152 struct vdso_timekeep32 *tk; local
157 tk = (struct vdso_timekeep32 *)(shared_page_mapping +
160 atomic_store_rel_32(&tk
[all...]
/freebsd-9.3-release/contrib/wpa/src/crypto/
H A Dmd5-non-fips.c37 u8 tk[16]; local
51 if (md5_vector_non_fips_allow(1, &key, &key_len, tk))
53 key = tk;
H A Dmd5.c36 u8 tk[16]; local
50 if (md5_vector(1, &key, &key_len, tk))
52 key = tk;
H A Dsha1.c36 unsigned char tk[20]; local
50 if (sha1_vector(1, &key, &key_len, tk))
52 key = tk;
H A Dsha256.c35 unsigned char tk[32]; local
49 sha256_vector(1, &key, &key_len, tk);
50 key = tk;
H A Dcrypto_internal.c38 u8 tk[20]; local
58 MD5Final(tk, &ctx->u.md5);
59 key = tk;
76 SHA1Final(tk, &ctx->u.sha1);
77 key = tk;
/freebsd-9.3-release/contrib/tcpdump/
H A Dsignature.c58 unsigned char tk[16]; local
68 MD5_Final(tk, &tctx);
70 key = tk;
/freebsd-9.3-release/contrib/nvi/tk/
H A Dtki.h13 #include <tk.h>
/freebsd-9.3-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-9.3-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-9.3-release/contrib/nvi/build/
H A Ddistrib70 sed -n "s/^ \* PUBLIC: \(.*\)/\1/p" ../tk/*.c > $f
83 ../tcl_api/*.[ch] ../tk/*.[ch] ../vi/*.[ch]
/freebsd-9.3-release/sys/sys/
H A Dvdso.h66 int __vdso_gettimekeep(struct vdso_timekeep **tk);
/freebsd-9.3-release/contrib/nvi/catalog/
H A DMakefile4 FILES= ../cl/*.c ../common/*.c ../ex/*.c ../tk/*.c ../vi/*.c
/freebsd-9.3-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-9.3-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-9.3-release/contrib/texinfo/makeinfo/
H A Dlang.h50 ta, te, tg, th, ti, tk, tl, tn, to, tr, ts, tt, tw, enumerator in enum:__anon4252

Completed in 148 milliseconds

12