| /freebsd-src/contrib/openpam/t/ |
| H A D | t_openpam_readword.c | 61 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 …]
|
| H A D | t_openpam_readlinev.c | 62 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 …]
|
| H A D | t_openpam_dispatch.c | 63 struct t_file *tf; variable 130 struct t_file *tf; variable
|
| /freebsd-src/sys/kern/ |
| H A D | subr_filter.c | 37 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-src/sys/x86/x86/ |
| H A D | stack_machdep.c | 50 #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) argument 59 TF_PC(tf) global() argument [all...] |
| /freebsd-src/sys/sys/ |
| H A D | tim_filter.h | 92 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-src/sys/arm/arm/ |
| H A D | trap-v6.c | 210 abort_imprecise(struct trapframe *tf, u_int fsr, u_int prefetch, bool usermode) in abort_imprecise() argument 242 abort_debug(struct trapframe *tf, u_int fsr, u_int prefetch, bool usermode, in abort_debug() argument 272 abort_handler(struct trapframe *tf, int prefetch) in abort_handler() argument 546 abort_fatal(struct trapframe * tf,u_int idx,u_int fsr,u_int far,u_int prefetch,struct thread * td,struct ksig * ksig) abort_fatal() argument 622 abort_align(struct trapframe * tf,u_int idx,u_int fsr,u_int far,u_int prefetch,struct thread * td,struct ksig * ksig) abort_align() argument 659 abort_icache(struct trapframe * tf,u_int idx,u_int fsr,u_int far,u_int prefetch,struct thread * td,struct ksig * ksig) abort_icache() argument [all...] |
| H A D | exec_machdep.c | 79 struct trapframe *tf = td->td_frame; in exec_setregs() local 164 struct trapframe *tf = td->td_frame; get_mcontext() local 219 struct trapframe *tf = td->td_frame; set_mcontext() local 280 struct trapframe *tf; sendsig() local [all...] |
| H A D | machdep_kdb.c | 94 struct trapframe *tf = td->td_frame; in fill_regs() local 132 struct trapframe *tf = td->td_frame; in set_regs() local
|
| /freebsd-src/sys/powerpc/powerpc/ |
| H A D | exec_machdep.c | 152 struct trapframe *tf; in sendsig() local 384 makectx(struct trapframe *tf, struct pcb *pcb) in makectx() 482 struct trapframe *tf; in set_mcontext() local 659 struct trapframe *tf; in exec_setregs() local 705 struct trapframe *tf; in ppc32_setregs() local 731 struct trapframe *tf; in fill_regs() local 769 struct trapframe *tf; in set_regs() local 805 struct trapframe *tf; in set_regs32() local 823 struct trapframe *tf; in fill_regs32() local 1016 struct trapframe *tf; in cpu_set_syscall_retval() local [all …]
|
| H A D | altivec.c | 89 struct trapframe *tf; in enable_vec() local 185 struct trapframe *tf; in disable_vec() local
|
| /freebsd-src/sys/arm64/arm64/ |
| H A D | exec_machdep.c | 334 struct trapframe *tf; in fill_regs32() local 352 struct trapframe *tf; in set_regs32() local 402 struct trapframe *tf = td->td_frame; exec_setregs() local 439 struct trapframe *tf = td->td_frame; get_mcontext() local 465 struct trapframe *tf = td->td_frame; set_mcontext() local 649 struct trapframe *tf; sendsig() local [all...] |
| H A D | freebsd32_machdep.c | 191 struct trapframe *tf; in get_mcontext32() local 216 struct trapframe *tf; in set_mcontext32() local 352 struct trapframe *tf; in freebsd32_sendsig() local
|
| /freebsd-src/sys/riscv/riscv/ |
| H A D | exec_machdep.c | 175 struct trapframe *tf; in exec_setregs() local 208 struct trapframe *tf = td->td_frame; in get_mcontext() local 233 struct trapframe *tf; in set_mcontext() local 341 struct trapframe *tf; in sendsig() local
|
| /freebsd-src/sys/dev/hwpmc/ |
| H A D | hwpmc_arm64_md.c | 58 pmc_save_kernel_callchain(uintptr_t *cc, int maxsamples, struct trapframe *tf) in pmc_save_kernel_callchain() 89 struct trapframe *tf) in pmc_save_user_callchain()
|
| H A D | hwpmc_arm.c | 75 struct trapframe *tf) in pmc_save_kernel_callchain() 118 struct trapframe *tf) in pmc_save_user_callchain()
|
| H A D | hwpmc_x86.c | 74 pmc_save_user_callchain(uintptr_t *cc, int nframes, struct trapframe *tf) in pmc_save_user_callchain() argument 154 pmc_save_kernel_callchain(uintptr_t *cc, int nframes, struct trapframe *tf) in pmc_save_kernel_callchain() argument [all...] |
| H A D | pmu_dmc620.c | 185 pmu_dmc620_clkdiv2_overflow(struct trapframe *tf, struct pmu_dmc620_softc *sc, in pmu_dmc620_clkdiv2_overflow() 195 pmu_dmc620_clk_overflow(struct trapframe *tf, struct pmu_dmc620_softc *sc, in pmu_dmc620_clk_overflow() 210 struct trapframe *tf; in pmu_dmc620_counter_overflow_intr() local
|
| /freebsd-src/stand/libsa/ |
| H A D | pkgfs.c | 138 struct tarfile *tf, *tfn; in pkgfs_cleanup() local 201 struct tarfile *tf; in pkg_open_follow() local 269 struct tarfile *tf; in pkg_close() local 288 struct tarfile *tf; in pkg_read() local 344 struct tarfile *tf; in pkg_seek() local 402 struct tarfile *tf; in pkg_stat() local 424 struct tarfile *tf; in pkg_readdir() local 508 cache_data(struct tarfile *tf, int force) in cache_data() 645 get_mode(struct tarfile *tf) in get_mode()
|
| /freebsd-src/stand/userboot/test/ |
| H A D | test.c | 112 struct test_file *tf, int depth) in test_open_internal() 273 struct test_file *tf = h; in test_close() local 287 struct test_file *tf = h; in test_isdir() local 295 struct test_file *tf = h; in test_read() local 311 struct test_file *tf = h; in test_readdir() local 337 struct test_file *tf = h; in test_seek() local 349 struct test_file *tf = h; in test_stat() local
|
| /freebsd-src/sys/amd64/amd64/ |
| H A D | db_trace.c | 140 struct trapframe *tf; in db_nextframe() local 241 db_backtrace(struct thread *td, struct trapframe *tf, db_addr_t frame, in db_backtrace() 363 struct trapframe *tf; in db_trace_thread() local
|
| /freebsd-src/sys/i386/i386/ |
| H A D | exec_machdep.c | 210 struct trapframe_vm86 *tf = (struct trapframe_vm86 *)regs; in osendsig() local 330 struct trapframe_vm86 *tf = (struct trapframe_vm86 *)regs; in freebsd4_sendsig() local 489 struct trapframe_vm86 *tf = (struct trapframe_vm86 *)regs; in sendsig() local 561 struct trapframe_vm86 *tf = (struct trapframe_vm86 *)regs; in osigreturn() local 670 struct trapframe_vm86 *tf = (struct trapframe_vm86 *)regs; in freebsd4_sigreturn() local 778 struct trapframe_vm86 *tf = (struct trapframe_vm86 *)regs; in sys_sigreturn() local
|
| H A D | db_trace.c | 79 get_esp(struct trapframe *tf) in get_esp() 260 struct trapframe *tf; in db_nextframe() local 398 db_backtrace(struct thread *td, struct trapframe *tf, struct i386_frame *frame, in db_backtrace() 574 struct trapframe *tf; in db_trace_thread() local
|
| /freebsd-src/sys/cddl/dev/dtrace/amd64/ |
| H A D | dtrace_isa.c | 164 struct trapframe *tf; dtrace_getupcstack() local 226 struct trapframe *tf; dtrace_getustackdepth() local 263 struct trapframe *tf; dtrace_getufpstack() local 386 struct trapframe *tf = (struct trapframe *)&fp[1]; dtrace_getarg() local [all...] |
| /freebsd-src/sys/powerpc/booke/ |
| H A D | booke_machdep.c | 432 struct trapframe *tf; in ptrace_single_step() local 443 struct trapframe *tf; in ptrace_clear_single_step() local
|