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

/freebsd-9.3-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-9.3-release/sys/dev/ce/
H A Dceddk.h63 #define T_NONE 0 /* no channel */ macro
/freebsd-9.3-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.c793 if (c->type == T_NONE)
907 if (!d || d->chan->type == T_NONE)
933 if (!d || d->chan->type == T_NONE)
953 if (!d || d->chan->type == T_NONE)
991 if (!d || d->chan->type == T_NONE)
1003 if (!d || d->chan->type == T_NONE)
1071 if (d->chan->type == T_NONE || d->chan->mode == M_ASYNC)
1991 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-9.3-release/sys/dev/cp/
H A Dcpddk.h89 #define T_NONE 0 /* no channel */ macro
/freebsd-9.3-release/sys/dev/aic7xxx/aicasm/
H A Daicasm_gram.y194 %token T_ACCUM T_ALLONES T_ALLZEROS T_NONE T_SINDEX T_MODE_PTR
569 T_NONE

Completed in 83 milliseconds