Home
last modified time | relevance | path

Searched defs:tiov (Results 1 – 8 of 8) sorted by relevance

/titanic_51/usr/src/lib/libnsl/nsl/
H A Dxti_wrappers.c194 _xti_rcvv(int fd, struct t_iovec *tiov, unsigned int tiovcount, int *flags) in _xti_rcvv() argument
200 _xti_rcvvudata(int fd, struct t_unitdata *unitdata, struct t_iovec *tiov, in _xti_rcvvudata() argument
245 _xti_sndv(int fd, const struct t_iovec *tiov, unsigned int tiovcount, int flags) in _xti_sndv() argument
251 _xti_sndvudata(int fd, struct t_unitdata *unitdata, struct t_iovec *tiov, in _xti_sndvudata() argument
H A Dt_sndvudata.c50 _tx_sndvudata(int fd, const struct t_unitdata *unitdata, struct t_iovec *tiov, in _tx_sndvudata() argument
H A Dt_rcvvudata.c54 struct t_iovec *tiov, in _tx_rcvvudata() argument
H A Dt_rcvv.c50 _tx_rcvv(int fd, struct t_iovec *tiov, unsigned int tiovcount, int *flags, in _tx_rcvv() argument
H A Dt_sndv.c48 _tx_sndv(int fd, const struct t_iovec *tiov, unsigned int tiovcount, in _tx_sndv() argument
H A D_utility.c1491 _t_bytecount_upto_intmax(const struct t_iovec *tiov, unsigned int tiovcount) in _t_bytecount_upto_intmax() argument
1519 _t_gather(char *dataptr, const struct t_iovec *tiov, unsigned int tiovcount) in _t_gather() argument
1546 _t_scatter(struct strbuf *pdatabuf, struct t_iovec *tiov, int tiovcount) in _t_scatter() argument
1607 _t_copy_tiov_to_iov(const struct t_iovec * tiov,int tiovcount,struct iovec * iov,int * iovcountp) _t_copy_tiov_to_iov() argument
[all...]
/titanic_51/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd_scsi.c725 struct iovec *iov, *tiov, iov1[8]; in sbd_copy_rdwr() local
/titanic_51/usr/src/uts/common/fs/ufs/
H A Dufs_vnops.c2522 iovec_t tiov; /* temp iovec struct */ in ufs_readlink() local