Home
last modified time | relevance | path

Searched refs:UNSUPPORTED (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/test/test-runner/stf/include/
H A Dstf.shlib47 STF_RESULT_NAME_4="UNSUPPORTED"
56 STF_RESULT_NAMES=( "PASS" "FAIL" "UNRESOLVED" "NOTINUSE" "UNSUPPORTED" \
/illumos-gate/usr/src/test/test-runner/stf/contrib/include/
H A Dctiutils.shlib195 UNSUPPORTED)
314 # cti_unsupported() - register an UNSUPPORTED result.
318 # Registers an UNSUPPORTED result for the current test, and writes any
323 cti_result UNSUPPORTED "$@"
847 cticancel_result=${3:-"UNSUPPORTED"}
882 cticancel_result=${2:-"UNSUPPORTED"}
/illumos-gate/usr/src/uts/common/io/
H A Dasy.c281 #define UNSUPPORTED 0x00, 0x00, 0x00 macro
287 [B0] = { UNSUPPORTED }, /* 0 baud */
311 [B1000000] = { UNSUPPORTED }, /* 1000000 baud */
312 [B1152000] = { UNSUPPORTED }, /* 1152000 baud */
313 [B1500000] = { UNSUPPORTED }, /* 1500000 baud */
314 [B2000000] = { UNSUPPORTED }, /* 2000000 baud */
315 [B2500000] = { UNSUPPORTED }, /* 2500000 baud */
316 [B3000000] = { UNSUPPORTED }, /* 3000000 baud */
317 [B3500000] = { UNSUPPORTED }, /* 3500000 baud */
318 [B4000000] = { UNSUPPORTED }, /* 4000000 baud */
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dparseproto.y646 #if UNSUPPORTED in lookup_keyword()