Searched refs:fullmode (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/arch/sun3/dev/
H A Dxd.c275 int fullmode; /* submit mode */ member in struct:xdc_attach_args
604 int rqno, err, spt, mb, blk, lcv, fullmode, newstate; local
609 fullmode = (cold) ? XD_SUB_POLL : XD_SUB_WAIT;
613 rqno = xdc_cmd(xdc, XDCMD_RST, 0, xd->xd_drive, 0, 0, 0, fullmode);
631 0, 0, 0, fullmode);
642 0, 0, 0, fullmode);
667 0, 0, 0, fullmode);
677 0, 1, dvmabuf, fullmode);
703 0, 0, 0, fullmode);
719 blk, 1, dvmabuf, fullmode);
1310 xdc_cmd(struct xdc_softc *xdcsc, int cmd, int subfn, int unit, int block, int scnt, char *dptr, int fullmode) argument
[all...]
H A Dxy.c542 int err, spt, mb, blk, lcv, fullmode, newstate; local
547 fullmode = (cold) ? XY_SUB_POLL : XY_SUB_WAIT;
552 err = xyc_cmd(xyc, XYCMD_RST, 0, xy->xy_drive, 0, 0, 0, fullmode);
584 dvmabuf, fullmode);
649 err = xyc_cmd(xyc, XYCMD_SDS, 0, xy->xy_drive, blk, 0, 0, fullmode);
666 dvmabuf, fullmode);
1208 int scnt, char *dptr, int fullmode)
1212 int submode = XY_STATE(fullmode);
1234 fullmode, block, scnt, dptr, NULL);
1242 xyc_submit_iorq(xycsc, iorq, fullmode); /* erro
1207 xyc_cmd(struct xyc_softc *xycsc, int cmd, int subfn, int unit, int block, int scnt, char *dptr, int fullmode) argument
[all...]
/netbsd-current/sys/dev/vme/
H A Dxy.c238 int fullmode; /* submit mode */ member in struct:xyc_attach_args
570 xa.fullmode = XY_SUB_POLL;
644 fmode = xa->fullmode;
1069 xa.fullmode = XY_SUB_WAIT;
1172 xa.fullmode = XY_SUB_WAIT;
1355 int scnt, char *dptr, int fullmode)
1357 int submode = XY_STATE(fullmode);
1381 fullmode, block, scnt, dptr, NULL);
1389 xyc_submit_iorq(xycsc, iorq, fullmode); /* error code will be in iorq */
1354 xyc_cmd(struct xyc_softc *xycsc, int cmd, int subfn, int unit, int block, int scnt, char *dptr, int fullmode) argument
H A Dxd.c322 int fullmode; /* submit mode */ member in struct:xdc_attach_args
671 xa.fullmode = XD_SUB_POLL;
739 fmode = xa->fullmode;
1150 xa.fullmode = XD_SUB_WAIT;
1251 xa.fullmode = XD_SUB_WAIT;
1488 int scnt, char *dptr, int fullmode)
1490 int rqno, submode = XD_STATE(fullmode), retry;
1531 fullmode, block, scnt, dptr, NULL);
1539 xdc_submit_iorq(xdcsc, rqno, fullmode); /* error code will be in iorq */
1487 xdc_cmd(struct xdc_softc *xdcsc, int cmd, int subfn, int unit, int block, int scnt, char *dptr, int fullmode) argument

Completed in 267 milliseconds