Searched refs:T_NONE (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.0-release/contrib/tcsh/
H A Dgethost.c84 #define T_NONE 10 macro
107 return T_NONE;
113 return T_NONE;
299 case T_NONE:
/freebsd-10.0-release/sys/dev/ce/
H A Dceddk.h63 #define T_NONE 0 /* no channel */ macro
/freebsd-10.0-release/sys/dev/cx/
H A Dcsigma.c560 c->type = T_NONE;
788 c->type = (c->num < 8 || chain) ? T_UNIV_RS232 : T_NONE;
843 c->type = T_NONE;
880 case T_NONE:
958 if (b->chan[i].type != T_NONE)
969 if (b->chan[i].type != T_NONE)
H A Dif_cx.c794 if (c->type == T_NONE)
908 if (!d || d->chan->type == T_NONE)
934 if (!d || d->chan->type == T_NONE)
954 if (!d || d->chan->type == T_NONE)
992 if (!d || d->chan->type == T_NONE)
1004 if (!d || d->chan->type == T_NONE)
1072 if (d->chan->type == T_NONE || d->chan->mode == M_ASYNC)
1992 if (!d || !d->chan || d->chan->type == T_NONE
H A Dcxddk.h229 #define T_NONE 0 /* no channel */ macro
H A Dcxddk.c596 if (c->type == T_NONE)
/freebsd-10.0-release/sys/dev/cp/
H A Dcpddk.h89 #define T_NONE 0 /* no channel */ macro
/freebsd-10.0-release/sys/dev/aic7xxx/aicasm/
H A Daicasm_gram.y193 %token T_ACCUM T_ALLONES T_ALLZEROS T_NONE T_SINDEX T_MODE_PTR
568 T_NONE

Completed in 140 milliseconds