/titanic_50/usr/src/uts/common/inet/ip/ |
H A D | ipsecesp.c | 1366 int rc, diagnostic; in esp_getspi() local 1381 newbie = sadb_getspi(ksi, newspi, &diagnostic, in esp_getspi() 1385 sadb_pfkey_error(espstack->esp_pfkey_q, mp, ENOMEM, diagnostic, in esp_getspi() 1389 sadb_pfkey_error(espstack->esp_pfkey_q, mp, EINVAL, diagnostic, in esp_getspi() 3302 int *diagnostic, ipsecesp_stack_t *espstack) in esp_add_sa_finish() argument 3322 &sq, diagnostic); in esp_add_sa_finish() 3386 *diagnostic = SADB_X_DIAGNOSTIC_BAD_DST; in esp_add_sa_finish() 3444 *diagnostic = SADB_X_DIAGNOSTIC_SA_NOTFOUND; in esp_add_sa_finish() 3463 diagnostic, espstack->ipsecesp_netstack, &espstack->esp_sadb); in esp_add_sa_finish() 3560 esp_add_sa(mblk_t *mp, keysock_in_t *ksi, int *diagnostic, netstack_t *ns) argument [all …]
|
H A D | sadb.c | 1573 sadb_pfkey_error(queue_t *pfkey_q, mblk_t *mp, int error, int diagnostic, in sadb_pfkey_error() argument 1607 if (diagnostic != SADB_X_DIAGNOSTIC_PRESET) in sadb_pfkey_error() 1608 samsg->sadb_x_msg_diagnostic = (uint16_t)diagnostic; in sadb_pfkey_error() 1772 int diagnostic, type; in sadb_addrcheck() local 1808 diagnostic = SADB_X_DIAGNOSTIC_BAD_SRC_AF; in sadb_addrcheck() 1811 diagnostic = SADB_X_DIAGNOSTIC_BAD_DST_AF; in sadb_addrcheck() 1814 diagnostic = SADB_X_DIAGNOSTIC_BAD_PROXY_AF; in sadb_addrcheck() 1817 diagnostic = SADB_X_DIAGNOSTIC_BAD_INNER_DST_AF; in sadb_addrcheck() 1820 diagnostic = SADB_X_DIAGNOSTIC_BAD_NATT_LOC_AF; in sadb_addrcheck() 1823 diagnostic = SADB_X_DIAGNOSTIC_BAD_NATT_REM_AF; in sadb_addrcheck() [all …]
|
H A D | ipsecah.c | 771 int *diagnostic, ipsecah_stack_t *ahstack) in ah_add_sa_finish() argument 794 &sq, diagnostic); in ah_add_sa_finish() 860 *diagnostic = SADB_X_DIAGNOSTIC_BAD_DST; in ah_add_sa_finish() 920 *diagnostic = SADB_X_DIAGNOSTIC_SA_NOTFOUND; in ah_add_sa_finish() 939 diagnostic, ns, &ahstack->ah_sadb); in ah_add_sa_finish() 1032 ah_add_sa(mblk_t *mp, keysock_in_t *ksi, int *diagnostic, netstack_t *ns) in ah_add_sa() argument 1058 *diagnostic = SADB_X_DIAGNOSTIC_MISSING_SRC; in ah_add_sa() 1062 *diagnostic = SADB_X_DIAGNOSTIC_MISSING_DST; in ah_add_sa() 1066 *diagnostic = SADB_X_DIAGNOSTIC_MISSING_INNER_SRC; in ah_add_sa() 1070 *diagnostic = SADB_X_DIAGNOSTIC_MISSING_INNER_DST; in ah_add_sa() [all …]
|
H A D | spdsock.c | 532 spdsock_error(queue_t *q, mblk_t *mp, int error, int diagnostic) in spdsock_error() argument 549 spmsg->spd_msg_diagnostic = (uint16_t)diagnostic; in spdsock_error() 555 spdsock_diag(queue_t *q, mblk_t *mp, int diagnostic) in spdsock_diag() argument 557 spdsock_error(q, mp, EINVAL, diagnostic); in spdsock_diag()
|
H A D | keysock.c | 999 keysock_error(keysock_t *ks, mblk_t *mp, int error, int diagnostic) in keysock_error() argument 1017 samsg->sadb_x_msg_diagnostic = (uint16_t)diagnostic; in keysock_error()
|
/titanic_50/usr/src/uts/intel/sys/acpi/platform/ |
H A D | acmacosx.h | 55 #pragma clang diagnostic ignored "-Wformat-nonliteral"
|
/titanic_50/usr/src/pkg/manifests/ |
H A D | SUNWcpcu.mf | 29 depend fmri=pkg:/diagnostic/cpu-counters@0.5.11,5.11-0.133 type=require
|
H A D | SUNWlatencytop.mf | 29 depend fmri=pkg:/diagnostic/latencytop@0.5.11,5.11-0.133 type=require
|
H A D | SUNWpowertop.mf | 29 depend fmri=pkg:/diagnostic/powertop@0.5.11,5.11-0.133 type=require
|
H A D | diagnostic-latencytop.mf | 26 set name=pkg.fmri value=pkg:/diagnostic/latencytop@$(PKGVERS)
|
H A D | diagnostic-powertop.mf | 26 set name=pkg.fmri value=pkg:/diagnostic/powertop@$(PKGVERS)
|
H A D | diagnostic-cpu-counters.mf | 27 set name=pkg.fmri value=pkg:/diagnostic/cpu-counters@$(PKGVERS)
|
/titanic_50/usr/src/cmd/sgs/ld/common/ |
H A D | ld.msg | 42 # Generic error diagnostic labels
|
/titanic_50/usr/src/lib/libipsecutil/common/ |
H A D | ipsec_util.c | 1268 spdsock_diag(int diagnostic) in spdsock_diag() argument 1270 switch (diagnostic) { in spdsock_diag() 1378 keysock_diag(int diagnostic) in keysock_diag() argument 1380 switch (diagnostic) { in keysock_diag() 1633 print_diagnostic(FILE *file, uint16_t diagnostic) in print_diagnostic() argument 1638 diagnostic, keysock_diag(diagnostic)); in print_diagnostic()
|
/titanic_50/usr/src/psm/stand/bootblks/common/ |
H A D | util.fth | 73 : diag-cr? ( -- ) diagnostic-mode? if cr then ;
|
H A D | boot.fth | 360 diagnostic-mode? if
|
/titanic_50/usr/src/cmd/sgs/rtld/common/ |
H A D | rtld.msg | 116 # Link Audit diagnostic message formats 254 # Error diagnostic standard prefixes.
|
/titanic_50/usr/src/lib/libcmd/common/ |
H A D | RELEASE | 44 09-01-05 cmp.c: fix EOF diagnostic to conform to posix 118 06-09-08 date.c: add output write error diagnostic
|
/titanic_50/usr/src/lib/libpp/common/ |
H A D | HISTORY | 34 04/11/89 tone down unknown directive diagnostic in conditional
|
/titanic_50/usr/src/cmd/sgs/liblddbg/common/ |
H A D | liblddbg.msg | 82 # In addition to the "output" token described below, diagnostic 118 below, diagnostic" 237 # the elapsed time since that last diagnostic. 268 diagnostic."
|
/titanic_50/usr/src/lib/libdhcputil/ |
H A D | README.inittab | 288 inittab API will print useful diagnostic messages handy in tracking
|
/titanic_50/usr/src/cmd/sgs/libld/common/ |
H A D | libld.msg | 83 @ MSG_ARG_DETAIL_CD "\t[-D token,...]\tprint diagnostic messages\n" 1267 # Generic error diagnostic labels
|
/titanic_50/usr/src/cmd/sgs/elfedit/modules/common/ |
H A D | ehdr.msg | 438 a string table section. Otherwise, diagnostic tools will be\n\
|
/titanic_50/usr/src/cmd/fm/dicts/ |
H A D | SUN4U.po | 3626 …edure to replace the affected component(s). The System Controller (SC) diagnostic messages have th… 3642 …edure to replace the affected component(s). The System Controller (SC) diagnostic messages have th… 3658 …edure to replace the affected component(s). The System Controller (SC) diagnostic messages have th… 3674 …edure to replace the affected component(s). The System Controller (SC) diagnostic messages have th… 3690 …edure to replace the affected component(s). The System Controller (SC) diagnostic messages have th…
|
/titanic_50/usr/src/lib/libshell/common/ |
H A D | RELEASE | 331 08-10-08 Output errors, other than to stderr, now result in a diagnostic. 1033 caused a fatal print/echo error diagnostic has been fixed.
|