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

12

/freebsd-9.3-release/usr.bin/xlint/lint1/
H A Dfunc.c404 * tn expression if typ == T_CASE
407 label(int typ, sym_t *sym, tnode_t *tn) argument
435 tn = NULL;
436 } else if (tn != NULL && tn->tn_op != CON) {
439 tn = NULL;
440 } else if (tn != NULL && !isityp(tn->tn_type->t_tspec)) {
443 tn = NULL;
446 if (tn !
528 if1(tnode_t *tn) argument
571 switch1(tnode_t *tn) argument
678 while1(tnode_t *tn) argument
750 do2(tnode_t *tn) argument
964 doreturn(tnode_t *tn) argument
[all...]
H A Dinit.c341 mkinit(tnode_t *tn) argument
350 if (initerr || tn == NULL)
371 tn = build(ASSIGN, ln, tn);
372 expr(tn, 0, 0);
383 if (strginit(tn))
387 if (initerr || tn == NULL)
400 tn = cconv(tn);
403 rt = tn
452 strginit(tnode_t *tn) argument
[all...]
H A Dtree.c368 * member of the struct or union specified by the tn argument.
371 strmemb(tnode_t *tn, op_t op, sym_t *msym) argument
398 t = (tp = tn->tn_type)->t_tspec;
500 if (tflag && tn->tn_type->t_tspec == PTR) {
706 cconv(tnode_t *tn) argument
714 if (tn->tn_type->t_tspec == ARRAY) {
715 if (!tn->tn_lvalue) {
720 tn = mktnode(AMPER, tincref(tn->tn_type->t_subt, PTR),
721 tn, NUL
756 tnode_t *tn; local
1483 promote(op_t op, int farg, tnode_t *tn) argument
1633 convert(op_t op, int arg, type_t *tp, tnode_t *tn) argument
1682 ptconv(int arg, tspec_t nt, tspec_t ot, type_t *tp, tnode_t *tn) argument
1734 iiconv(op_t op, int arg, tspec_t nt, tspec_t ot, type_t *tp, tnode_t *tn) argument
1773 piconv(op_t op, tspec_t nt, type_t *tp, tnode_t *tn) argument
1799 ppconv(op_t op, tnode_t *tn, type_t *tp) argument
2311 bldamper(tnode_t *tn, int noign) argument
2623 fold(tnode_t *tn) argument
2767 foldtst(tnode_t *tn) argument
2816 foldflt(tnode_t *tn) argument
2983 cast(tnode_t *tn, type_t *tp) argument
3176 parg( int n, type_t *tp, tnode_t *tn) argument
3202 constant(tnode_t *tn) argument
3255 expr(tnode_t *tn, int vctx, int tctx) argument
3296 nulleff(tnode_t *tn) argument
3343 displexpr(tnode_t *tn, int offs) argument
3400 chkmisc(tnode_t *tn, int vctx, int tctx, int eqwarn, int fcall, int rvdisc, int szof) argument
3577 chkaidx(tnode_t *tn, int amper) argument
3702 conaddr(tnode_t *tn, sym_t **symp, ptrdiff_t *offsp) argument
3803 precconf(tnode_t *tn) argument
[all...]
H A Demit1.c395 outcall(tnode_t *tn, int rvused, int rvdisc) argument
421 args = tn->tn_right;
462 outname(tn->tn_left->tn_left->tn_sym->s_name);
474 outtype(tn->tn_type);
/freebsd-9.3-release/lib/librt/
H A Dsigev_thread.c307 struct sigev_thread *tn; local
318 tn = malloc(sizeof(*tn));
319 tn->tn_cur = NULL;
320 tn->tn_lwpid = -1;
321 tn->tn_refcount = 1;
322 _pthread_cond_init(&tn->tn_cv, NULL);
326 LIST_INSERT_HEAD(&sigev_threads, tn, tn_link);
336 ret = _pthread_create(&tn->tn_thread, &sigev_default_attr,
337 sigev_service_loop, tn);
368 struct sigev_thread *tn; local
[all...]
/freebsd-9.3-release/release/scripts/
H A Dkernels-install.sh39 tn=`echo ${CONFIG} | tr 'A-Z' 'a-z'`
40 cat $tn.?? | tar --unlink -xpzf - -C $BOOT
/freebsd-9.3-release/usr.sbin/cron/crontab/
H A Dcrontab.c501 char n[MAX_FNAME], envstr[MAX_ENVSTR], tn[MAX_FNAME]; local
514 (void) snprintf(tn, sizeof(tn), CRON_TAB(n));
516 if (!(tmp = fopen(tn, "w+"))) {
517 warn("%s", tn);
539 warnx("error while writing new crontab to %s", tn);
540 fclose(tmp); unlink(tn);
570 fclose(tmp); unlink(tn);
577 if (chown(tn, ROOT_UID, -1) < OK)
581 fclose(tmp); unlink(tn);
[all...]
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dtxg.c737 txg_node_t *tn = (txg_node_t *)((char *)p + tl->tl_offset); local
741 add = (tn->tn_member[t] == 0);
743 tn->tn_member[t] = 1;
744 tn->tn_next[t] = tl->tl_head[t];
745 tl->tl_head[t] = tn;
761 txg_node_t *tn = (txg_node_t *)((char *)p + tl->tl_offset); local
765 add = (tn->tn_member[t] == 0);
772 tn->tn_member[t] = 1;
773 tn->tn_next[t] = NULL;
774 *tp = tn;
788 txg_node_t *tn; local
810 txg_node_t *tn, **tp; local
833 txg_node_t *tn = (txg_node_t *)((char *)p + tl->tl_offset); local
845 txg_node_t *tn = tl->tl_head[t]; local
854 txg_node_t *tn = (txg_node_t *)((char *)p + tl->tl_offset); local
[all...]
/freebsd-9.3-release/contrib/ncurses/ncurses/tinfo/
H A Dread_termcap.c942 _nc_read_termcap_entry(const char *const tn, TERMTYPE *const tp) argument
955 T(("read termcap entry for %s", tn));
957 if (strlen(tn) == 0
958 || strcmp(tn, ".") == 0
959 || strcmp(tn, "..") == 0
960 || _nc_pathlast(tn) != 0) {
961 T(("illegal or missing entry name '%s'", tn));
966 && !_nc_is_abs_path(p) && _nc_name_match(p, tn, "|:")) {
973 if ((status = _nc_tgetent(tc, &source, &lineno, tn)) < 0)
1024 } else if (_nc_name_match(tc, tn, "|
[all...]
H A Dlib_setup.c357 grab_entry(const char *const tn, TERMTYPE *const tp) argument
360 int status = _nc_read_entry(tn, filename, tp);
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_fru.c104 libzfs_fru_gather(topo_hdl_t *thp, tnode_t *tn, void *arg) argument
118 strcmp(_topo_node_name(tn), "chassis") == 0) {
119 if (_topo_prop_get_string(tn, FM_FMRI_AUTHORITY,
128 if (strcmp(_topo_node_name(tn), "disk") != 0)
134 if (_topo_prop_get_string(tn, "io", "devfs-path", &devpath, &err) != 0)
142 if (_topo_node_fru(tn, &fru, NULL, &err) != 0) {
/freebsd-9.3-release/sbin/routed/
H A Dinput.c152 struct tgate_net *tn; local
680 if (tg && (tn = tg->tgate_nets)->mask != 0) {
681 for (i = 0; i < MAX_TGATE_NETS; i++, tn++) {
682 if (on_net(dst, tn->net, tn->mask)
683 && tn->mask <= mask)
686 if (i >= MAX_TGATE_NETS || tn->mask == 0) {
/freebsd-9.3-release/contrib/bsnmp/snmpd/
H A Dtrap.c582 SLIST_FOREACH(n, &target_notifylist, tn) {
837 return (SLIST_NEXT(notify, tn));
846 SLIST_FOREACH(notify, &target_notifylist, tn)
858 SLIST_INSERT_HEAD(&target_notifylist, notify, tn);
862 SLIST_FOREACH(temp, &target_notifylist, tn) {
869 SLIST_INSERT_AFTER(prev, notify, tn);
871 SLIST_INSERT_AFTER(temp, notify, tn);
884 SLIST_REMOVE(&target_notifylist, notify, target_notify, tn);
912 SLIST_REMOVE_HEAD(&target_notifylist, tn);
/freebsd-9.3-release/contrib/texinfo/makeinfo/
H A Dlang.h50 ta, te, tg, th, ti, tk, tl, tn, to, tr, ts, tt, tw, enumerator in enum:__anon4252
/freebsd-9.3-release/sys/dev/ctau/
H A Dctddk.c377 c->tn = 0;
435 c->tn = 0;
981 while (c->tn != i) {
983 c->call_on_tx (c, c->attach[c->tn],
984 B_LEN(c->tdesc[c->tn]));
986 c->obytes += B_LEN(c->tdesc[c->tn]);
988 c->tn = (c->tn + 1) % NBUF;
1031 return (NBUF + c->tn - c->te - 1) % NBUF;
1044 if (ne == c->tn)
[all...]
/freebsd-9.3-release/sys/dev/sym/
H A Dsym_hipd.c2231 static ccb_p sym_get_ccb (hcb_p np, u_char tn, u_char ln, u_char tag_order);
2234 static lcb_p sym_alloc_lcb (hcb_p np, u_char tn, u_char ln);
2235 static void sym_alloc_lcb_tags (hcb_p np, u_char tn, u_char ln);
6259 static ccb_p sym_get_ccb (hcb_p np, u_char tn, u_char ln, u_char tag_order) argument
6261 tcb_p tp = &np->target[tn];
6282 lp = sym_alloc_lcb(np, tn, ln);
6311 sym_alloc_lcb_tags(np, tn, ln);
6367 cp->target = tn;
6371 PRINT_LUN(np, tn, ln);
6575 static lcb_p sym_alloc_lcb (hcb_p np, u_char tn, u_cha argument
6653 sym_alloc_lcb_tags(hcb_p np, u_char tn, u_char ln) argument
8112 u_int tn; local
9027 Symbios_target *tn = &nvram->target[target]; local
9049 struct Tekram_target *tn = &nvram->target[target]; local
9092 struct Symbios_target *tn = &nvram->target[i]; local
9141 struct Tekram_target *tn = &nvram->target[i]; local
[all...]
/freebsd-9.3-release/contrib/telnet/telnet/
H A Dmain.c369 if (tn(argp - args, args) == 1)
H A Dexterns.h319 tn(int, char **),
/freebsd-9.3-release/crypto/heimdal/appl/telnet/telnet/
H A Dmain.c361 if (tn(argp - args, args) == 1)
H A Dexterns.h237 int tn(int argc, char **argv);
/freebsd-9.3-release/sys/dev/glxiic/
H A Dglxiic.c317 char tn[32]; local
405 snprintf(tn, sizeof(tn), "dev.glxiic.%d.timeout", unit);
406 TUNABLE_INT_FETCH(tn, &sc->timeout);
/freebsd-9.3-release/crypto/openssl/crypto/bn/
H A Dbn_mul.c574 * n+tn is the word length t needs to be n*4 is size, as does r
633 bn_mul_normal(&(r[n2]), &(a[n]), tn, &(b[n]), tn);
634 memset(&(r[n2 + tn * 2]), 0, sizeof(BN_ULONG) * (n2 - tn * 2));
658 } else if (j > 0) { /* eg, n == 16, i == 8 and tn == 11 */
663 } else { /* (j < 0) eg, n == 16, i == 8 and tn == 5 */
/freebsd-9.3-release/sys/pci/
H A Dif_rl.c645 char tn[32]; local
652 snprintf(tn, sizeof(tn), "dev.rl.%d.twister_enable", unit);
653 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-9.3-release/sys/dev/cp/
H A Dcpddk.h196 int tn; /* first active transmit buffer */ member in struct:_cp_chan_t
/freebsd-9.3-release/sys/netinet/
H A Dsctp_timer.c1500 struct timeval tn, *tim_touse; local
1504 (void)SCTP_GETTIME_TIMEVAL(&tn);
1517 ticks_gone_by = SEC_TO_TICKS(tn.tv_sec - tim_touse->tv_sec);

Completed in 226 milliseconds

12