Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/sockfs/
H A Dsocksyscalls.c173 getsonode(int sock, int *errorp, file_t **fpp) in getsonode() function
371 if ((so1 = getsonode(svs[0], &error, NULL)) == NULL) in so_socketpair()
374 if ((so2 = getsonode(svs[1], &error, NULL)) == NULL) { in so_socketpair()
565 if ((so = getsonode(sock, &error, NULL)) == NULL) in bind()
616 if ((so = getsonode(sock, &error, NULL)) == NULL) in listen()
658 if ((so = getsonode(sock, &error, &fp)) == NULL) in accept()
784 if ((so = getsonode(sock, &error, &fp)) == NULL) in connect()
818 if ((so = getsonode(sock, &error, NULL)) == NULL) in shutdown()
845 if ((so = getsonode(sock, &error, &fp)) == NULL) in recvit()
1145 if ((so = getsonode(sock, &error, &fp)) == NULL) in sendit()
[all …]
/titanic_44/usr/src/uts/common/c2/
H A Daudit_event.c3573 if ((so = getsonode(fd, &err, NULL)) == NULL) { in auf_accept()
3656 if ((so = getsonode(fd, &err, NULL)) == NULL) { in auf_bind()
3724 if ((so = getsonode(fd, &err, NULL)) == NULL) { in auf_connect()
3812 if ((so = getsonode(fd, &err, &fp)) == NULL) { in aus_shutdown()
3915 if ((so = getsonode(fd, &err, &fp)) == NULL) { in auf_setsockopt()
4101 if ((so = getsonode(fd, &err, &fp)) == NULL) { in auf_recvmsg()
4302 if ((so = getsonode(fd, &err, &fp)) == NULL) { in auf_recvfrom()
4499 if ((so = getsonode(fd, &err, &fp)) == NULL) { in auf_sendmsg()
4689 if ((so = getsonode(fd, &err, &fp)) == NULL) { in auf_sendto()
5573 if ((so = getsonode(fd, &err, &fp)) == NULL) {
[all …]
/titanic_44/usr/src/uts/common/sys/
H A Dsocketvar.h924 extern struct sonode *getsonode(int, int *, file_t **);