Searched refs:getsonode (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/sockfs/ |
H A D | socksyscalls.c | 176 getsonode(int sock, int *errorp, file_t **fpp) in getsonode() function 374 if ((so1 = getsonode(svs[0], &error, NULL)) == NULL) in so_socketpair() 377 if ((so2 = getsonode(svs[1], &error, NULL)) == NULL) { in so_socketpair() 569 if ((so = getsonode(sock, &error, NULL)) == NULL) in bind() 620 if ((so = getsonode(sock, &error, NULL)) == NULL) in listen() 662 if ((so = getsonode(sock, &error, &fp)) == NULL) in accept() 793 if ((so = getsonode(sock, &error, &fp)) == NULL) in connect() 827 if ((so = getsonode(sock, &error, NULL)) == NULL) in shutdown() 854 if ((so = getsonode(sock, &error, &fp)) == NULL) in recvit() 1224 if ((so = getsonode(sock, &error, &fp)) == NULL) in sendit() [all …]
|
/illumos-gate/usr/src/uts/common/c2/ |
H A D | audit_event.c | 3682 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 D | socketvar.h | 938 extern struct sonode *getsonode(int, int *, file_t **);
|