Home
last modified time | relevance | path

Searched defs:tfp (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/nvi/ex/
H A Dex_tag.c542 TAGF *atfp, *tfp; in ex_tag_copy() local
586 TAGF *tfp; in tagf_copy() local
662 tagf_free(SCR *sp, TAGF *tfp) in tagf_free()
843 TAGF *tfp; in ex_tagf_alloc() local
885 TAGF *tfp; in ex_tag_free() local
970 TAGF *tfp; in ctag_slist() local
1024 ctag_sfile(SCR *sp, TAGF *tfp, TAGQ *tqp, char *tname) in ctag_sfile()
1161 ctag_file(SCR *sp, TAGF *tfp, char *name, char **dirp, size_t *dlenp) in ctag_file()
/freebsd/sys/riscv/include/
H A Dcpu.h44 #define TRAPF_PC(tfp) ((tfp)->tf_sepc) argument
45 #define TRAPF_USERMODE(tfp) (((tfp)->tf_sstatus & SSTATUS_SPP) == 0) argument
/freebsd/sys/i386/i386/
H A Ddb_interface.c87 db_segsize(struct trapframe *tfp) in db_segsize()
H A Ddb_trace.c103 struct trapframe_vm86 *tfp; in db_frame_seg() local
153 struct trapframe_vm86 *tfp; in db_gs() local
/freebsd/sbin/ipf/libipf/
H A Dipft_hx.c22 static FILE *tfp = NULL; variable
H A Dipft_tx.c28 static FILE *tfp = NULL; variable
/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_pagealloc.c212 struct mlx5_fw_page *tfp; in mlx5_insert_fw_page_locked() local
236 struct mlx5_fw_page *tfp; in mlx5_remove_fw_page_locked() local
/freebsd/sys/arm64/include/
H A Dcpu.h51 #define TRAPF_PC(tfp) ((tfp)->tf_elr) argument
52 #define TRAPF_USERMODE(tfp) (((tfp)->tf_spsr & PSR_M_MASK) == PSR_M_EL0t) argument
/freebsd/contrib/nvi/common/
H A Dutil.c372 FILE *tfp; local
/freebsd/sys/fs/tarfs/
H A Dtarfs_vnops.c669 struct tarfs_fid *tfp; in tarfs_vptofh() local
H A Dtarfs_vfsops.c1212 struct tarfs_fid *tfp; in tarfs_fhtovp() local
/freebsd/sys/arm/include/
H A Dcpu.h691 #define TRAPF_PC(tfp) ((tfp)->tf_pc) argument
/freebsd/contrib/sendmail/src/
H A Dqueue.c355 register SM_FILE_T *tfp; local
1037 printctladdr(a, tfp) in printctladdr() argument