Searched refs:operational (Results 1 - 25 of 29) sorted by relevance

12

/illumos-gate/usr/src/lib/print/libipp-listener/common/
H A Dget-jobs.c43 papi_attribute_t **operational = NULL; local
52 /* Get operational attributes from the request */
54 "operational-attributes-group", &operational);
57 * The operational-attributes-group must contain:
60 get_printer_id(operational, &queue, NULL);
68 * The operational-attributes-group may contain:
74 (void) papiAttributeListGetString(operational, NULL,
76 (void) papiAttributeListGetBoolean(operational, NULL,
78 (void) papiAttributeListGetInteger(operational, NUL
[all...]
H A Dcups-accept-jobs.c42 papi_attribute_t **operational = NULL; local
46 /* Get operational attributes from the request */
48 "operational-attributes-group", &operational);
51 * The operational-attributes-group must contain:
54 get_printer_id(operational, &queue, NULL);
H A Dcups-reject-jobs.c42 papi_attribute_t **operational = NULL; local
46 /* Get operational attributes from the request */
48 "operational-attributes-group", &operational);
51 * The operational-attributes-group must contain:
54 get_printer_id(operational, &queue, NULL);
H A Denable-printer.c42 papi_attribute_t **operational = NULL; local
46 /* Get operational attributes from the request */
48 "operational-attributes-group", &operational);
51 * The operational-attributes-group must contain:
54 get_printer_id(operational, &queue, NULL);
H A Dpause-printer.c42 papi_attribute_t **operational = NULL; local
46 /* Get operational attributes from the request */
48 "operational-attributes-group", &operational);
51 * The operational-attributes-group must contain:
54 get_printer_id(operational, &queue, NULL);
H A Dresume-printer.c42 papi_attribute_t **operational = NULL; local
46 /* Get operational attributes from the request */
48 "operational-attributes-group", &operational);
51 * The operational-attributes-group must contain:
54 get_printer_id(operational, &queue, NULL);
H A Ddisable-printer.c42 papi_attribute_t **operational = NULL; local
47 /* Get operational attributes from the request */
49 "operational-attributes-group", &operational);
52 * The operational-attributes-group must contain:
56 get_printer_id(operational, &queue, NULL);
64 * The operational-attributes-group may contain:
67 (void) papiAttributeListGetString(operational, NULL,
H A Dcreate-job.c44 papi_attribute_t **operational = NULL; local
50 /* Get operational attributes from the request */
52 "operational-attributes-group", &operational);
55 * The operational-attributes-group must contain:
58 get_printer_id(operational, &queue, NULL);
66 * The operational-attributes-group may contain:
76 * Simply copy the entire contents of the operational-attributes-group
81 split_and_copy_attributes(keys, operational, NULL, &job_attributes);
85 "job-attributes-group", &operational)
[all...]
H A Dvalidate-job.c44 papi_attribute_t **operational = NULL; local
53 /* Get operational attributes from the request */
55 "operational-attributes-group", &operational);
58 * The operational-attributes-group must contain:
61 get_printer_id(operational, &queue, NULL);
69 * The operational-attributes-group may contain:
79 * Simply copy the entire contents of the operational-attributes-group
82 split_and_copy_attributes(keys, operational, NULL, &job_attributes);
86 "job-attributes-group", &operational)
[all...]
H A Dsend-document.c49 papi_attribute_t **operational = NULL; local
60 /* Get operational attributes from the request */
62 "operational-attributes-group", &operational);
65 * the operational-attributes-group must contain:
69 get_printer_id(operational, &queue, &id);
80 status = papiAttributeListGetBoolean(operational, NULL,
89 * the operational-attributes-group may contain:
94 * Simply copy the entire contents of the operational-attributes-group
97 split_and_copy_attributes(keys, operational, NUL
[all...]
H A Dget-printer-attributes.c43 papi_attribute_t **operational = NULL; local
50 /* Get operational attributes from the request */
52 "operational-attributes-group", &operational);
55 * The operational-attributes-group must contain:
58 get_printer_id(operational, &queue, NULL);
66 * The operational-attributes-group may contain:
70 get_string_list(operational, "requested-attributes", &req_attrs);
71 (void) papiAttributeListGetString(operational, NULL,
H A Drestart-job.c42 papi_attribute_t **operational = NULL; local
49 /* Get operational attributes from the request */
51 "operational-attributes-group", &operational);
54 * the operational-attributes-group must contain:
57 get_printer_id(operational, &queue, &id);
69 * the operational-attributes-group may contain:
73 (void) papiAttributeListGetString(operational, NULL,
75 (void) papiAttributeListGetString(operational, NULL,
H A Dcups-get-default.c45 papi_attribute_t **operational = NULL; local
51 /* Get operational attributes from the request */
53 "operational-attributes-group", &operational);
56 * The operational-attributes-group may contain:
59 get_string_list(operational, "requested-attributes", &req_attrs);
H A Dpurge-jobs.c43 papi_attribute_t **operational = NULL; local
47 /* Get operational attributes from the request */
49 "operational-attributes-group", &operational);
52 * The operational-attributes-group must contain:
55 get_printer_id(operational, &queue, NULL);
H A Dset-printer-attributes.c43 papi_attribute_t **operational = NULL; local
48 /* Get operational attributes from the request */
50 "operational-attributes-group", &operational);
53 * The operational-attributes-group must contain:
56 get_printer_id(operational, &queue, NULL);
H A Dcancel-job.c42 papi_attribute_t **operational = NULL; local
48 /* Get operational attributes from the request */
50 "operational-attributes-group", &operational);
53 * the operational-attributes-group must contain:
56 get_printer_id(operational, &queue, &id);
68 * the operational-attributes-group may contain:
71 (void) papiAttributeListGetString(operational, NULL,
H A Dcups-get-classes.c43 papi_attribute_t **operational = NULL; local
49 /* Get operational attributes from the request */
51 "operational-attributes-group", &operational);
54 * The operational-attributes-group may contain:
63 papiAttributeListGetInteger(operational, NULL, "limit", &limit);
65 get_string_list(operational, "requested-attributes", &req_attrs);
H A Dcups-get-printers.c43 papi_attribute_t **operational = NULL; local
49 /* Get operational attributes from the request */
51 "operational-attributes-group", &operational);
54 * The operational-attributes-group may contain:
63 papiAttributeListGetInteger(operational, NULL, "limit", &limit);
65 get_string_list(operational, "requested-attributes", &req_attrs);
H A Dget-job-attributes.c43 papi_attribute_t **operational = NULL; local
50 /* Get operational attributes from the request */
52 "operational-attributes-group", &operational);
55 * the operational-attributes-group must contain:
58 get_printer_id(operational, &queue, &id);
70 * the operational-attributes-group should contain:
73 get_string_list(operational, "requested-attributes", &req_attrs);
H A Dhold-job.c42 papi_attribute_t **operational = NULL; local
48 /* Get operational attributes from the request */
50 "operational-attributes-group", &operational);
53 * the operational-attributes-group must contain:
56 get_printer_id(operational, &queue, &id);
68 * the operational-attributes-group may contain:
72 (void) papiAttributeListGetString(operational, NULL,
H A Drelease-job.c42 papi_attribute_t **operational = NULL; local
48 /* Get operational attributes from the request */
50 "operational-attributes-group", &operational);
53 * the operational-attributes-group must contain:
56 get_printer_id(operational, &queue, &id);
68 * the operational-attributes-group may contain:
71 (void) papiAttributeListGetString(operational, NULL,
H A Dprint-job.c48 papi_attribute_t **operational = NULL; local
58 /* Get operational attributes from the request */
60 "operational-attributes-group", &operational);
63 * The operational-attributes-group must contain:
66 get_printer_id(operational, &queue, NULL);
74 * The operational-attributes-group may contain:
84 * Simply copy the entire contents of the operational-attributes-group
87 split_and_copy_attributes(keys, operational, NULL, &job_attributes);
91 "job-attributes-group", &operational)
[all...]
H A Dcups-move-job.c42 papi_attribute_t **operational = NULL, **job = NULL; local
50 /* Get operational attributes from the request */
52 "operational-attributes-group", &operational);
67 * the operational-attributes-group must contain:
70 get_printer_id(operational, &queue, &id);
H A Dset-job-attributes.c44 papi_attribute_t **operational = NULL; local
52 /* Get operational attributes from the request */
54 "operational-attributes-group", &operational);
57 * The operational-attributes-group must contain:
60 get_printer_id(operational, &queue, &id);
/illumos-gate/usr/src/lib/print/libipp-core/common/
H A Dipp.c45 * operational-attribute-group
62 /* validate the operational attributes group */
64 "operational-attributes-group", &attributes);
67 "operational attribute group: %s",
94 * operational attributes group.
104 papi_attribute_t **operational = NULL; local
110 "operational-attributes-group",
111 &operational);
112 saved = operational;
118 (void) papiAttributeListAddString(&operational,
[all...]

Completed in 68 milliseconds

12