| /onnv/onnv-gate/usr/src/lib/libshell/common/sh/ |
| deparse.c | 420 register int iof,iof2; local 423 iof=iop->iofile; 432 *cp = '0'+(iof&IOUFD); 433 if(iof&IOPUT) 447 if(iof&IOLSEEK) 450 if(iof&IOARITH) 453 else if(iof&IOMOV) 455 else if(iof&(IORDW|IOAPP)) 457 else if(iof&IOCLOB) 468 if(iof&IOSTRIP [all...] |
| io.c | 964 register int fd, iof; local 979 iof=iop->iofile; 980 fn = (iof&IOUFD); 983 io_op[0] = '0'+(iof&IOUFD); 984 if(iof&IOPUT) 998 if(!(iof&IORAW)) 1000 if(iof&IOLSEEK) 1006 fname=sh_macpat(shp,ap,(iof&IOARITH)?ARG_ARITH:ARG_EXP); 1008 else if(iof&IOPROCSUB) 1012 if(iof&IOPUT [all...] |
| parse.c | 1510 register int iof = lexp->digits, token=lexp->token; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/sh/ |
| func.c | 422 int iof; local 427 iof = iop->iofile; 434 prn_buff(iof & IOUFD); 436 if (iof & IODOC) 438 else if (iof & IOMOV) 440 if (iof & IOPUT) 446 else if ((iof & IOPUT) == 0) 448 else if (iof & IOAPP)
|
| cmd.c | 508 int iof; local 512 iof = wdnum; 516 iof |= IODOC|IODOC_SUBST; 522 iof |= 1; 523 iof |= IOPUT; 526 iof |= IOAPP; 532 iof |= IOMOV; 534 iof |= IORDW; 552 iop->iofile = iof; 553 if (iof & IODOC [all...] |
| service.c | 57 int iof, fd; local 64 iof = iop->iofile; 66 ioufd = iof & IOUFD; 74 if (iof & IODOC_SUBST) { 88 } else if (iof & IOMOV) { 97 } else if (((iof & IOPUT) == 0) && ((iof & IORDW) == 0)) 99 else if (iof & IORDW) /* For <> */ { 104 } else if (iof & IOAPP &&
|
| /onnv/onnv-gate/usr/src/lib/libast/common/sfio/ |
| sfdisc.c | 188 #define GETDISCF(func,iof,type) \ 189 { for(d = f->disc; d && !d->iof; d = d->disc) ; \ 190 func = d ? d->iof : NIL(type); \ 241 #define DISCF(dst,iof,type) (dst ? dst->iof : NIL(type)) 242 #define REINIT(oiof,iof,type) \ 244 { for(d = f->disc; d && !d->iof; d = d->disc) ; \ 245 if(DISCF(d,iof,type) != oiof) \
|
| sfhdr.h | 920 #define SFDISC(f,dc,iof) \ 925 while(d && !(d->iof)) d = d->disc; \ [all...] |
| /onnv/onnv-gate/usr/src/uts/common/io/comstar/port/fcoet/ |
| fcoet_eth.c | 512 uint32_t iof; local 549 iof = 0; 552 fct_scsi_data_xfer_done(xch->xch_cmd, dbuf, iof); 668 uint32_t iof; local 703 iof = FCT_IOF_FCA_DONE; 705 fct_send_cmd_done(xch->xch_cmd, fc_st, iof); 848 uint32_t iof; local 876 iof = FCT_IOF_FCA_DONE; 877 fct_send_cmd_done(xch->xch_cmd, fc_st, iof); 888 uint32_t iof; local 922 uint32_t iof = FCT_IOF_FCA_DONE; local 948 uint32_t iof; local [all...] |
| /onnv/onnv-gate/usr/src/uts/common/sys/ |
| stmf.h | 348 uint32_t iof); 349 void stmf_send_status_done(scsi_task_t *task, stmf_status_t s, uint32_t iof); 352 void stmf_task_lu_aborted(scsi_task_t *task, stmf_status_t s, uint32_t iof); 353 void stmf_task_lport_aborted(scsi_task_t *task, stmf_status_t s, uint32_t iof);
|
| vnode.h | [all...] |
| /onnv/onnv-gate/usr/src/cmd/vi/port/ |
| ex_cmdsub.c | 633 FILE *iof; local 682 iof = fopen((char *)fn, "r"); 683 if (iof == NULL) 686 setbuf(iof, (char *)iofbuf); 687 fstat64(fileno(iof), &sbuf); 689 if (top == 0L || iof == NULL) 699 fseeko64(iof, mid, 0); 702 if(fgets((char *)linebuf, sizeof linebuf, iof)==NULL) 705 if(fgets((char *)linebuf, sizeof linebuf, iof)==NULL) 744 fclose(iof); [all...] |
| ex_temp.c | 215 getblock(atl, iof) 217 int iof; 242 ichanged |= iof; 247 ichang2 |= iof; 253 if (iof == READ) {
|
| /onnv/onnv-gate/usr/src/uts/common/avs/ns/ |
| contract.h | 169 #define VOP_READ(vp, uiop, iof, cr) ((void)0) 170 #define VOP_WRITE(vp, uiop, iof, cr) ((void)0)
|
| /onnv/onnv-gate/usr/src/uts/common/io/comstar/stmf/ |
| stmf.c | [all...] |
| /onnv/onnv-gate/usr/src/uts/common/io/comstar/port/qlt/ |
| qlt.c | 4334 uint32_t iof = 0; local [all...] |
| /onnv/onnv-gate/usr/src/uts/common/io/comstar/port/fct/ |
| fct.c | 1891 uint32_t iof = 0; local [all...] |