Searched refs:t_iovec (Results 1 – 9 of 9) sorted by relevance
/titanic_50/usr/src/lib/libnsl/nsl/ |
H A D | tx.h | 343 unsigned int _t_bytecount_upto_intmax(const struct t_iovec *, unsigned int); 344 void _t_scatter(struct strbuf *, struct t_iovec *, int); 345 void _t_gather(char *, const struct t_iovec *, unsigned int); 346 void _t_copy_tiov_to_iov(const struct t_iovec *, int, struct iovec *, int *); 354 extern int _tx_rcvv(int, struct t_iovec *, unsigned int, int *, int); 356 extern int _tx_rcvvudata(int, struct t_unitdata *, struct t_iovec *, 358 extern int _tx_sndv(int, const struct t_iovec *, unsigned int, int, int); 360 extern int _tx_sndvudata(int, const struct t_unitdata *, struct t_iovec *,
|
H A D | xti_wrappers.c | 194 _xti_rcvv(int fd, struct t_iovec *tiov, unsigned int tiovcount, int *flags) in _xti_rcvv() 200 _xti_rcvvudata(int fd, struct t_unitdata *unitdata, struct t_iovec *tiov, in _xti_rcvvudata() 245 _xti_sndv(int fd, const struct t_iovec *tiov, unsigned int tiovcount, int flags) in _xti_sndv() 251 _xti_sndvudata(int fd, struct t_unitdata *unitdata, struct t_iovec *tiov, in _xti_sndvudata()
|
H A D | t_sndvudata.c | 50 _tx_sndvudata(int fd, const struct t_unitdata *unitdata, struct t_iovec *tiov, in _tx_sndvudata()
|
H A D | t_sndv.c | 48 _tx_sndv(int fd, const struct t_iovec *tiov, unsigned int tiovcount, in _tx_sndv()
|
H A D | t_rcvvudata.c | 54 struct t_iovec *tiov, in _tx_rcvvudata()
|
H A D | _utility.c | 1491 _t_bytecount_upto_intmax(const struct t_iovec *tiov, unsigned int tiovcount) in _t_bytecount_upto_intmax() 1519 _t_gather(char *dataptr, const struct t_iovec *tiov, unsigned int tiovcount) in _t_gather() 1546 _t_scatter(struct strbuf *pdatabuf, struct t_iovec *tiov, int tiovcount) in _t_scatter() 1607 _t_copy_tiov_to_iov(const struct t_iovec *tiov, int tiovcount, in _t_copy_tiov_to_iov()
|
H A D | t_rcvv.c | 50 _tx_rcvv(int fd, struct t_iovec *tiov, unsigned int tiovcount, int *flags, in _tx_rcvv()
|
/titanic_50/usr/src/head/ |
H A D | xti.h | 146 struct t_iovec { struct 524 extern int t_rcvv(int, struct t_iovec *, unsigned int, int *); 525 extern int t_rcvvudata(int, struct t_unitdata *, struct t_iovec *, 529 extern int t_sndv(int, const struct t_iovec *, unsigned int, int); 530 extern int t_sndvudata(int, struct t_unitdata *, struct t_iovec *,
|
/titanic_50/usr/src/lib/libnsl/common/ |
H A D | llib-lnsl | 319 * struct t_iovec is defined in <xti.h>. But <xti.h> cannot be included 325 struct t_iovec { 331 int t_sndv(int, const struct t_iovec *, unsigned int, int); 334 int t_sndvudata(int, struct t_unitdata *, struct t_iovec *, unsigned int); 340 int t_rcvv(int, struct t_iovec *, unsigned int, int *); 343 int t_rcvvudata(int, struct t_unitdata *, struct t_iovec *, 375 int _xti_rcvv(int, struct t_iovec *, unsigned int, int *); 376 int _xti_rcvvudata(int, struct t_unitdata *, struct t_iovec *, 384 int _xti_sndv(int, const struct t_iovec *, unsigned int, int); 385 int _xti_sndvudata(int, struct t_unitdata *, struct t_iovec *, unsigned int);
|