/illumos-gate/usr/src/lib/print/libipp-listener/common/ |
H A D | restart-job.c | 83 papi_attribute_t **unsupported = NULL; in ipp_restart_job() local 86 (void) papiAttributeListAddValue(&unsupported, in ipp_restart_job() 90 (void) papiAttributeListAddValue(&unsupported, in ipp_restart_job() 95 unsupported); in ipp_restart_job() 96 papiAttributeListFree(unsupported); in ipp_restart_job()
|
H A D | cancel-job.c | 79 papi_attribute_t **unsupported = NULL; in ipp_cancel_job() local 81 papiAttributeListAddValue(&unsupported, PAPI_ATTR_EXCL, in ipp_cancel_job() 85 unsupported); in ipp_cancel_job() 86 papiAttributeListFree(unsupported); in ipp_cancel_job()
|
H A D | hold-job.c | 79 papi_attribute_t **unsupported = NULL; in ipp_hold_job() local 81 papiAttributeListAddValue(&unsupported, PAPI_ATTR_EXCL, in ipp_hold_job() 85 unsupported); in ipp_hold_job() 86 papiAttributeListFree(unsupported); in ipp_hold_job()
|
H A D | release-job.c | 78 papi_attribute_t **unsupported = NULL; in ipp_release_job() local 80 papiAttributeListAddValue(&unsupported, PAPI_ATTR_EXCL, in ipp_release_job() 84 unsupported); in ipp_release_job() 85 papiAttributeListFree(unsupported); in ipp_release_job()
|
/illumos-gate/usr/src/lib/libm/i386/src/ |
H A D | finitel.S | 46 jnz .unsupported / jump if arg has unsupported format 50 .unsupported: label 51 movl $0,%eax / unsupported format does not represent
|
H A D | ieee_funcl.S | 44 xorl $0x80000000,%ecx / handle unsupported implicitly
|
H A D | ilogbl.S | 45 jz .ilogbl_not_finite / jump if unsupported format
|
/illumos-gate/usr/src/cmd/sgs/rtld/common/ |
H A D | rtld.msg | 192 @ MSG_LDD_REJ_HWCAP_1 " - hardware capability (CA_SUNW_HW_1) unsupported: %s" 193 @ MSG_LDD_REJ_SFCAP_1 " - software capability (CA_SUNW_SF_1) unsupported: %s" 194 @ MSG_LDD_REJ_MACHCAP " - machine capability (CA_SUNW_MACH) unsupported: %s" 195 @ MSG_LDD_REJ_PLATCAP " - platform capability (CA_SUNW_PLAT) unsupported: %s" 196 @ MSG_LDD_REJ_HWCAP_2 " - hardware capability (CA_SUNW_HW_2) unsupported: %s" 197 @ MSG_LDD_REJ_HWCAP_3 " - hardware capability (CA_SUNW_HW_3) unsupported: %s" 203 unsupported: %s\n" 205 unsupported: %s\n" 207 unsupported: %s\n" 209 unsupported: %s\n" [all …]
|
H A D | rtld.sparc.msg | 34 unsupported number of bits: %d"
|
/illumos-gate/usr/src/cmd/hal/tools/sunos/ |
H A D | hal-system-power-reboot-sunos.sh | 8 unsupported() { function 18 unsupported
|
H A D | hal-system-power-shutdown-sunos.sh | 8 unsupported() { function 18 unsupported
|
H A D | hal-system-power-hibernate-sunos.sh | 8 unsupported() { function 18 unsupported
|
H A D | hal-system-power-suspend-sunos.sh | 14 unsupported() { function 29 unsupported
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_import/ |
H A D | zpool_import_features_003_pos.ksh | 93 state=$(zpool list -Ho unsupported@$feature $TESTPOOL1) 100 state=$(zpool list -Ho unsupported@$feature $TESTPOOL1)
|
H A D | zpool_import_features_001_pos.ksh | 65 state=$(zpool list -Ho unsupported@$feature $TESTPOOL1)
|
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/ |
H A D | README.db2 | 8 other use is *unsupported* and it may be removed from Solaris at any
|
/illumos-gate/usr/src/cmd/sgs/link_audit/common/ |
H A D | mach.h | 69 #error unsupported architecture!
|
/illumos-gate/usr/src/lib/abi/apptrace/common/ |
H A D | mach.h | 79 #error unsupported architecture!
|
/illumos-gate/usr/src/lib/libm/amd64/src/ |
H A D | ieee_funcl.S | 44 xorl $0x80000000,%ecx / handle unsupported implicitly
|
H A D | ilogbl.S | 45 jz .ilogbl_not_finite / jump if unsupported format
|
/illumos-gate/usr/src/lib/libgrubmgmt/common/ |
H A D | libgrub_errno.def | 70 "unsupported \"root\" command")
|
/illumos-gate/usr/src/lib/fm/libfmd_snmp/mibs/ |
H A D | SUN-FM-MIB.mib | 73 other(1), -- Unknown or unsupported 84 other(1), -- Unknown or unsupported 97 other(1), -- Unknown or unsupported
|
/illumos-gate/usr/src/cmd/sgs/ldd/common/ |
H A D | ldd.msg | 48 @ MSG_USP_UNKNOWN "%s: %s: unsupported or unknown file type\n"
|
/illumos-gate/usr/src/cmd/sgs/libld/common/ |
H A D | libld.sparc.msg | 34 unsupported number of bits: %d"
|
/illumos-gate/usr/src/test/libc-tests/tests/regex/ |
H A D | testregex.c | 326 static const char* unsupported[] = variable 1420 if (elementsof(unsupported) > 1) in main() 1427 for (got = 0; i < elementsof(unsupported) - 1; i++) in main() 1432 printf("NOTE\tunsupported: %s", unsupported[i]); in main() 1435 printf(",%s", unsupported[i]); in main()
|