/illumos-gate/usr/src/head/ |
H A D | xti.h | 198 #pragma redefine_extname t_snd _xti_snd 200 #pragma redefine_extname t_snd _xti_xns5_snd 243 #define t_snd _xti_snd macro 245 #define t_snd _xti_xns5_snd macro 493 extern int t_snd(int, char *, unsigned int, int); 507 extern int t_snd(int, void *, unsigned int, int);
|
/illumos-gate/usr/src/cmd/bnu/ |
H A D | interface.c | 42 int t_getinfo(), t_getstate(), t_look(), t_rcv(), t_snd(), t_sync(), t_unbind(); 304 return (t_snd(fd, buf, nbytes, 0)); 310 if ((ret = t_snd(fd, &buf[i], info.tsdu, 0)) != info.tsdu) 316 if ((ret = t_snd(fd, &buf[i], nbytes, 0)) != nbytes)
|
/illumos-gate/usr/src/lib/libnsl/dial/ |
H A D | interface.c | 189 return ((ssize_t)t_snd(fd, buf, nbytes, 0)); in twrite() 194 if ((ret = t_snd(fd, &buf[i], info.tsdu, 0)) != info.tsdu) in twrite() 200 if ((ret = t_snd(fd, &buf[i], nbytes, 0)) != nbytes) in twrite()
|
/illumos-gate/usr/src/lib/libnls/common/ |
H A D | nlsrequest.c | 92 if (t_snd(fd, buf, len, 0) < len) { in nlsrequest()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | tiuser.h | 219 extern int t_snd(int fildes, char *buf, unsigned nbytes, int flags);
|
/illumos-gate/usr/src/lib/libnsl/nsl/ |
H A D | tli_wrappers.c | 170 t_snd(int fd, char *buf, unsigned int nbytes, int flags) in t_snd() function
|
/illumos-gate/usr/src/lib/libnsl/rpc/ |
H A D | clnt_vc.c | 1326 if ((len = t_snd(ct->ct_fd, buf, (unsigned)len, 0)) == -1) { in write_vc() 1339 if ((i = t_snd(ct->ct_fd, buf, (unsigned)MIN(cnt, maxsz), in write_vc() 1599 result = t_snd(ct->ct_fd, ct->ct_bufferReadPtr, in do_flush() 1617 result = t_snd(ct->ct_fd, ct->ct_bufferReadPtr, in do_flush() 1674 result = t_snd(ct->ct_fd, buff, nBytes, 0); in nb_send()
|
H A D | svc_vc.c | 1542 if ((len = t_snd(xprt->xp_fd, buf, (unsigned)len, in write_vc() 1580 if ((i = t_snd(xprt->xp_fd, buf, in write_vc()
|
/illumos-gate/usr/src/lib/smbclnt/libfknsmb/common/ |
H A D | fake_ktli.c | 330 rc = t_snd(fd, (void *) m->b_rptr, n, flg); in tli_send()
|
/illumos-gate/usr/src/lib/libnsl/ |
H A D | Makefile.com | 58 t_rcvuderr.o t_snd.o t_snddis.o t_sndrel.o t_sndudata.o \
|
/illumos-gate/usr/src/cmd/listen/ |
H A D | nlps_serv.c | 600 t_snd(0, scratch, strlen(scratch)+1, 0); in nls_reply()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/ |
H A D | ping.c | 2073 struct timeval t_snd; in pinger() local 2124 (void) gettimeofday(&t_snd, (struct timezone *)NULL); in pinger() 2129 *tp = t_snd; in pinger()
|
/illumos-gate/usr/src/lib/libnsl/common/ |
H A D | mapfile-vers | 445 t_snd;
|
/illumos-gate/usr/src/man/man3nsl/ |
H A D | Makefile | 83 t_snd.3nsl \
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-library.man3nsl.inc | 254 file path=usr/share/man/man3nsl/t_snd.3nsl
|