Home
last modified time | relevance | path

Searched defs:tn (Results 1 – 21 of 21) sorted by relevance

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_threadprivate.cpp38 struct private_common *tn; in __kmp_threadprivate_find_task_common() local
67 struct shared_common *tn; in __kmp_find_shared_task_common() local
168 struct private_common *tn; in __kmp_common_destroy() local
224 struct private_common *tn; in __kmp_common_destroy_gtid() local
280 struct private_common *tn; in dump_list() local
336 struct private_common *tn, **tt; in kmp_threadprivate_insert() local
542 struct private_common *tn; in __kmpc_threadprivate() local
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dtxg.c912 txg_node_t *tn = (txg_node_t *)((char *)p + tl->tl_offset); txg_list_add() local
937 txg_node_t *tn = (txg_node_t *)((char *)p + tl->tl_offset); txg_list_add_tail() local
965 txg_node_t *tn; txg_list_remove() local
990 txg_node_t *tn, **tp; txg_list_remove_this() local
1014 txg_node_t *tn = (txg_node_t *)((char *)p + tl->tl_offset); txg_list_member() local
1027 txg_node_t *tn; txg_list_head() local
1041 txg_node_t *tn = (txg_node_t *)((char *)p + tl->tl_offset); txg_list_next() local
[all...]
/freebsd/lib/librt/
H A Dsigev_thread.c308 struct sigev_thread *tn; in sigev_thread_create() local
369 struct sigev_thread *tn; in sigev_service_loop() local
/freebsd/sys/fs/tmpfs/
H A Dtmpfs_vnops.c1746 tmpfs_vptocnp_dir(struct tmpfs_node * tn,struct tmpfs_node * tnp,struct tmpfs_dirent ** pde) tmpfs_vptocnp_dir() argument
1763 tmpfs_vptocnp_fill(struct vnode * vp,struct tmpfs_node * tn,struct tmpfs_node * tnp,char * buf,size_t * buflen,struct vnode ** dvp) tmpfs_vptocnp_fill() argument
1800 struct tmpfs_node *tn, *tnp, *tnp1; tmpfs_vptocnp() local
2096 tmpfs_seek_clamp(struct tmpfs_node * tn,off_t * noff,bool seekdata) tmpfs_seek_clamp() argument
2116 struct tmpfs_node *tn; tmpfs_seek_datahole() local
[all...]
/freebsd/sbin/routed/
H A Dinput.c142 struct tgate_net *tn; in input() local
/freebsd/usr.sbin/cron/crontab/
H A Dcrontab.c493 char n[MAX_FNAME], envstr[MAX_ENVSTR], tn[MAX_FNAME]; local
/freebsd/sys/contrib/ncsw/Peripherals/QM/
H A Dqm_portal_fqr.c973 uint32_t tmpA, tmpN, ta=0, tn=0, initFqFlag; in qm_new_fq() local
2297 uint32_t tmpA, tmpN, ta=0, tn=0; in QM_CG_Create() local
2674 uint32_t tmpA, tmpN, ta=0, tn=0; in QM_CG_ModifyTailDropThreshold() local
/freebsd/sys/netinet/
H A Dsctp_timer.c1530 struct timeval tn, *tim_touse; in sctp_autoclose_timer() local
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dread_termcap.c960 _nc_read_termcap_entry(const char *const tn, TERMTYPE2 *const tp) in _nc_read_termcap_entry()
H A Dlib_setup.c671 _nc_setup_tinfo(const char *const tn, TERMTYPE2 *const tp) in _nc_setup_tinfo()
/freebsd/sys/dev/sym/
H A Dsym_hipd.c6251 static ccb_p sym_get_ccb (hcb_p np, u_char tn, u_char ln, u_char tag_order) in sym_get_ccb()
6561 static lcb_p sym_alloc_lcb (hcb_p np, u_char tn, u_char ln) in sym_alloc_lcb()
6639 static void sym_alloc_lcb_tags (hcb_p np, u_char tn, u_char ln) in sym_alloc_lcb_tags()
8093 u_int tn; local
9006 Symbios_target *tn = &nvram->target[target]; local
9028 struct Tekram_target *tn = &nvram->target[target]; local
9071 struct Symbios_target *tn = &nvram->target[i]; local
9120 struct Tekram_target *tn = &nvram->target[i]; local
/freebsd/sys/dev/amdtemp/
H A Damdtemp.c334 char tn[32]; in amdtemp_attach() local
/freebsd/sys/dev/rl/
H A Dif_rl.c646 char tn[32]; in rl_attach() local
/freebsd/sbin/init/
H A Dinit.c853 struct timeval tv, tn; in single_user() local
/freebsd/contrib/unbound/validator/
H A Dval_sigcrypt.c1396 time_t te, ti, tn; in sigdate_error() local
/freebsd/crypto/heimdal/appl/telnet/telnet/
H A Dcommands.c2053 tn(int argc, char **argv) in tn() function
/freebsd/contrib/sendmail/src/
H A Dmilter.c2239 time_t tn = 0; local
/freebsd/contrib/telnet/telnet/
H A Dcommands.c2169 tn(int argc, char *argv[]) in tn() function
/freebsd/sys/dev/mpt/
H A Dmpt.c2617 mpt_configure_ioc(struct mpt_softc *mpt, int tn, int needreset) in mpt_configure_ioc()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_string.c1981 int tn = 1; in archive_strncat_l() local
/freebsd/sys/netgraph/
H A Dnetgraph.h1112 #define NETGRAPH_INIT(tn, tp) \ argument