Searched defs:iof (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/cmd/sh/
H A Dfunc.c422 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)
H A Dcmd.c508 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
[all...]
H A Dservice.c53 int iof, fd; local
60 iof = iop->iofile;
62 ioufd = iof & IOUFD;
70 if (iof & IODOC_SUBST) {
84 } else if (iof & IOMOV) {
93 } else if (((iof & IOPUT) == 0) && ((iof & IORDW) == 0))
95 else if (iof & IORDW) /* For <> */ {
100 } else if (iof & IOAPP &&
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Ddeparse.c420 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
[all...]
H A Dparse.c1544 register int iof = lexp->digits, token=lexp->token; local
1553 iof = 0;
1559 iof |= (IODOC|IORAW);
1561 iof |= IOMOV;
1563 iof |= IORDW|IOREWRITE;
1565 iof |= IORDW;
1569 iof |= IOLSEEK;
1571 iof |= IOCOPY;
1578 if(iof<0)
1581 iof
[all...]
H A Dio.c964 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
[all...]
/illumos-gate/usr/src/uts/common/io/comstar/port/fcoet/
H A Dfcoet_eth.c511 uint32_t iof; local
548 iof = 0;
551 fct_scsi_data_xfer_done(xch->xch_cmd, dbuf, iof);
667 uint32_t iof; local
702 iof = FCT_IOF_FCA_DONE;
704 fct_send_cmd_done(xch->xch_cmd, fc_st, iof);
847 uint32_t iof; local
875 iof = FCT_IOF_FCA_DONE;
876 fct_send_cmd_done(xch->xch_cmd, fc_st, iof);
887 uint32_t iof; local
921 uint32_t iof = FCT_IOF_FCA_DONE; local
947 uint32_t iof; local
[all...]
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_cmdsub.c632 FILE *iof; local
681 iof = fopen((char *)fn, "r");
682 if (iof == NULL)
685 setbuf(iof, (char *)iofbuf);
686 fstat64(fileno(iof), &sbuf);
688 if (top == 0L || iof == NULL)
698 fseeko64(iof, mid, 0);
701 if(fgets((char *)linebuf, sizeof linebuf, iof)==NULL)
704 if(fgets((char *)linebuf, sizeof linebuf, iof)==NULL)
743 fclose(iof);
[all...]
/illumos-gate/usr/src/uts/common/io/comstar/port/fct/
H A Dfct.c1948 uint32_t iof = 0; local
1965 iof = STMF_IOF_LPORT_DONE;
1971 stmf_data_xfer_done((scsi_task_t *)cmd->cmd_specific, dbuf, iof);
/illumos-gate/usr/src/cmd/ed/
H A Ded.c1715 getblock(long atl, long iof) argument
1731 ichanged |= iof;
1736 if (iof == READ) {
/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.c4422 uint32_t iof = 0; local
4494 iof = FCT_IOF_FCA_DONE;
4498 iof = FCT_IOF_FCA_DONE;
4505 iof = FCT_IOF_FCA_DONE;
4528 fct_scsi_data_xfer_done(cmd, dbuf, iof);
4535 fct_send_response_done(cmd, fc_st, iof);
4539 fct_cmd_fca_aborted(cmd, fc_st, iof);
/illumos-gate/usr/src/uts/common/io/comstar/stmf/
H A Dstmf.c4643 stmf_data_xfer_done(scsi_task_t *task, stmf_data_buf_t *dbuf, uint32_t iof) argument
4654 stmf_task_audit(itask, TE_XFER_DONE, iof, dbuf);
4678 if (iof & STMF_IOF_LPORT_DONE) {
4788 stmf_send_status_done(scsi_task_t *task, stmf_status_t s, uint32_t iof) argument
4796 stmf_task_audit(itask, TE_SEND_STATUS_DONE, iof, NULL);
4806 if (iof & STMF_IOF_LPORT_DONE) {
4991 stmf_task_lu_aborted(scsi_task_t *task, stmf_status_t s, uint32_t iof) argument
4997 stmf_task_audit(itask, TE_TASK_LU_ABORTED, iof, NULL);
5003 } else if ((iof & STMF_IOF_LU_DONE) == 0) {
5006 "%p, s=%llx, iof
5019 stmf_task_lport_aborted(scsi_task_t *task, stmf_status_t s, uint32_t iof) argument
[all...]

Completed in 118 milliseconds