Home
last modified time | relevance | path

Searched refs:getsonode (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocksyscalls.c165 getsonode(int sock, int *errorp, file_t **fpp) in getsonode() function
558 if ((so = getsonode(sock, &error, NULL)) == NULL) in bind()
609 if ((so = getsonode(sock, &error, NULL)) == NULL) in listen()
651 if ((so = getsonode(sock, &error, &fp)) == NULL) in accept()
778 if ((so = getsonode(sock, &error, &fp)) == NULL) in connect()
812 if ((so = getsonode(sock, &error, NULL)) == NULL) in shutdown()
839 if ((so = getsonode(sock, &error, &fp)) == NULL) in recvit()
1206 if ((so = getsonode(sock, &error, &fp)) == NULL) in sendit()
1518 if ((so = getsonode(sock, &error, NULL)) == NULL) in getpeername()
1554 if ((so = getsonode(sock, &error, NULL)) == NULL) in getsockname()
[all …]
/illumos-gate/usr/src/uts/common/c2/
H A Daudit_event.c3682 if ((so = getsonode(fd, &err, NULL)) == NULL) { in auf_accept()
3765 if ((so = getsonode(fd, &err, NULL)) == NULL) { in auf_bind()
3833 if ((so = getsonode(fd, &err, NULL)) == NULL) { in auf_connect()
3921 if ((so = getsonode(fd, &err, &fp)) == NULL) { in aus_shutdown()
4024 if ((so = getsonode(fd, &err, &fp)) == NULL) { in auf_setsockopt()
4209 if ((so = getsonode(fd, &err, &fp)) == NULL) { in auf_recvmsg()
4410 if ((so = getsonode(fd, &err, &fp)) == NULL) { in auf_recvfrom()
4607 if ((so = getsonode(fd, &err, &fp)) == NULL) { in auf_sendmsg()
4797 if ((so = getsonode(fd, &err, &fp)) == NULL) { in auf_sendto()
5672 if ((so = getsonode(fd, &err, &fp)) == NULL) { in auf_recv()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dsocketvar.h933 extern struct sonode *getsonode(int, int *, file_t **);