Searched refs:so1 (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/sockfs/ |
H A D | socksyscalls.c | 357 struct sonode *so1, *so2; in so_socketpair() local 374 if ((so1 = getsonode(svs[0], &error, NULL)) == NULL) in so_socketpair() 382 if (so1->so_family != AF_UNIX || so2->so_family != AF_UNIX) { in so_socketpair() 387 sti1 = SOTOTPI(so1); in so_socketpair() 394 ASSERT(so1->so_ops == &sotpi_sonodeops); in so_socketpair() 397 if (so1->so_type == SOCK_DGRAM) { in so_socketpair() 402 error = socket_bind(so1, NULL, 0, _SOBIND_UNSPEC, CRED()); in so_socketpair() 404 eprintsoline(so1, error); in so_socketpair() 416 error = socket_connect(so1, in so_socketpair() 422 eprintsoline(so1, error); in so_socketpair() [all …]
|
/illumos-gate/usr/src/uts/sun4v/ml/ |
H A D | trap_table.S | 1315 SPILL_32bit_tt1(ASI_AIUS,so1); /* 0A4 spill 1 other */ 1316 SPILL_64bit_tt1(ASI_AIUS,so1); /* 0A8 spill 2 other */ 1317 SPILL_32bit_tt1(ASI_AIUS,so1); /* 0AC spill 3 other */ 1318 SPILL_64bit_tt1(ASI_AIUS,so1); /* 0B0 spill 4 other */
|
/illumos-gate/usr/src/uts/sun4u/ml/ |
H A D | trap_table.S | 1541 SPILL_32bit_tt1(ASI_AIUS,so1); /* 0A4 spill 1 other */ 1542 SPILL_64bit_tt1(ASI_AIUS,so1); /* 0A8 spill 2 other */ 1543 SPILL_32bit_tt1(ASI_AIUS,so1); /* 0AC spill 3 other */ 1544 SPILL_64bit_tt1(ASI_AIUS,so1); /* 0B0 spill 4 other */
|