Searched defs:emode (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Di8237A.c557 uchar_t mode = 0, emode = 0; local
561 emode = emode;
611 emode = chnl & 3;
616 /* emode |= EISA_DMA_8; */
619 emode |= EISA_DMA_16;
622 emode |= EISA_DMA_32;
625 emode |= EISA_DMA_16B;
634 /* emode |= EISA_DMA_8; */
640 emode |
[all...]
/illumos-gate/usr/src/lib/libshell/common/include/
H A Dstreval.h78 short emode; member in struct:lval
97 short emode; member in struct:_arith_
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dstreval.c78 int emode; member in struct:vars
163 node.emode = ep->emode;
170 arith_error(e_recursive,ep->expr,ep->emode);
184 arith_error(e_incompatible,ep->expr,ep->emode);
239 arith_error(node.value,ptr,ep->emode);
310 arith_error(e_divzero,ep->expr,ep->emode);
323 arith_error(e_divzero,ep->expr,ep->emode);
758 lvalue.emode = vp->emode;
812 arith_compile(const char *string,char **last,Sfdouble_t(*fun)(const char**,struct lval*,int,Sfdouble_t),int emode) argument
860 strval(const char *s,char **end,Sfdouble_t(*conv)(const char**,struct lval*,int,Sfdouble_t),int emode) argument
[all...]

Completed in 60 milliseconds