Lines Matching defs:so

1534 		mutex_enter(&p->p_lock); /* so process doesn't go away */
2142 mutex_enter(&p->p_lock); /* so process doesn't go away */
2842 /* Remaining args don't apply for FLUSH, so skip */
2876 /* Remaining args don't apply for FLUSH, so skip */
2918 /* Remaining args don't apply for FLUSH, so skip */
3536 struct sonode *so;
3572 au_uwrite(au_to_arg32(1, "so", (uint32_t)fd));
3576 if ((so = getsonode(fd, &err, NULL)) == NULL) {
3579 * so no extra tokens. Should probably turn off audit record
3585 so_family = so->so_family;
3586 so_type = so->so_type;
3594 if (so->so_type == SOCK_STREAM) {
3601 (void) socket_getsockname(so,
3604 (void) socket_getpeername(so,
3618 au_uwrite(au_to_arg32(1, "so", (uint32_t)fd));
3640 struct sonode *so;
3654 au_uwrite(au_to_arg32(1, "so", (uint32_t)fd));
3659 if ((so = getsonode(fd, &err, NULL)) == NULL) {
3662 * so no extra tokens. Should probably turn off audit record
3668 so_family = so->so_family;
3669 so_type = so->so_type;
3678 (void) socket_getpeername(so,
3694 au_uwrite(au_to_arg32(1, "so", (uint32_t)fd));
3716 struct sonode *so;
3727 if ((so = getsonode(fd, &err, NULL)) == NULL) {
3730 * so no extra tokens. Should probably turn off audit record
3736 so_family = so->so_family;
3737 so_type = so->so_type;
3747 (void) socket_getsockname(so, (struct sockaddr *)so_laddr,
3763 (void) socket_getpeername(so,
3782 au_uwrite(au_to_arg32(1, "so", (uint32_t)fd));
3803 struct sonode *so;
3815 if ((so = getsonode(fd, &err, &fp)) == NULL) {
3818 * so no extra tokens. Should probably turn off audit record
3824 so_family = so->so_family;
3825 so_type = so->so_type;
3835 (void) socket_getsockname(so,
3838 (void) socket_getpeername(so,
3871 au_uwrite(au_to_arg32(1, "so", (uint32_t)fd));
3898 struct sonode *so;
3912 au_uwrite(au_to_arg32(1, "so", (uint32_t)fd));
3918 if ((so = getsonode(fd, &err, &fp)) == NULL) {
3921 * so no extra tokens. Should probably turn off audit record
3927 so_family = so->so_family;
3928 so_type = so->so_type;
3938 (void) socket_getsockname(so, (struct sockaddr *)so_laddr,
3941 (void) socket_getpeername(so, (struct sockaddr *)so_faddr,
3974 au_uwrite(au_to_arg32(1, "so", (uint32_t)fd));
4080 struct sonode *so;
4099 au_uwrite(au_to_arg32(1, "so", (uint32_t)fd));
4104 if ((so = getsonode(fd, &err, &fp)) == NULL) {
4107 * so no extra tokens. Should probably turn off audit record
4113 so_family = so->so_family;
4114 so_type = so->so_type;
4130 if ((so->so_type == SOCK_DGRAM) ||
4131 (so->so_type == SOCK_RAW)) {
4139 (void) socket_getsockname(so,
4164 } else if (so->so_type == SOCK_STREAM) {
4182 * mark things so we know what happened and don't
4192 (void) socket_getsockname(so,
4195 (void) socket_getpeername(so,
4227 * mark things so we know what happened and don't
4251 au_uwrite(au_to_arg32(1, "so", (uint32_t)fd));
4284 struct sonode *so;
4300 au_uwrite(au_to_arg32(1, "so", (uint32_t)fd));
4305 if ((so = getsonode(fd, &err, &fp)) == NULL) {
4308 * so no extra tokens. Should probably turn off audit record
4314 so_family = so->so_family;
4315 so_type = so->so_type;
4331 if ((so->so_type == SOCK_DGRAM) ||
4332 (so->so_type == SOCK_RAW)) {
4337 (void) socket_getsockname(so,
4366 } else if (so->so_type == SOCK_STREAM) {
4384 * mark things so we know what happened and don't
4394 (void) socket_getsockname(so,
4397 (void) socket_getpeername(so,
4429 * mark things so we know what happened and don't
4453 au_uwrite(au_to_arg32(1, "so", (uint32_t)fd));
4477 struct sonode *so;
4497 au_uwrite(au_to_arg32(1, "so", (uint32_t)fd));
4502 if ((so = getsonode(fd, &err, &fp)) == NULL) {
4505 * so no extra tokens. Should probably turn off audit record
4511 so_family = so->so_family;
4512 so_type = so->so_type;
4522 if ((so->so_type == SOCK_DGRAM) ||
4523 (so->so_type == SOCK_RAW)) {
4530 (void) socket_getsockname(so,
4555 } else if (so->so_type == SOCK_STREAM) {
4574 * mark things so we know what happened and don't
4584 (void) socket_getsockname(so,
4587 (void) socket_getpeername(so,
4619 * mark things so we know what happened and don't
4642 au_uwrite(au_to_arg32(1, "so", (uint32_t)fd));
4669 struct sonode *so;
4686 au_uwrite(au_to_arg32(1, "so", (uint32_t)fd));
4692 if ((so = getsonode(fd, &err, &fp)) == NULL) {
4695 * so no extra tokens. Should probably turn off audit record
4701 so_family = so->so_family;
4702 so_type = so->so_type;
4718 if ((so->so_type == SOCK_DGRAM) ||
4719 (so->so_type == SOCK_RAW)) {
4726 (void) socket_getsockname(so,
4770 * mark things so we know what happened and don't
4780 (void) socket_getsockname(so,
4783 (void) socket_getpeername(so,
4815 * mark things so we know what happened and don't
4839 au_uwrite(au_to_arg32(1, "so", (uint32_t)fd));
4899 mutex_enter(&p->p_lock); /* so process doesn't go away */
5468 /* mark things so we know what happened and don't repeat things */
5525 /* mark things so we know what happened and don't repeat things */
5548 struct sonode *so;
5576 if ((so = getsonode(fd, &err, &fp)) == NULL) {
5600 /* mark things so we know what happened and don't repeat things */
5603 so_family = so->so_family;
5604 so_type = so->so_type;
5613 if (so->so_state & SS_ISBOUND) {
5620 (void) socket_getsockname(so,
5623 (void) socket_getpeername(so,
5660 au_uwrite(au_to_arg32(1, "so", (uint32_t)fd));
5669 au_uwrite(au_to_arg32(1, "so", (uint32_t)fd));
5682 struct sonode *so;
5712 if ((so = getsonode(fd, &err, &fp)) == NULL) {
5736 /* mark things so we know what happened and don't repeat things */
5739 so_family = so->so_family;
5740 so_type = so->so_type;
5749 if (so->so_state & SS_ISBOUND) {
5756 (void) socket_getsockname(so,
5759 (void) socket_getpeername(so,
5795 au_uwrite(au_to_arg32(1, "so", (uint32_t)fd));
5804 au_uwrite(au_to_arg32(1, "so", (uint32_t)fd));