Home
last modified time | relevance | path

Searched defs:tf (Results 1 – 25 of 122) sorted by relevance

12345

/freebsd-13-stable/contrib/openpam/t/
HDt_openpam_readword.c61 orw_expect(struct t_file *tf, const char *expected, int lines, int eof, int eol) in orw_expect()
118 struct t_file *tf; variable
129 struct t_file *tf; variable
142 struct t_file *tf; variable
155 struct t_file *tf; variable
168 struct t_file *tf; variable
181 struct t_file *tf; variable
194 struct t_file *tf; variable
207 struct t_file *tf; variable
220 struct t_file *tf; variable
[all …]
HDt_openpam_readlinev.c62 orlv_expect(struct t_file *tf, const char **expectedv, int lines, int eof) in orlv_expect()
156 struct t_file *tf; variable
167 struct t_file *tf; variable
180 struct t_file *tf; variable
193 struct t_file *tf; variable
206 struct t_file *tf; variable
219 struct t_file *tf; variable
232 struct t_file *tf; variable
251 struct t_file *tf; variable
264 struct t_file *tf; variable
[all …]
HDt_openpam_dispatch.c63 struct t_file *tf; variable
130 struct t_file *tf; variable
/freebsd-13-stable/sys/kern/
HDsubr_filter.c37 reset_time(struct time_filter *tf, uint32_t time_len) in reset_time()
43 reset_time_small(struct time_filter_small *tf, uint32_t time_len) in reset_time_small()
74 setup_time_filter(struct time_filter *tf, int fil_type, uint32_t time_len) in setup_time_filter()
105 setup_time_filter_small(struct time_filter_small *tf, int fil_type, uint32_t time_len) in setup_time_filter_small()
136 check_update_times(struct time_filter *tf, uint64_t value, uint32_t now) in check_update_times()
171 check_update_times_small(struct time_filter_small *tf, uint32_t value, uint32_t now) in check_update_times_small()
206 filter_reduce_by(struct time_filter *tf, uint64_t reduce_by, uint32_t now) in filter_reduce_by()
226 filter_reduce_by_small(struct time_filter_small *tf, uint32_t reduce_by, uint32_t now) in filter_reduce_by_small()
246 filter_increase_by(struct time_filter *tf, uint64_t incr_by, uint32_t now) in filter_increase_by()
263 filter_increase_by_small(struct time_filter_small *tf, uint32_t incr_by, uint32_t now) in filter_increase_by_small()
[all …]
/freebsd-13-stable/sys/x86/x86/
HDstack_machdep.c50 #define TF_FLAGS(tf) ((tf)->tf_eflags) argument
51 #define TF_FP(tf) ((tf)->tf_ebp) argument
52 #define TF_PC(tf) ((tf)->tf_eip) argument
57 #define TF_FLAGS(tf) ((tf)->tf_rflags) argument
58 #define TF_FP(tf) ((tf)->tf_rbp) argument
59 #define TF_PC(tf) ((tf)->tf_rip) argument
/freebsd-13-stable/sys/sys/
HDtim_filter.h92 get_filter_value(struct time_filter *tf) in get_filter_value()
98 get_cur_timelim(struct time_filter *tf) in get_cur_timelim()
118 get_filter_value_small(struct time_filter_small *tf) in get_filter_value_small()
124 get_cur_timelim_small(struct time_filter_small *tf) in get_cur_timelim_small()
/freebsd-13-stable/sys/powerpc/powerpc/
HDexec_machdep.c134 struct trapframe *tf; in sendsig() local
366 makectx(struct trapframe *tf, struct pcb *pcb) in makectx()
462 struct trapframe *tf; in set_mcontext() local
576 struct trapframe *tf; in exec_setregs() local
622 struct trapframe *tf; in ppc32_setregs() local
648 struct trapframe *tf; in fill_regs() local
686 struct trapframe *tf; in set_regs() local
722 struct trapframe *tf; in set_regs32() local
740 struct trapframe *tf; in fill_regs32() local
933 struct trapframe *tf; in cpu_set_syscall_retval() local
[all …]
/freebsd-13-stable/sys/arm/arm/
HDtrap-v6.c211 abort_imprecise(struct trapframe *tf, u_int fsr, u_int prefetch, bool usermode) in abort_imprecise()
243 abort_debug(struct trapframe *tf, u_int fsr, u_int prefetch, bool usermode, in abort_debug()
273 abort_handler(struct trapframe *tf, int prefetch) in abort_handler()
549 abort_fatal(struct trapframe *tf, u_int idx, u_int fsr, u_int far, in abort_fatal()
625 abort_align(struct trapframe *tf, u_int idx, u_int fsr, u_int far, in abort_align()
662 abort_icache(struct trapframe *tf, u_int idx, u_int fsr, u_int far, in abort_icache()
HDexec_machdep.c76 struct trapframe *tf = td->td_frame; in exec_setregs() local
161 struct trapframe *tf = td->td_frame; in get_mcontext() local
204 struct trapframe *tf = td->td_frame; in set_mcontext() local
265 struct trapframe *tf; in sendsig() local
HDmachdep_kdb.c94 struct trapframe *tf = td->td_frame; in fill_regs() local
113 struct trapframe *tf = td->td_frame; in set_regs() local
HDvm_machdep.c97 struct trapframe *tf; in cpu_fork() local
230 struct trapframe *tf = td->td_frame; in cpu_set_upcall() local
/freebsd-13-stable/sys/arm64/arm64/
HDexec_machdep.c324 struct trapframe *tf; in fill_regs32() local
342 struct trapframe *tf; in set_regs32() local
392 struct trapframe *tf = td->td_frame; in exec_setregs() local
426 struct trapframe *tf = td->td_frame; in get_mcontext() local
450 struct trapframe *tf = td->td_frame; in set_mcontext() local
560 struct trapframe *tf; in sendsig() local
HDfreebsd32_machdep.c182 struct trapframe *tf; in get_mcontext32() local
208 struct trapframe *tf; in set_mcontext32() local
344 struct trapframe *tf; in freebsd32_sendsig() local
/freebsd-13-stable/sys/riscv/riscv/
HDexec_machdep.c179 struct trapframe *tf; in exec_setregs() local
212 struct trapframe *tf = td->td_frame; in get_mcontext() local
237 struct trapframe *tf; in set_mcontext() local
351 struct trapframe *tf; in sendsig() local
HDvm_machdep.c70 struct trapframe *tf; in cpu_fork() local
186 struct trapframe *tf; in cpu_set_upcall() local
/freebsd-13-stable/stand/userboot/test/
HDtest.c109 struct test_file *tf; in test_open() local
151 struct test_file *tf = h; in test_close() local
165 struct test_file *tf = h; in test_isdir() local
173 struct test_file *tf = h; in test_read() local
189 struct test_file *tf = h; in test_readdir() local
215 struct test_file *tf = h; in test_seek() local
227 struct test_file *tf = h; in test_stat() local
/freebsd-13-stable/stand/libsa/
HDpkgfs.c139 struct tarfile *tf, *tfn; in pkgfs_cleanup() local
202 struct tarfile *tf; in pkg_open_follow() local
270 struct tarfile *tf; in pkg_close() local
289 struct tarfile *tf; in pkg_read() local
345 struct tarfile *tf; in pkg_seek() local
403 struct tarfile *tf; in pkg_stat() local
425 struct tarfile *tf; in pkg_readdir() local
509 cache_data(struct tarfile *tf, int force) in cache_data()
646 get_mode(struct tarfile *tf) in get_mode()
/freebsd-13-stable/sys/dev/hwpmc/
HDhwpmc_arm64_md.c59 pmc_save_kernel_callchain(uintptr_t *cc, int maxsamples, struct trapframe *tf) in pmc_save_kernel_callchain()
90 struct trapframe *tf) in pmc_save_user_callchain()
HDhwpmc_arm.c76 struct trapframe *tf) in pmc_save_kernel_callchain()
119 struct trapframe *tf) in pmc_save_user_callchain()
HDhwpmc_x86.c75 pmc_save_user_callchain(uintptr_t *cc, int nframes, struct trapframe *tf) in pmc_save_user_callchain()
155 pmc_save_kernel_callchain(uintptr_t *cc, int nframes, struct trapframe *tf) in pmc_save_kernel_callchain()
/freebsd-13-stable/sys/i386/i386/
HDexec_machdep.c208 struct trapframe_vm86 *tf = (struct trapframe_vm86 *)regs; in osendsig() local
328 struct trapframe_vm86 *tf = (struct trapframe_vm86 *)regs; in freebsd4_sendsig() local
487 struct trapframe_vm86 *tf = (struct trapframe_vm86 *)regs; in sendsig() local
559 struct trapframe_vm86 *tf = (struct trapframe_vm86 *)regs; in osigreturn() local
668 struct trapframe_vm86 *tf = (struct trapframe_vm86 *)regs; in freebsd4_sigreturn() local
776 struct trapframe_vm86 *tf = (struct trapframe_vm86 *)regs; in sys_sigreturn() local
HDdb_trace.c80 get_esp(struct trapframe *tf) in get_esp()
261 struct trapframe *tf; in db_nextframe() local
399 db_backtrace(struct thread *td, struct trapframe *tf, struct i386_frame *frame, in db_backtrace()
575 struct trapframe *tf; in db_trace_thread() local
/freebsd-13-stable/sys/amd64/amd64/
HDdb_trace.c141 struct trapframe *tf; in db_nextframe() local
242 db_backtrace(struct thread *td, struct trapframe *tf, db_addr_t frame, in db_backtrace()
364 struct trapframe *tf; in db_trace_thread() local
/freebsd-13-stable/sys/cddl/dev/dtrace/amd64/
HDdtrace_isa.c164 struct trapframe *tf; in dtrace_getupcstack() local
226 struct trapframe *tf; in dtrace_getustackdepth() local
263 struct trapframe *tf; in dtrace_getufpstack() local
386 struct trapframe *tf = (struct trapframe *)&fp[1]; in dtrace_getarg() local
/freebsd-13-stable/sys/powerpc/booke/
HDbooke_machdep.c433 struct trapframe *tf; in ptrace_single_step() local
444 struct trapframe *tf; in ptrace_clear_single_step() local

12345