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

/opensolaris-onvv-gate/usr/src/uts/common/fs/sockfs/
H A Dsocksyscalls.c150 getsonode(int sock, int *errorp, file_t **fpp) function
347 if ((so1 = getsonode(svs[0], &error, NULL)) == NULL)
350 if ((so2 = getsonode(svs[1], &error, NULL)) == NULL) {
519 if ((so = getsonode(sock, &error, NULL)) == NULL)
570 if ((so = getsonode(sock, &error, NULL)) == NULL)
599 if ((so = getsonode(sock, &error, &fp)) == NULL)
717 if ((so = getsonode(sock, &error, &fp)) == NULL)
751 if ((so = getsonode(sock, &error, NULL)) == NULL)
783 if ((so = getsonode(sock, &error, &fp)) == NULL)
1083 if ((so = getsonode(soc
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/c2/
H A Daudit_event.c3575 if ((so = getsonode(fd, &err, NULL)) == NULL) {
3658 if ((so = getsonode(fd, &err, NULL)) == NULL) {
3726 if ((so = getsonode(fd, &err, NULL)) == NULL) {
3814 if ((so = getsonode(fd, &err, &fp)) == NULL) {
3917 if ((so = getsonode(fd, &err, &fp)) == NULL) {
4103 if ((so = getsonode(fd, &err, &fp)) == NULL) {
4304 if ((so = getsonode(fd, &err, &fp)) == NULL) {
4501 if ((so = getsonode(fd, &err, &fp)) == NULL) {
4691 if ((so = getsonode(fd, &err, &fp)) == NULL) {
5575 if ((so = getsonode(f
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dsocketvar.h920 extern struct sonode *getsonode(int, int *, file_t **);

Completed in 108 milliseconds