Searched refs:tn_type (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.0-release/usr.bin/xlint/lint1/
H A Dtree.c256 n->tn_type = tp;
275 n->tn_type = gettyp(t);
314 n->tn_type = sym->s_type;
343 n->tn_type = tincref(gettyp(strg->st_tspec), ARRAY);
344 n->tn_type->t_dim = len + 1;
398 t = (tp = tn->tn_type)->t_tspec;
500 if (tflag && tn->tn_type->t_tspec == PTR) {
620 ntn = mktnode(STAR, ln->tn_type->t_subt, ln, NULL);
649 ntn = mktnode(op, rn->tn_type, ln, rn);
652 rtp = mp->m_logop ? gettyp(INT) : ln->tn_type;
[all...]
H A Dinit.c369 ln->tn_type = tduptyp(ln->tn_type);
370 ln->tn_type->t_const = 0;
395 ln->tn_type = tduptyp(initstk->i_type);
396 ln->tn_type->t_const = 0;
402 lt = ln->tn_type->t_tspec;
403 rt = tn->tn_type->t_tspec;
419 if (isityp(lt) && ln->tn_type->t_isfield && !isityp(rt)) {
H A Dfunc.c440 } else if (tn != NULL && !isityp(tn->tn_type->t_tspec)) {
457 t = tn->tn_type->t_tspec;
580 if (tn != NULL && !isityp(tn->tn_type->t_tspec)) {
586 t = tn->tn_type->t_tspec;
602 tp->t_tspec = tn->tn_type->t_tspec;
603 if ((tp->t_isenum = tn->tn_type->t_isenum) != 0)
604 tp->t_enum = tn->tn_type->t_enum;
691 if (tn != NULL && !issclt(tn->tn_type->t_tspec)) {
700 if (isityp(tn->tn_type->t_tspec)) {
764 if (tn != NULL && !issclt(tn->tn_type
[all...]
H A Demit1.c431 if (isityp(t = arg->tn_type->t_tspec)) {
471 outtype(arg->tn_left->tn_type);
474 outtype(tn->tn_type);
H A Dlint1.h274 type_t *tn_type; /* type */ member in struct:tnode
H A Dcgram.y1574 if (($$ = $2 == NULL ? NULL : bldszof($2->tn_type)) != NULL)
/freebsd-10.0-release/sys/fs/tmpfs/
H A Dtmpfs_vnops.c93 MPASS(IMPLIES(dnode->tn_type == VDIR &&
156 if ((tnode->tn_type != VDIR &&
157 tnode->tn_type != VLNK) &&
885 if (fnode->tn_type == VDIR && tnode->tn_type == VDIR) {
890 } else if (fnode->tn_type == VDIR && tnode->tn_type != VDIR) {
893 } else if (fnode->tn_type != VDIR && tnode->tn_type == VDIR) {
897 MPASS(fnode->tn_type !
[all...]
H A Dtmpfs.h165 enum vtype tn_type; member in struct:tmpfs_node
218 /* misc data field for different tn_type node */
220 /* Valid when tn_type == VBLK || tn_type == VCHR. */
223 /* Valid when tn_type == VDIR. */
250 /* Valid when tn_type == VLNK. */
254 /* Valid when tn_type == VREG. */
269 /* Valid when tn_type = VFIFO */
461 MPASS((node)->tn_type == VDIR); \
H A Dtmpfs_subr.c187 nnode->tn_type = type;
197 switch (nnode->tn_type) {
242 panic("tmpfs_alloc_node: type %p %d", nnode, (int)nnode->tn_type);
290 switch (node->tn_type) {
324 panic("tmpfs_free_node: type %p %d", node, (int)node->tn_type);
486 if ((node->tn_type == VDIR && node->tn_dir.tn_parent == NULL) ||
526 (node->tn_type == VDIR && node->tn_dir.tn_parent == NULL)) {
560 vp->v_type = node->tn_type;
563 switch (node->tn_type) {
593 panic("tmpfs_alloc_vp: type %p %d", node, (int)node->tn_type);
[all...]
H A Dtmpfs_vfsops.c113 node->tn_type = VNON;
303 if (node->tn_type == VDIR)

Completed in 196 milliseconds