Home
last modified time | relevance | path

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

123456

/freebsd-11-stable/contrib/openpam/t/
HDt_openpam_readword.c63 orw_expect(struct t_file *tf, const char *expected, int lines, int eof, int eol) in orw_expect()
120 struct t_file *tf; variable
131 struct t_file *tf; variable
144 struct t_file *tf; variable
157 struct t_file *tf; variable
170 struct t_file *tf; variable
183 struct t_file *tf; variable
196 struct t_file *tf; variable
209 struct t_file *tf; variable
222 struct t_file *tf; variable
[all …]
HDt_openpam_readlinev.c64 orlv_expect(struct t_file *tf, const char **expectedv, int lines, int eof) in orlv_expect()
158 struct t_file *tf; variable
169 struct t_file *tf; variable
182 struct t_file *tf; variable
195 struct t_file *tf; variable
208 struct t_file *tf; variable
221 struct t_file *tf; variable
234 struct t_file *tf; variable
253 struct t_file *tf; variable
266 struct t_file *tf; variable
[all …]
HDt_openpam_dispatch.c65 struct t_file *tf; variable
132 struct t_file *tf; variable
/freebsd-11-stable/sys/x86/x86/
HDstack_machdep.c52 #define TF_FLAGS(tf) ((tf)->tf_eflags) argument
53 #define TF_FP(tf) ((tf)->tf_ebp) argument
54 #define TF_PC(tf) ((tf)->tf_eip) argument
59 #define TF_FLAGS(tf) ((tf)->tf_rflags) argument
60 #define TF_FP(tf) ((tf)->tf_rbp) argument
61 #define TF_PC(tf) ((tf)->tf_rip) argument
101 stack_nmi_handler(struct trapframe *tf) in stack_nmi_handler()
/freebsd-11-stable/sys/powerpc/powerpc/
HDexec_machdep.c127 struct trapframe *tf; in sendsig() local
345 makectx(struct trapframe *tf, struct pcb *pcb) in makectx()
441 struct trapframe *tf; in set_mcontext() local
502 struct trapframe *tf; in exec_setregs() local
562 struct trapframe *tf; in ppc32_setregs() local
592 struct trapframe *tf; in fill_regs() local
630 struct trapframe *tf; in set_regs() local
666 struct trapframe *tf; in set_regs32() local
684 struct trapframe *tf; in fill_regs32() local
870 struct trapframe *tf; in cpu_set_syscall_retval() local
[all …]
/freebsd-11-stable/sys/arm/arm/
HDtrap-v4.c156 #define TRAP_USERMODE(tf) ((tf->tf_spsr & PSR_MODE) == PSR_USR32_MODE) argument
175 abort_handler(struct trapframe *tf, int type) in abort_handler()
403 dab_fatal(struct trapframe *tf, u_int fsr, u_int far, struct thread *td, in dab_fatal()
481 dab_align(struct trapframe *tf, u_int fsr, u_int far, struct thread *td, in dab_align()
527 dab_buserr(struct trapframe *tf, u_int fsr, u_int far, struct thread *td, in dab_buserr()
610 prefetch_abort_handler(struct trapframe *tf) in prefetch_abort_handler()
HDtrap-v6.c215 abort_imprecise(struct trapframe *tf, u_int fsr, u_int prefetch, bool usermode) in abort_imprecise()
247 abort_debug(struct trapframe *tf, u_int fsr, u_int prefetch, bool usermode, in abort_debug()
277 abort_handler(struct trapframe *tf, int prefetch) in abort_handler()
551 abort_fatal(struct trapframe *tf, u_int idx, u_int fsr, u_int far, in abort_fatal()
622 abort_align(struct trapframe *tf, u_int idx, u_int fsr, u_int far, in abort_align()
659 abort_icache(struct trapframe *tf, u_int idx, u_int fsr, u_int far, in abort_icache()
HDmachdep_kdb.c99 struct trapframe *tf = td->td_frame; in fill_regs() local
118 struct trapframe *tf = td->td_frame; in set_regs() local
/freebsd-11-stable/sys/sparc64/sparc64/
HDtrap.c255 trap(struct trapframe *tf) in trap()
447 trap_pfault(struct thread *td, struct trapframe *tf) in trap_pfault()
548 struct trapframe *tf; in cpu_fetch_syscall_args() local
603 syscall(struct trapframe *tf) in syscall()
HDmachdep.c603 struct trapframe *tf; in sendsig() local
749 makectx(struct trapframe *tf, struct pcb *pcb) in makectx()
759 struct trapframe *tf; in get_mcontext() local
814 struct trapframe *tf; in set_mcontext() local
981 struct trapframe *tf; in exec_setregs() local
1025 struct trapframe *tf; in set_regs() local
1052 struct trapframe *tf; in fill_fpregs() local
1067 struct trapframe *tf; in set_fpregs() local
HDdb_trace.c98 db_utrace(struct thread *td, struct trapframe *tf, int count) in db_utrace()
136 db_print_trap(struct thread *td, struct trapframe *tf, int count) in db_print_trap()
222 struct trapframe *tf; in db_backtrace() local
/freebsd-11-stable/sys/dev/hwpmc/
HDhwpmc_sparc64.c50 struct trapframe *tf) in pmc_save_kernel_callchain()
60 struct trapframe *tf) in pmc_save_user_callchain()
HDhwpmc_arm.c77 struct trapframe *tf) in pmc_save_kernel_callchain()
126 struct trapframe *tf) in pmc_save_user_callchain()
HDhwpmc_arm64_md.c63 struct trapframe *tf) in pmc_save_kernel_callchain()
112 struct trapframe *tf) in pmc_save_user_callchain()
HDhwpmc_x86.c78 pmc_save_user_callchain(uintptr_t *cc, int nframes, struct trapframe *tf) in pmc_save_user_callchain()
158 pmc_save_kernel_callchain(uintptr_t *cc, int nframes, struct trapframe *tf) in pmc_save_kernel_callchain()
HDhwpmc_powerpc.c57 struct trapframe *tf) in pmc_save_kernel_callchain()
207 struct trapframe *tf) in pmc_save_user_callchain()
/freebsd-11-stable/stand/userboot/test/
HDtest.c110 struct test_file *tf; in test_open() local
152 struct test_file *tf = h; in test_close() local
166 struct test_file *tf = h; in test_isdir() local
174 struct test_file *tf = h; in test_read() local
190 struct test_file *tf = h; in test_readdir() local
216 struct test_file *tf = h; in test_seek() local
229 struct test_file *tf = h; in test_stat() local
/freebsd-11-stable/stand/libsa/
HDpkgfs.c139 struct tarfile *tf, *tfn; in pkgfs_cleanup() local
202 struct tarfile *tf; in pkg_open() local
253 struct tarfile *tf; in pkg_close() local
272 struct tarfile *tf; in pkg_read() local
335 struct tarfile *tf; in pkg_seek() local
384 struct tarfile *tf; in pkg_stat() local
399 struct tarfile *tf; in pkg_readdir() local
471 cache_data(struct tarfile *tf) in cache_data()
601 get_mode(struct tarfile *tf) in get_mode()
/freebsd-11-stable/contrib/gcc/
HDtree-eh.c298 struct leh_tf_state *tf; member
369 find_goto_replacement (struct leh_tf_state *tf, tree stmt) in find_goto_replacement()
385 replace_goto_queue_cond_clause (tree *tp, struct leh_tf_state *tf, in replace_goto_queue_cond_clause()
414 replace_goto_queue_1 (tree t, struct leh_tf_state *tf, tree_stmt_iterator *tsi) in replace_goto_queue_1()
460 replace_goto_queue_stmt_list (tree t, struct leh_tf_state *tf) in replace_goto_queue_stmt_list()
470 replace_goto_queue (struct leh_tf_state *tf) in replace_goto_queue()
484 struct leh_tf_state *tf = state->tf; in maybe_record_in_goto_queue() local
561 struct leh_tf_state *tf = state->tf; in verify_norecord_switch_expr() local
753 lower_try_finally_fallthru_label (struct leh_tf_state *tf) in lower_try_finally_fallthru_label()
789 struct leh_tf_state *tf) in honor_protect_cleanup_actions()
[all …]
/freebsd-11-stable/sys/i386/svr4/
HDsvr4_machdep.c100 struct trapframe *tf = td->td_frame; local
198 register struct trapframe *tf; local
420 register struct trapframe *tf; local
/freebsd-11-stable/sys/cddl/dev/dtrace/amd64/
HDdtrace_isa.c166 struct trapframe *tf; in dtrace_getupcstack() local
228 struct trapframe *tf; in dtrace_getustackdepth() local
265 struct trapframe *tf; in dtrace_getufpstack() local
388 struct trapframe *tf = (struct trapframe *)&fp[1]; in dtrace_getarg() local
/freebsd-11-stable/sys/riscv/riscv/
HDmachdep.c259 struct trapframe *tf; in exec_setregs() local
293 struct trapframe *tf = td->td_frame; in get_mcontext() local
317 struct trapframe *tf; in set_mcontext() local
469 makectx(struct trapframe *tf, struct pcb *pcb) in makectx()
488 struct trapframe *tf; in sendsig() local
HDvm_machdep.c66 struct trapframe *tf; in cpu_fork() local
180 struct trapframe *tf = td->td_frame; in cpu_set_upcall() local
/freebsd-11-stable/sys/powerpc/booke/
HDbooke_machdep.c372 struct trapframe *tf; in ptrace_single_step() local
383 struct trapframe *tf; in ptrace_clear_single_step() local
/freebsd-11-stable/sys/arm64/arm64/
HDvm_machdep.c70 struct trapframe *tf; in cpu_fork() local
197 struct trapframe *tf = td->td_frame; in cpu_set_upcall() local

123456