Searched refs:iomode (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/contrib/bearssl/src/ssl/
H A Dssl_engine.c209 * The state register iomode contains one of the following values:
289 if (rc->iomode != BR_IO_FAILED) {
290 rc->iomode = BR_IO_FAILED;
303 if (rc->iomode == BR_IO_IN) {
304 rc->iomode = BR_IO_INOUT;
325 if (rc->iomode == BR_IO_OUT) {
326 rc->iomode = BR_IO_INOUT;
373 rc->iomode = BR_IO_FAILED;
398 rc->iomode = BR_IO_INOUT;
583 switch (rc->iomode) {
[all...]
/freebsd-13-stable/sys/dev/pbio/
H A Dpbio.c118 int iomode; /* Virtualized I/O mode port value */ member in struct:pbio_softc
239 sc->iomode = 0x9b; /* All ports to input */
304 ocfg = scp->iomode;
308 pboutb(scp, PBIO_CFG, scp->iomode = (ocfg & (~portbit)));
311 pboutb(scp, PBIO_CFG, scp->iomode = (ocfg | portbit));
/freebsd-13-stable/sys/fs/nfsclient/
H A Dnfs_clbio.c769 int iomode, must_commit; local
785 iomode = NFSWRITE_FILESYNC;
786 error = ncl_writerpc(vp, &uio, cred, &iomode,
1571 int iomode, must_commit; local
1575 iomode = NFSWRITE_FILESYNC;
1577 ncl_writerpc(bp->b_vp, uiop, bp->b_wcred, &iomode, &must_commit, 0);
1617 int error = 0, iomode, must_commit = 0; local
1753 iomode = NFSWRITE_UNSTABLE;
1755 iomode = NFSWRITE_FILESYNC;
1757 error = ncl_writerpc(vp, uiop, cr, &iomode,
[all...]
H A Dnfs_clrpcops.c110 int iomode; member in struct:nfsclwritedsdorpc
1719 nfsrpc_write(vnode_t vp, struct uio *uiop, int *iomode, int *must_commit, argument
1763 error = nfsrpc_writerpc(vp, uiop, iomode, must_commit,
1797 nfsrpc_writerpc(vnode_t vp, struct uio *uiop, int *iomode, argument
1834 *tl++ = txdr_unsigned(*iomode);
1841 *tl++ = txdr_unsigned(*iomode);
1971 *iomode = committed;
5051 nfsrpc_layoutget(struct nfsmount *nmp, uint8_t *fhp, int fhlen, int iomode, argument
5062 nfsrv_setuplayoutget(nd, iomode, offset, len, minlen, stateidp,
5367 int layouttype, uint32_t iomode, in
5366 nfsrpc_layoutreturn(struct nfsmount *nmp, uint8_t *fh, int fhlen, int reclaim, int layouttype, uint32_t iomode, int layoutreturn, uint64_t offset, uint64_t len, nfsv4stateid_t *stateidp, struct ucred *cred, NFSPROC_T *p, uint32_t stat, uint32_t op, char *devid) argument
5456 nfsrpc_getlayout(struct nfsmount *nmp, vnode_t vp, struct nfsfh *nfhp, int iomode, uint32_t *notifybitsp, nfsv4stateid_t *stateidp, uint64_t off, struct nfscllayout **lypp, struct ucred *cred, NFSPROC_T *p) argument
5769 nfscl_doiods(vnode_t vp, struct uio *uiop, int *iomode, int *must_commit, uint32_t rwaccess, int docommit, struct ucred *cred, NFSPROC_T *p) argument
6037 nfscl_doflayoutio(vnode_t vp, struct uio *uiop, int *iomode, int *must_commit, int *eofp, nfsv4stateid_t *stateidp, int rwflag, struct nfscldevinfo *dp, struct nfscllayout *lyp, struct nfsclflayout *flp, uint64_t off, uint64_t len, int docommit, struct ucred *cred, NFSPROC_T *p) argument
6141 nfscl_dofflayoutio(vnode_t vp, struct uio *uiop, int *iomode, int *must_commit, int *eofp, nfsv4stateid_t *stateidp, int rwflag, struct nfscldevinfo *dp, struct nfscllayout *lyp, struct nfsclflayout *flp, uint64_t off, uint64_t len, int mirror, int docommit, struct mbuf *mp, struct nfsclwritedsdorpc *drpc, struct ucred *cred, NFSPROC_T *p) argument
6394 nfsrpc_writeds(vnode_t vp, struct uio *uiop, int *iomode, int *must_commit, nfsv4stateid_t *stateidp, struct nfsclds *dsp, uint64_t io_off, int len, struct nfsfh *fhp, int commit_thru_mds, int flex, int vers, int minorvers, struct ucred *cred, NFSPROC_T *p) argument
6527 nfsrpc_writedsmir(vnode_t vp, int *iomode, int *must_commit, nfsv4stateid_t *stateidp, struct nfsclds *dsp, uint64_t io_off, int len, struct nfsfh *fhp, struct mbuf *m, int vers, int minorvers, struct ucred *cred, NFSPROC_T *p) argument
6649 nfsio_writedsmir(vnode_t vp, int *iomode, int *must_commit, nfsv4stateid_t *stateidp, struct nfsclds *dsp, uint64_t off, int len, struct nfsfh *fhp, struct mbuf *m, int vers, int minorvers, struct nfsclwritedsdorpc *drpc, struct ucred *cred, NFSPROC_T *p) argument
7121 nfsrv_setuplayoutget(struct nfsrv_descript *nd, int iomode, uint64_t offset, uint64_t len, uint64_t minlen, nfsv4stateid_t *stateidp, int layouttype, int layoutlen, int usecurstateid) argument
7163 int cnt, error, fhcnt, gotiomode, i, iomode, j, k, l, laytype, nfhlen; local
7577 int error, ret, acesize, limitby, iomode; local
[all...]
H A Dnfs_clstate.c3406 uint32_t iomode; local
3573 iomode = fxdr_unsigned(uint32_t, *tl++);
3580 laytype, iomode, changed, recalltype);
3624 lyp, iomode, off,
3665 lyp, iomode, 0,
3689 recalltype, lyp, iomode, 0,
5099 uint32_t iomode; local
5108 iomode = 0;
5110 iomode |= NFSLAYOUTIOMODE_READ;
5112 iomode |
5130 uint32_t iomode; local
5413 nfscl_layoutrecall(int recalltype, struct nfscllayout *lyp, uint32_t iomode, uint64_t off, uint64_t len, uint32_t stateseqid, uint32_t stat, uint32_t op, char *devid, struct nfsclrecalllayout *recallp) argument
[all...]
H A Dnfs_clvnops.c1513 int *iomode, int *must_commit, int called_from_strategy)
1523 error = nfscl_doiods(vp, uiop, iomode, must_commit,
1527 error = nfsrpc_write(vp, uiop, iomode, must_commit, cred,
1541 *iomode = NFSWRITE_FILESYNC;
1512 ncl_writerpc(struct vnode *vp, struct uio *uiop, struct ucred *cred, int *iomode, int *must_commit, int called_from_strategy) argument
/freebsd-13-stable/sys/nfsclient/
H A Dnfs.h163 struct ucred *cred, int *iomode, int *must_commit);
/freebsd-13-stable/sys/fs/nfsserver/
H A Dnfs_nfsdstate.c212 int iomode);
228 static struct nfslayout *nfsrv_filelayout(struct nfsrv_descript *nd, int iomode,
230 static struct nfslayout *nfsrv_flexlayout(struct nfsrv_descript *nd, int iomode,
6735 int layouttype, int *iomode, uint64_t *offset, uint64_t *len,
6761 if (*iomode == NFSLAYOUTIOMODE_RW)
6763 *iomode = NFSLAYOUTIOMODE_READ;
6765 if (*iomode != NFSLAYOUTIOMODE_RW)
6766 *iomode = NFSLAYOUTIOMODE_READ;
6774 if (*iomode == NFSLAYOUTIOMODE_RW && nfsrv_dontlayout(&fh) != 0)
6819 if (*iomode
6734 nfsrv_layoutget(struct nfsrv_descript *nd, vnode_t vp, struct nfsexstuff *exp, int layouttype, int *iomode, uint64_t *offset, uint64_t *len, uint64_t minlen, nfsv4stateid_t *stateidp, int maxcnt, int *retonclose, int *layoutlenp, char *layp, struct ucred *cred, NFSPROC_T *p) argument
6877 nfsrv_filelayout(struct nfsrv_descript *nd, int iomode, fhandle_t *fhp, fhandle_t *dsfhp, char *devid, fsid_t fs) argument
6924 nfsrv_flexlayout(struct nfsrv_descript *nd, int iomode, int mirrorcnt, fhandle_t *fhp, fhandle_t *dsfhp, char *devid, fsid_t fs) argument
7204 nfsrv_layoutreturn(struct nfsrv_descript *nd, vnode_t vp, int layouttype, int iomode, uint64_t offset, uint64_t len, int reclaim, int kind, nfsv4stateid_t *stateidp, int maxcnt, uint32_t *layp, int *fndp, struct ucred *cred, NFSPROC_T *p) argument
7551 nfsrv_freelayouts(nfsquad_t *clid, fsid_t *fs, int laytype, int iomode) argument
[all...]
H A Dnfs_nfsdserv.c4581 int error = 0, layoutlen, layouttype, iomode, maxcnt, retonclose; local
4594 iomode = fxdr_unsigned(int, *tl++);
4603 layouttype, iomode, (uintmax_t)offset, (uintmax_t)len,
4637 &iomode, &offset, &len, minlen, &stateid, maxcnt,
4656 *tl++ = txdr_unsigned(iomode);
4765 int error = 0, fnd, kind, layouttype, iomode, maxcnt, reclaim; local
4777 iomode = fxdr_unsigned(int, *tl++);
4780 layouttype, iomode, kind);
4820 nd->nd_repstat = nfsrv_layoutreturn(nd, vp, layouttype, iomode,
/freebsd-13-stable/contrib/bearssl/inc/
H A Dbearssl_ssl.h874 unsigned char iomode; member in struct:__anon238
/freebsd-13-stable/contrib/bearssl/src/
H A Dinner.h2175 return cc->iomode == BR_IO_FAILED;

Completed in 188 milliseconds