Searched refs:attributes (Results 1 - 25 of 198) sorted by relevance

12345678

/illumos-gate/usr/src/cmd/dtrace/test/tst/common/pragma/
H A Derr.D_PRAGMA_MALFORM.d37 #pragma D attributes incorrect_attr
H A Derr.D_PRAGMA_INVAL.d31 * Verify invalid attributes
40 #pragma D attributes incorrect_attr foo
H A Derr.D_PRAGMA_UNUSED.UnusedPragma.d40 #pragma D attributes Stable/Stable/Common func;
/illumos-gate/usr/src/cmd/lp/lib/papi/
H A Dlpsched-printers.c97 lpsched_printer_defaults(papi_attribute_t ***attributes) argument
99 if (attributes == NULL)
102 papiAttributeListAddBoolean(attributes, PAPI_ATTR_REPLACE,
104 papiAttributeListAddString(attributes, PAPI_ATTR_REPLACE,
107 papiAttributeListAddString(attributes, PAPI_ATTR_REPLACE,
109 papiAttributeListAddInteger(attributes, PAPI_ATTR_REPLACE,
111 papiAttributeListAddInteger(attributes, PAPI_ATTR_REPLACE,
113 papiAttributeListAddRange(attributes, PAPI_ATTR_REPLACE,
115 papiAttributeListAddInteger(attributes, PAPI_ATTR_REPLACE,
117 papiAttributeListAddBoolean(attributes, PAPI_ATTR_REPLAC
432 attributes_to_printer(papi_attribute_t **attributes, PRINTER *tmp) argument
[all...]
H A Dlpsched-jobs.c43 papi_attribute_t **attributes)
74 if (attributes == NULL)
78 papiAttributeListGetLPString(attributes,
83 papiAttributeListGetInteger(attributes, NULL, "copies", &i);
92 if (papiAttributeListGetInteger(attributes, NULL, "job-priority", &i)
103 papiAttributeListGetLPString(attributes, "form", &r->form);
107 tmp[0] = papiAttributeListFind(attributes, "page-ranges");
121 papiAttributeListGetString(attributes, NULL, "document-format", &s);
139 papiAttributeListGetString(attributes, NULL,
141 papiAttributeListGetString(attributes, NUL
42 job_attributes_to_lpsched_request(papi_service_t svc, REQUEST *r, papi_attribute_t **attributes) argument
301 lpsched_request_outcome_to_attributes(papi_attribute_t ***attributes, unsigned short state) argument
[all...]
/illumos-gate/usr/src/lib/sun_fc/common/
H A DSun_fcGetAdapterAttributes.cc36 * @memo Retrieves the attributes for an adapter
38 * @return HBA_STATUS_OK if attributes were filled in
40 * @param attributes The user-allocated buffer
44 PHBA_ADAPTERATTRIBUTES attributes) {
47 if (attributes == NULL) {
49 "NULL attributes pointer");
55 *attributes = myHandle->getHBAAttributes();
43 Sun_fcGetAdapterAttributes(HBA_HANDLE handle, PHBA_ADAPTERATTRIBUTES attributes) argument
H A DSun_fcNPIVGetAdapterAttributes.cc35 PHBA_ADAPTERATTRIBUTES attributes) {
38 if (attributes == NULL) {
40 "NULL attributes pointer");
46 *attributes = myHandle->npivGetHBAAttributes();
34 Sun_fcNPIVGetAdapterAttributes(HBA_HANDLE handle, PHBA_ADAPTERATTRIBUTES attributes) argument
H A DSun_fcGetAdapterPortAttributes.cc37 * @memo Retrieves the attributes for a specified port of an adapter
39 * @return HBA_STATUS_OK if attributes were filled in
42 * @param attributes The user-allocated buffer to store results in
46 HBA_UINT32 port, PHBA_PORTATTRIBUTES attributes) {
49 if (attributes == NULL) {
51 "NULL attributes pointer");
58 *attributes = myPort->getPortAttributes();
45 Sun_fcGetAdapterPortAttributes(HBA_HANDLE handle, HBA_UINT32 port, PHBA_PORTATTRIBUTES attributes) argument
H A DSun_fcGetDiscPortAttrs.cc37 * @memo Retrieves the attributes for a specified port discovered
39 * @return HBA_STATUS_OK if the attributes were filled in
43 * @param attributes The user-allocated buffer to store the attrs
48 PHBA_PORTATTRIBUTES attributes) {
51 if (attributes == NULL) {
53 "NULL attributes pointer");
60 *attributes = myPort->getDiscoveredAttributes(discoveredport);
46 Sun_fcGetDiscoveredPortAttributes(HBA_HANDLE handle, HBA_UINT32 port, HBA_UINT32 discoveredport, PHBA_PORTATTRIBUTES attributes) argument
H A DSun_fcGetPortAttributesByWWN.cc36 * @memo Retrieves the attributes for a specific discovered port
38 * @return HBA_STATUS_OK if the attributes are filled in
41 * @param attributes The user-allocated attributes buffer
45 PHBA_PORTATTRIBUTES attributes) {
48 if (attributes == NULL) {
49 log.userError("NULL attributes pointer");
55 *attributes = myHandle->getPortAttributes(wwnConversion(pwwn.wwn));
44 Sun_fcGetPortAttributesByWWN(HBA_HANDLE handle, HBA_WWN pwwn, PHBA_PORTATTRIBUTES attributes) argument
H A DSun_fcGetPortNPIVAttributes.cc36 HBA_UINT32 port, PHBA_PORTNPIVATTRIBUTES attributes) {
39 if (attributes == NULL) {
41 "NULL attributes pointer");
48 *attributes = myPort->getPortNPIVAttributes();
35 Sun_fcGetPortNPIVAttributes(HBA_HANDLE handle, HBA_UINT32 port, PHBA_PORTNPIVATTRIBUTES attributes) argument
H A DTgtFCHBAPort.cc248 HBA_PORTATTRIBUTES attributes; local
253 memset(&attributes, 0, sizeof (attributes));
279 attributes.PortFcId = attrs.PortFcId;
280 attributes.PortType = attrs.PortType;
281 attributes.PortState = attrs.PortState;
282 attributes.PortSupportedClassofService = attrs.PortSupportedClassofService;
283 attributes.PortSupportedSpeed = attrs.PortSupportedSpeed;
284 attributes.PortSpeed = attrs.PortSpeed;
285 attributes
302 HBA_PORTATTRIBUTES attributes; local
358 HBA_PORTATTRIBUTES attributes; local
[all...]
H A DSun_fcGetNPIVPortInfo.cc36 HBA_UINT32 vportindex, HBA_NPIVATTRIBUTES *attributes) {
43 *attributes = myNPIVPort->getPortAttributes();
35 Sun_fcGetNPIVPortInfo(HBA_HANDLE handle, HBA_UINT32 portindex, HBA_UINT32 vportindex, HBA_NPIVATTRIBUTES *attributes) argument
/illumos-gate/usr/src/cmd/fs.d/nfs/nfsmapid/
H A Dnfsmapid_dt.d32 #pragma D attributes Private/Private/Common provider nfsmapid provider
33 #pragma D attributes Private/Private/Common provider nfsmapid module
34 #pragma D attributes Private/Private/Common provider nfsmapid function
35 #pragma D attributes Private/Private/Common provider nfsmapid name
36 #pragma D attributes Private/Private/Common provider nfsmapid args
/illumos-gate/usr/src/lib/libzpool/common/
H A Dzfs.d32 #pragma D attributes Evolving/Evolving/ISA provider zfs provider
33 #pragma D attributes Private/Private/Unknown provider zfs module
34 #pragma D attributes Private/Private/Unknown provider zfs function
35 #pragma D attributes Evolving/Evolving/ISA provider zfs name
36 #pragma D attributes Evolving/Evolving/ISA provider zfs args
/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/
H A Dmountd_dt.d41 #pragma D attributes Private/Private/Common provider mountd provider
42 #pragma D attributes Private/Private/Common provider mountd module
43 #pragma D attributes Private/Private/Common provider mountd function
44 #pragma D attributes Private/Private/Common provider mountd name
45 #pragma D attributes Private/Private/Common provider mountd args
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Disns_provider.d38 #pragma D attributes Private/Private/ISA provider isns provider
39 #pragma D attributes Private/Private/Unknown provider isns module
40 #pragma D attributes Private/Private/Unknown provider isns function
41 #pragma D attributes Private/Private/ISA provider isns name
42 #pragma D attributes Private/Private/ISA provider isns args
/illumos-gate/usr/src/lib/sun_sas/common/
H A DSun_sasGetAdapterAttributes.c33 PSMHBA_ADAPTERATTRIBUTES attributes) {
38 if (attributes == NULL) {
39 log(LOG_DEBUG, ROUTINE, "NULL attributes pointer");
55 (void) memcpy(attributes, &hba_ptr->adapter_attributes,
32 Sun_sasGetAdapterAttributes(HBA_HANDLE handle, PSMHBA_ADAPTERATTRIBUTES attributes) argument
H A DSun_sasGetAdapterPortAttributes.c30 * Retrieves the attributes for a specified port of an adapter
34 HBA_UINT32 port, PSMHBA_PORTATTRIBUTES attributes) {
42 if ((attributes == NULL) ||
43 (attributes->PortSpecificAttribute.SASPort == NULL)) {
44 log(LOG_DEBUG, ROUTINE, "NULL attributes");
98 attributes->PortType = hba_port_ptr->port_attributes.PortType;
99 attributes->PortState = hba_port_ptr->port_attributes.PortState;
100 (void) strlcpy(attributes->OSDeviceName,
102 sizeof (attributes->OSDeviceName));
103 (void) memcpy(attributes
33 Sun_sasGetAdapterPortAttributes(HBA_HANDLE handle, HBA_UINT32 port, PSMHBA_PORTATTRIBUTES attributes) argument
[all...]
/illumos-gate/usr/src/lib/print/libpapi-lpd/common/
H A Djob.c46 papiJobSubmit(papi_service_t handle, char *name, papi_attribute_t **attributes, argument
75 papiAttributeListAddString(&attributes, PAPI_ATTR_EXCL,
79 (void) lpd_job_add_attributes(svc, attributes, &metadata,
80 &j->attributes);
82 if ((status = lpd_job_add_files(svc, attributes, files, &metadata,
83 &j->attributes)) != PAPI_OK) {
88 status = lpd_submit_job(svc, metadata, &j->attributes, NULL);
107 papi_attribute_t **attributes,
132 papiAttributeListAddString(&attributes, PAPI_ATTR_EXCL,
136 lpd_job_add_attributes(svc, attributes,
106 papiJobStreamOpen(papi_service_t handle, char *name, papi_attribute_t **attributes, papi_job_ticket_t *job_ticket, papi_stream_t *stream) argument
[all...]
H A Dpapi_impl.h47 papi_attribute_t **attributes; member in struct:__anon4334
51 papi_attribute_t **attributes; member in struct:job
69 papi_attribute_t **attributes; /* extra info */ member in struct:__anon4336
92 papi_attribute_t ***attributes, int *fd);
94 papi_attribute_t **attributes,
98 papi_attribute_t **attributes, char **files,
H A Dlpd-cancel.c96 papi_attribute_t **attributes = NULL; local
101 papiAttributeListAddString(&attributes, PAPI_ATTR_EXCL,
104 papiAttributeListAddInteger(&attributes, PAPI_ATTR_EXCL,
106 papiAttributeListAddString(&attributes, PAPI_ATTR_EXCL,
111 job->attributes = attributes;
114 papiAttributeListFree(attributes);
H A Dlpd-query.c153 papi_attribute_t **attributes = NULL; local
179 papiAttributeListAddString(&attributes, PAPI_ATTR_REPLACE,
184 papiAttributeListAddString(&attributes, PAPI_ATTR_APPEND,
186 papiAttributeListAddString(&attributes, PAPI_ATTR_APPEND,
191 papiAttributeListAddInteger(&attributes, PAPI_ATTR_REPLACE,
197 papiAttributeListAddInteger(&attributes,
210 papiAttributeListAddString(&attributes, PAPI_ATTR_REPLACE,
215 papiAttributeListAddInteger(&attributes, PAPI_ATTR_REPLACE,
220 papiAttributeListAddInteger(&attributes, PAPI_ATTR_REPLACE,
225 papiAttributeListAddString(&attributes, PAPI_ATTR_REPLAC
276 papi_attribute_t **attributes = NULL; local
[all...]
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dplockstat.d47 #pragma D attributes Evolving/Evolving/ISA provider plockstat provider
48 #pragma D attributes Private/Private/Unknown provider plockstat module
49 #pragma D attributes Private/Private/Unknown provider plockstat function
50 #pragma D attributes Evolving/Evolving/ISA provider plockstat name
51 #pragma D attributes Evolving/Evolving/ISA provider plockstat args
/illumos-gate/usr/src/lib/print/libipp-listener/common/
H A Dcommon.c76 get_printer_id(papi_attribute_t **attributes, char **printer, int *id) argument
91 result = papiAttributeListGetString(attributes, NULL, "job-uri", &job);
93 result = papiAttributeListGetString(attributes, NULL,
96 papiAttributeListGetInteger(attributes, NULL,
108 get_string_list(papi_attribute_t **attributes, char *name, char ***values) argument
115 for (result = papiAttributeListGetString(attributes, &iterator,
118 result = papiAttributeListGetString(attributes, &iterator,
124 add_default_attributes(papi_attribute_t ***attributes) argument
127 (void) papiAttributeListAddString(attributes, PAPI_ATTR_APPEND,
129 (void) papiAttributeListAddString(attributes, PAPI_ATTR_APPEN
236 add_supported_locales(papi_attribute_t ***attributes) argument
[all...]

Completed in 150 milliseconds

12345678