Searched refs:tn (Results 1 - 25 of 28) sorted by relevance

12

/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_threadprivate.cpp38 struct private_common *tn; local
47 for (tn = tbl->data[KMP_HASH(pc_addr)]; tn; tn = tn->next) {
48 if (tn->gbl_addr == pc_addr) {
54 return tn;
67 struct shared_common *tn; local
69 for (tn = tbl->data[KMP_HASH(pc_addr)]; tn; t
168 struct private_common *tn; local
224 struct private_common *tn; local
280 struct private_common *tn; local
336 struct private_common *tn, **tt; local
542 struct private_common *tn; local
[all...]
/freebsd-current/lib/librt/
H A Dsigev_thread.c308 struct sigev_thread *tn; local
319 tn = malloc(sizeof(*tn));
320 tn->tn_cur = NULL;
321 tn->tn_lwpid = -1;
322 tn->tn_refcount = 1;
323 _pthread_cond_init(&tn->tn_cv, NULL);
327 LIST_INSERT_HEAD(&sigev_threads, tn, tn_link);
337 ret = _pthread_create(&tn->tn_thread, &sigev_default_attr,
338 sigev_service_loop, tn);
369 struct sigev_thread *tn; local
[all...]
/freebsd-current/usr.sbin/cron/crontab/
H A Dcrontab.c493 char n[MAX_FNAME], envstr[MAX_ENVSTR], tn[MAX_FNAME]; local
506 if (snprintf(tn, sizeof(tn), CRON_TAB(n)) >= (int)sizeof(tn)) {
511 if (!(tmp = fopen(tn, "w+"))) {
512 warn("%s", tn);
534 warnx("error while writing new crontab to %s", tn);
535 fclose(tmp); unlink(tn);
565 fclose(tmp); unlink(tn);
572 if (chown(tn, ROOT_UI
[all...]
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dtxg.c921 txg_node_t *tn = (txg_node_t *)((char *)p + tl->tl_offset); local
926 add = (tn->tn_member[t] == 0);
928 tn->tn_member[t] = 1;
929 tn->tn_next[t] = tl->tl_head[t];
930 tl->tl_head[t] = tn;
946 txg_node_t *tn = (txg_node_t *)((char *)p + tl->tl_offset); local
951 add = (tn->tn_member[t] == 0);
958 tn->tn_member[t] = 1;
959 tn->tn_next[t] = NULL;
960 *tp = tn;
974 txg_node_t *tn; local
999 txg_node_t *tn, **tp; local
1023 txg_node_t *tn = (txg_node_t *)((char *)p + tl->tl_offset); local
1036 txg_node_t *tn; local
1050 txg_node_t *tn = (txg_node_t *)((char *)p + tl->tl_offset); local
[all...]
/freebsd-current/contrib/ncurses/ncurses/tinfo/
H A Dread_termcap.c960 _nc_read_termcap_entry(const char *const tn, TERMTYPE2 *const tp) argument
975 TR(TRACE_DATABASE, ("read termcap entry for %s", tn));
977 if (strlen(tn) == 0
978 || strcmp(tn, ".") == 0
979 || strcmp(tn, "..") == 0
980 || _nc_pathlast(tn) != 0) {
981 TR(TRACE_DATABASE, ("illegal or missing entry name '%s'", tn));
986 && !_nc_is_abs_path(p) && _nc_name_match(p, tn, "|:")) {
992 if ((status = _nc_tgetent(tc, &source, &lineno, tn)) < 0)
1048 } else if (_nc_name_match(tc, tn, "|
[all...]
H A Dlib_setup.c671 _nc_setup_tinfo(const char *const tn, TERMTYPE2 *const tp) argument
674 int status = _nc_read_entry2(tn, filename, tp);
/freebsd-current/sbin/routed/
H A Dinput.c142 struct tgate_net *tn; local
682 if (tg && (tn = tg->tgate_nets)->mask != 0) {
683 for (i = 0; i < MAX_TGATE_NETS; i++, tn++) {
684 if (on_net(dst, tn->net, tn->mask)
685 && tn->mask <= mask)
688 if (i >= MAX_TGATE_NETS || tn->mask == 0) {
/freebsd-current/contrib/bsnmp/snmpd/
H A Dtrap.c576 SLIST_FOREACH(n, &target_notifylist, tn) {
831 return (SLIST_NEXT(notify, tn));
840 SLIST_FOREACH(notify, &target_notifylist, tn)
852 SLIST_INSERT_HEAD(&target_notifylist, notify, tn);
856 SLIST_FOREACH(temp, &target_notifylist, tn) {
863 SLIST_INSERT_AFTER(prev, notify, tn);
865 SLIST_INSERT_AFTER(temp, notify, tn);
878 SLIST_REMOVE(&target_notifylist, notify, target_notify, tn);
906 SLIST_REMOVE_HEAD(&target_notifylist, tn);
H A Dsnmpmod.h554 SLIST_ENTRY(target_notify) tn; member in struct:target_notify
/freebsd-current/crypto/heimdal/appl/telnet/telnet/
H A Dmain.c349 if (tn(argp - args, args) == 1)
H A Dexterns.h237 int tn(int argc, char **argv);
/freebsd-current/sys/fs/tmpfs/
H A Dtmpfs_vnops.c1730 tmpfs_vptocnp_dir(struct tmpfs_node *tn, struct tmpfs_node *tnp, argument
1738 if (de->td_node == tn) {
1747 tmpfs_vptocnp_fill(struct vnode *vp, struct tmpfs_node *tn, argument
1757 error = tmpfs_vptocnp_dir(tn, tnp, &de);
1784 struct tmpfs_node *tn, *tnp, *tnp1; local
1797 tn = VP_TO_TMPFS_NODE(vp);
1798 if (tn->tn_type == VDIR) {
1799 tnp = tn->tn_dir.tn_parent;
1803 error = tmpfs_vptocnp_fill(vp, tn, tn
2101 tmpfs_seek_clamp(struct tmpfs_node *tn, off_t *noff, bool seekdata) argument
2143 struct tmpfs_node *tn; local
[all...]
/freebsd-current/sys/dev/sym/
H A Dsym_hipd.c2222 static ccb_p sym_get_ccb (hcb_p np, u_char tn, u_char ln, u_char tag_order);
2225 static lcb_p sym_alloc_lcb (hcb_p np, u_char tn, u_char ln);
2226 static void sym_alloc_lcb_tags (hcb_p np, u_char tn, u_char ln);
6251 static ccb_p sym_get_ccb (hcb_p np, u_char tn, u_char ln, u_char tag_order) argument
6253 tcb_p tp = &np->target[tn];
6274 lp = sym_alloc_lcb(np, tn, ln);
6302 sym_alloc_lcb_tags(np, tn, ln);
6353 cp->target = tn;
6357 PRINT_LUN(np, tn, ln);
6561 static lcb_p sym_alloc_lcb (hcb_p np, u_char tn, u_cha argument
6639 sym_alloc_lcb_tags(hcb_p np, u_char tn, u_char ln) argument
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
[all...]
/freebsd-current/crypto/openssl/crypto/bn/
H A Dbn_mul.c319 * n+tn is the word length t needs to be n*4 is size, as does r
371 bn_mul_normal(&(r[n2]), &(a[n]), tn, &(b[n]), tn);
372 memset(&r[n2 + tn * 2], 0, sizeof(*r) * (n2 - tn * 2));
396 } else if (j > 0) { /* eg, n == 16, i == 8 and tn == 11 */
401 } else { /* (j < 0) eg, n == 16, i == 8 and tn == 5 */
/freebsd-current/contrib/telnet/telnet/
H A Dmain.c372 if (tn(argp - args, args) == 1)
H A Dexterns.h319 tn(int, char **),
H A Dcommands.c2177 tn(int argc, char *argv[])
2551 { "telnet", openhelp, tn, 0 },
2552 { "open", openhelp, tn, 0 },
2169 tn(int argc, char *argv[]) function
/freebsd-current/sys/dev/amdtemp/
H A Damdtemp.c328 char tn[32]; local
513 snprintf(tn, sizeof(tn), "dev.amdtemp.%d.sensor_offset", unit);
514 TUNABLE_INT_FETCH(tn, &sc->sc_offset);
/freebsd-current/sbin/init/
H A Dinit.c853 struct timeval tv, tn; local
995 tn = tv;
997 while (tv.tv_sec > tn.tv_sec || (tv.tv_sec ==
998 tn.tv_sec && tv.tv_usec > tn.tv_usec)) {
1000 gettimeofday(&tn, NULL);
/freebsd-current/sys/dev/rl/
H A Dif_rl.c646 char tn[32]; local
653 snprintf(tn, sizeof(tn), "dev.rl.%d.twister_enable", unit);
654 TUNABLE_INT_FETCH(tn, &sc->rl_twister_enable);
676 snprintf(tn, sizeof(tn), "dev.rl.%d.prefer_iomap", unit);
677 TUNABLE_INT_FETCH(tn, &prefer_iomap);
/freebsd-current/sys/contrib/ncsw/Peripherals/QM/
H A Dqm_portal_fqr.c973 uint32_t tmpA, tmpN, ta=0, tn=0, initFqFlag; local
1040 /* express thresh as ta*2^tn */
1049 tn = tmpN;
1053 fq_opts.fqd.td.exp = tn;
1097 /* express thresh as ta*2^tn */
1106 tn = tmpN;
1110 fq_opts.fqd.td.exp = tn;
2297 uint32_t tmpA, tmpN, ta=0, tn=0; local
2444 /* express thresh as ta*2^tn */
2453 tn
2674 uint32_t tmpA, tmpN, ta=0, tn=0; local
[all...]
/freebsd-current/sys/netinet/
H A Dsctp_timer.c1530 struct timeval tn, *tim_touse; local
1534 (void)SCTP_GETTIME_TIMEVAL(&tn);
1547 ticks_gone_by = sctp_secs_to_ticks((uint32_t)(tn.tv_sec - tim_touse->tv_sec));
/freebsd-current/contrib/unbound/validator/
H A Dval_sigcrypt.c1395 time_t te, ti, tn; local
1401 tn = (time_t)now;
1405 &&gmtime_r(&tn, &tm) && strftime(now_buf, 15, "%Y%m%d%H%M%S", &tm)) {
/freebsd-current/sys/dev/mpt/
H A Dmpt.c2617 mpt_configure_ioc(struct mpt_softc *mpt, int tn, int needreset) argument
2623 if (tn == MPT_MAX_TRYS) {
2638 return (mpt_configure_ioc(mpt, tn++, 1));
2645 return (mpt_configure_ioc(mpt, tn++, 1));
2795 return (mpt_configure_ioc(mpt, tn++, 1));
/freebsd-current/sys/netgraph/
H A Dnetgraph.h1112 #define NETGRAPH_INIT(tn, tp) \
1113 NETGRAPH_INIT_ORDERED(tn, tp, SI_SUB_PSEUDO, SI_ORDER_MIDDLE)

Completed in 729 milliseconds

12