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

12

/freebsd-10.0-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-10.0-release/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-10.0-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-10.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dtxg.c712 txg_node_t *tn = (txg_node_t *)((char *)p + tl->tl_offset); local
716 add = (tn->tn_member[t] == 0);
718 tn->tn_member[t] = 1;
719 tn->tn_next[t] = tl->tl_head[t];
720 tl->tl_head[t] = tn;
736 txg_node_t *tn = (txg_node_t *)((char *)p + tl->tl_offset); local
740 add = (tn->tn_member[t] == 0);
747 tn->tn_member[t] = 1;
748 tn->tn_next[t] = NULL;
749 *tp = tn;
763 txg_node_t *tn; local
785 txg_node_t *tn, **tp; local
808 txg_node_t *tn = (txg_node_t *)((char *)p + tl->tl_offset); local
820 txg_node_t *tn = tl->tl_head[t]; local
829 txg_node_t *tn = (txg_node_t *)((char *)p + tl->tl_offset); local
[all...]
/freebsd-10.0-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-10.0-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-10.0-release/sbin/routed/
H A Dinput.c152 struct tgate_net *tn; local
674 if (tg && (tn = tg->tgate_nets)->mask != 0) {
675 for (i = 0; i < MAX_TGATE_NETS; i++, tn++) {
676 if (on_net(dst, tn->net, tn->mask)
677 && tn->mask <= mask)
680 if (i >= MAX_TGATE_NETS || tn->mask == 0) {
/freebsd-10.0-release/contrib/texinfo/makeinfo/
H A Dlang.h50 ta, te, tg, th, ti, tk, tl, tn, to, tr, ts, tt, tw, enumerator in enum:__anon4411
/freebsd-10.0-release/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-10.0-release/sys/dev/amdtemp/
H A Damdtemp.c219 char tn[32]; local
357 snprintf(tn, sizeof(tn), "dev.amdtemp.%d.sensor_offset", unit);
358 TUNABLE_INT_FETCH(tn, &sc->sc_offset);
/freebsd-10.0-release/contrib/bsnmp/snmpd/
H A Dtrap.c582 SLIST_FOREACH(n, &target_notifylist, tn) {
838 return (SLIST_NEXT(notify, tn));
847 SLIST_FOREACH(notify, &target_notifylist, tn)
859 SLIST_INSERT_HEAD(&target_notifylist, notify, tn);
863 SLIST_FOREACH(temp, &target_notifylist, tn) {
870 SLIST_INSERT_AFTER(prev, notify, tn);
872 SLIST_INSERT_AFTER(temp, notify, tn);
885 SLIST_REMOVE(&target_notifylist, notify, target_notify, tn);
913 SLIST_REMOVE_HEAD(&target_notifylist, tn);
/freebsd-10.0-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-10.0-release/sys/dev/sym/
H A Dsym_hipd.c2255 static ccb_p sym_get_ccb (hcb_p np, u_char tn, u_char ln, u_char tag_order);
2258 static lcb_p sym_alloc_lcb (hcb_p np, u_char tn, u_char ln);
2259 static void sym_alloc_lcb_tags (hcb_p np, u_char tn, u_char ln);
6283 static ccb_p sym_get_ccb (hcb_p np, u_char tn, u_char ln, u_char tag_order) argument
6285 tcb_p tp = &np->target[tn];
6306 lp = sym_alloc_lcb(np, tn, ln);
6335 sym_alloc_lcb_tags(np, tn, ln);
6391 cp->target = tn;
6395 PRINT_LUN(np, tn, ln);
6599 static lcb_p sym_alloc_lcb (hcb_p np, u_char tn, u_cha argument
6677 sym_alloc_lcb_tags(hcb_p np, u_char tn, u_char ln) argument
8136 u_int tn; local
9051 Symbios_target *tn = &nvram->target[target]; local
9073 struct Tekram_target *tn = &nvram->target[target]; local
9116 struct Symbios_target *tn = &nvram->target[i]; local
9165 struct Tekram_target *tn = &nvram->target[i]; local
[all...]
/freebsd-10.0-release/contrib/telnet/telnet/
H A Dmain.c369 if (tn(argp - args, args) == 1)
H A Dexterns.h319 tn(int, char **),
/freebsd-10.0-release/contrib/libarchive/libarchive/
H A Darchive_write_disk_acl.c63 acl_type_t, int archive_entry_acl_type, const char *tn);
/freebsd-10.0-release/crypto/openssl/crypto/bn/
H A Dbn_mul.c547 /* n+tn is the word length
607 bn_mul_normal(&(r[n2]),&(a[n]),tn,&(b[n]),tn);
608 memset(&(r[n2+tn*2]),0,sizeof(BN_ULONG)*(n2-tn*2));
637 else if (j > 0) /* eg, n == 16, i == 8 and tn == 11 */
644 else /* (j < 0) eg, n == 16, i == 8 and tn == 5 */
/freebsd-10.0-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-10.0-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-10.0-release/sys/dev/cp/
H A Dcpddk.h196 int tn; /* first active transmit buffer */ member in struct:_cp_chan_t

Completed in 216 milliseconds

12