Searched defs:unsupported (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/hal/tools/sunos/
H A Dhal-system-power-hibernate-sunos.sh8 unsupported() { function
18 unsupported
H A Dhal-system-power-reboot-sunos.sh8 unsupported() { function
18 unsupported
H A Dhal-system-power-shutdown-sunos.sh8 unsupported() { function
18 unsupported
H A Dhal-system-power-suspend-sunos.sh14 unsupported() { function
29 unsupported
/illumos-gate/usr/src/lib/print/libipp-listener/common/
H A Dcancel-job.c80 } else if (message != NULL) { /* add unsupported attribute group */
81 papi_attribute_t **unsupported = NULL; local
83 papiAttributeListAddValue(&unsupported, PAPI_ATTR_EXCL,
86 PAPI_ATTR_REPLACE, "unsupported-attributes-group",
87 unsupported);
88 papiAttributeListFree(unsupported);
92 "unsupported attribute in request");
H A Dhold-job.c80 } else if (message != NULL) { /* add unsupported attribute group */
81 papi_attribute_t **unsupported = NULL; local
83 papiAttributeListAddValue(&unsupported, PAPI_ATTR_EXCL,
86 PAPI_ATTR_REPLACE, "unsupported-attributes-group",
87 unsupported);
88 papiAttributeListFree(unsupported);
92 "unsupported attribute in request");
H A Drelease-job.c79 } else if (message != NULL) { /* add unsupported attribute group */
80 papi_attribute_t **unsupported = NULL; local
82 papiAttributeListAddValue(&unsupported, PAPI_ATTR_EXCL,
85 PAPI_ATTR_REPLACE, "unsupported-attributes-group",
86 unsupported);
87 papiAttributeListFree(unsupported);
91 "unsupported attribute in request");
H A Drestart-job.c84 /* add unsupported attribute group */
85 papi_attribute_t **unsupported = NULL; local
88 (void) papiAttributeListAddValue(&unsupported,
92 (void) papiAttributeListAddValue(&unsupported,
96 PAPI_ATTR_REPLACE, "unsupported-attributes-group",
97 unsupported);
98 papiAttributeListFree(unsupported);
102 "unsupported attribute in request");

Completed in 65 milliseconds