Searched refs:so1 (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/sockfs/ |
H A D | socksyscalls.c | 354 struct sonode *so1, *so2; local 371 if ((so1 = getsonode(svs[0], &error, NULL)) == NULL) 379 if (so1->so_family != AF_UNIX || so2->so_family != AF_UNIX) { 384 sti1 = SOTOTPI(so1); 391 ASSERT(so1->so_ops == &sotpi_sonodeops); 394 if (so1->so_type == SOCK_DGRAM) { 399 error = socket_bind(so1, NULL, 0, _SOBIND_UNSPEC, CRED()); 401 eprintsoline(so1, error); 413 error = socket_connect(so1, 419 eprintsoline(so1, erro [all...] |
/illumos-gate/usr/src/uts/sun4v/ml/ |
H A D | trap_table.s | 1336 SPILL_32bit_tt1(ASI_AIUS,so1); /* 0A4 spill 1 other */ 1337 SPILL_64bit_tt1(ASI_AIUS,so1); /* 0A8 spill 2 other */ 1338 SPILL_32bit_tt1(ASI_AIUS,so1); /* 0AC spill 3 other */ 1339 SPILL_64bit_tt1(ASI_AIUS,so1); /* 0B0 spill 4 other */
|
/illumos-gate/usr/src/uts/sun4u/ml/ |
H A D | trap_table.s | 1561 SPILL_32bit_tt1(ASI_AIUS,so1); /* 0A4 spill 1 other */ 1562 SPILL_64bit_tt1(ASI_AIUS,so1); /* 0A8 spill 2 other */ 1563 SPILL_32bit_tt1(ASI_AIUS,so1); /* 0AC spill 3 other */ 1564 SPILL_64bit_tt1(ASI_AIUS,so1); /* 0B0 spill 4 other */
|
Completed in 104 milliseconds