| /onnv-gate/usr/src/lib/print/libprint/common/ |
| H A D | sunPrinter.at.conf.txt | 29 attribute printer-uri 1.3.18.0.2.4.1140 cis single 30 attribute printer-xri-supported 1.3.18.0.2.4.1107 cis 31 attribute printer-name 1.3.18.0.2.4.1135 cis single 32 attribute printer-natural-language-configured 1.3.18.0.2.4.1119 cis single 33 attribute printer-location 1.3.18.0.2.4.1136 cis single 34 attribute printer-info 1.3.18.0.2.4.1139 cis single 35 attribute printer-more-info 1.3.18.0.2.4.1134 cis single 36 attribute printer-make-and-model 1.3.18.0.2.4.1138 cis single 37 attribute printer-ipp-versions-supported 1.3.18.0.2.4.1133 cis 38 attribute printer-multiple-document-jobs-supported 1.3.18.0.2.4.1132 bin single [all …]
|
| /onnv-gate/usr/src/cmd/agents/snmp/mib/gdmo/ |
| H A D | mib_NSM.gdmo | 14 See APPLICATION-MIB for attribute semantics.!;; 42 See APPLICATION-MIB for attribute semantics.!;; 58 CREATEDELETEATT <label of attribute used for creation and deletion of entries> 59 CREATEDELETEVALUE <label of create/delete attribute indicating deletion> 64 See APPLICATION-MIB for attribute semantics.!;; 110 CREATEDELETEATT <label of attribute used for creation and deletion of entries> 111 CREATEDELETEVALUE <label of create/delete attribute indicating deletion> 131 See APPLICATION-MIB for attribute semantics.!;; 148 CREATEDELETEATT <label of attribute used for creation and deletion of entries> 149 CREATEDELETEVALUE <label of create/delete attribute indicating deletion> [all …]
|
| /onnv-gate/usr/src/lib/pkcs11/libpkcs11/common/ |
| H A D | metaAttrManager.c | 411 switch (attr->attribute.ulValueLen) { in get_master_attributes_by_type() 413 attr->attribute.pValue = &attr->generic_ulong; in get_master_attributes_by_type() 416 attr->attribute.pValue = &attr->generic_bbool; in get_master_attributes_by_type() 419 attr->attribute.pValue = attr->generic_data; in get_master_attributes_by_type() 467 dst->attribute.pValue = in get_master_attributes_by_duplication() 468 malloc(src->attribute.ulValueLen); in get_master_attributes_by_duplication() 470 if (dst->attribute.pValue == NULL) { in get_master_attributes_by_duplication() 475 dst->attribute.ulValueLen = 0; in get_master_attributes_by_duplication() 479 } else if (src->attribute.pValue == &src->generic_bbool) { in get_master_attributes_by_duplication() 480 dst->attribute.pValue = &dst->generic_bbool; in get_master_attributes_by_duplication() [all …]
|
| /onnv-gate/usr/src/uts/common/io/usb/clients/hidparser/ |
| H A D | hidparser.c | 156 entity_attribute_t *attribute, 174 entity_attribute_t *attribute); 321 entity_attribute_t *attribute; in hidparser_get_packet_size_report_des() local 340 attribute = current->entity_item_attributes; in hidparser_get_packet_size_report_des() 341 while (attribute != NULL) { in hidparser_get_packet_size_report_des() 342 if (attribute->entity_attribute_tag == in hidparser_get_packet_size_report_des() 345 if ((attribute-> in hidparser_get_packet_size_report_des() 350 } else if (attribute->entity_attribute_tag == in hidparser_get_packet_size_report_des() 354 attribute); in hidparser_get_packet_size_report_des() 361 } else if (attribute->entity_attribute_tag == in hidparser_get_packet_size_report_des() [all …]
|
| /onnv-gate/usr/src/lib/print/libpapi-common/common/ |
| H A D | attribute.c | 49 static void papiAttributeFree(papi_attribute_t *attribute); 94 papiAttributeFree(papi_attribute_t *attribute) in papiAttributeFree() argument 96 if (attribute != NULL) { in papiAttributeFree() 97 if (attribute->name != NULL) in papiAttributeFree() 98 free(attribute->name); in papiAttributeFree() 99 if (attribute->values != NULL) in papiAttributeFree() 100 papiAttributeValuesFree(attribute->type, in papiAttributeFree() 101 attribute->values); in papiAttributeFree() 102 free(attribute); in papiAttributeFree() 246 papi_attribute_t *attribute = NULL; in papiAttributeListAddValue() local [all …]
|
| /onnv-gate/usr/src/lib/libslp/javalib/com/sun/slp/ |
| H A D | ClientLib_en.properties | 103 not_an_attribute = Object in attribute vector is not an attribute 112 char_not_reserved_attr = Escaped character ``{0}'''' is not reserved in attribute tag or string ``{… 151 nonstring_tag = Nonstring attribute tag 158 assignment_null_id = No attribute id in attribute assignment expression ``{0}'''' 159 assignment_syntax_err = Syntax error in attribute assignment expression ``{0}'''' 160 empty_string_value = Empty string attribute value 162 value_type_error = Type of attribute value not one of Boolean, String, Integer, or byte[] 164 multivalued_boolean = Boolean attribute cannot be multivalued 165 bad_id_char = Prohibited character ``{0}'''' in attribute id 176 template_no_attribute = No attribute matching id ``{0}'''' in the template [all …]
|
| /onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/data/qualifier/ |
| H A D | QualifierImpl.java | 74 public synchronized Object getAttribute(String attribute) { in getAttribute() argument 75 return attributes.get(attribute); in getAttribute() 78 public synchronized void setAttribute(String attribute, Object value) { in setAttribute() argument 80 if (attributes.containsKey(attribute)) { in setAttribute() 81 attributes.remove(attribute); in setAttribute() 84 attributes.put(attribute, value); in setAttribute()
|
| H A D | Qualifier.java | 69 public Object getAttribute(String attribute); in getAttribute() argument 80 public void setAttribute(String attribute, Object value); in setAttribute() argument
|
| /onnv-gate/usr/src/lib/libadm/common/ |
| H A D | devattr.c | 101 char *attribute) /* The attribute to extract */ in devattr() argument 121 if (strcmp(attribute, DTAB_ALIAS) == 0) { in devattr() 127 else if (strcmp(attribute, DTAB_CDEVICE) == 0) { in devattr() 133 else if (strcmp(attribute, DTAB_BDEVICE) == 0) { in devattr() 139 else if (strcmp(attribute, DTAB_PATHNAME) == 0) { in devattr() 153 if (strcmp(p->attr, attribute) == 0) { in devattr()
|
| /onnv-gate/usr/src/lib/print/libpapi-dynamic/common/ |
| H A D | nss.c | 89 papi_attribute_t *attribute; in solaris_lpsched_shortcircuit_hack() local 152 papi_attribute_t *attribute; in fill_printer_uri_supported() local 156 attribute = papiAttributeListFind(*list, "printer-uri-supported"); in fill_printer_uri_supported() 157 if (attribute != NULL) /* we have what we need, return */ in fill_printer_uri_supported() 161 attribute = papiAttributeListFind(*list, "printer-uri"); in fill_printer_uri_supported() 162 if ((attribute != NULL) && in fill_printer_uri_supported() 163 (attribute->type == PAPI_STRING) && in fill_printer_uri_supported() 164 (attribute->values != NULL) && in fill_printer_uri_supported() 165 (attribute->values[0]->string != NULL) && in fill_printer_uri_supported() 166 (strstr(attribute->values[0]->string, "://") != NULL)) { in fill_printer_uri_supported() [all …]
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Term/ |
| H A D | ANSIColor.pm | 124 my $attribute = ''; 131 $attribute .= $attributes{$_} . ';'; 133 chop $attribute; 134 ($attribute ne '') ? "\e[${attribute}m" : undef;
|
| /onnv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Project/ |
| H A D | Project.pm | 696 my $attribute = {}; 715 $attribute->{'name'} = $name; 716 return (0, $attribute); 723 $attribute->{'name'} = $name; 832 $attribute->{'values'} = $ref; 836 return (0, $attribute); 858 my $attribute; 967 my ($attribute) = @_; 970 $string = $attribute->{'name'}; 972 if (ref($attribute->{'values'}) && @{$attribute->{'values'}}) { [all …]
|
| /onnv-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/ |
| H A D | kerberos.ldif | 20 # specific attribute definitions 85 ##### The krbTicketFlags attribute holds information about the kerberos flags for a principal 151 ##### The attribute holds data in the ldap uri format, 154 ##### The values of this attribute need to be updated, when 192 ##### This attribute holds the Host Name or the ip address, 206 ##### This attribute holds the scope for searching the principals 207 ##### under krbSubTree attribute of krbRealmContainer 231 ##### This attribute specifies which attribute of the user objects 342 ##### This attribute holds the principal's key (krbPrincipalKey) that is encrypted with 344 ##### The attribute is ASN.1 encoded. [all …]
|
| H A D | ldap_misc.c | 954 checkattributevalue (ld, dn, attribute, attrvalues, mask) in checkattributevalue() argument 957 char *attribute; 970 attributes[0] = attribute; 992 if (attribute == NULL || attrvalues == NULL) 1000 if ((values=ldap_get_values(ld, entry, attribute)) != NULL) { 1034 updateAttribute (ld, dn, attribute, value) in updateAttribute() argument 1037 char *attribute; 1048 modAttr.mod_type = attribute; 1079 deleteAttribute (ld, dn, attribute, value) in deleteAttribute() argument 1082 char *attribute; [all …]
|
| /onnv-gate/usr/src/lib/libast/common/port/ |
| H A D | lc.c | 332 if (!(flags & (LC_abbreviated|LC_default|LC_verbose)) || !(ap->attribute->flags & LC_default)) in canonical() 336 for (t = ap->attribute->name; s < e && (*s = *t++); s++); in canonical() 423 if (!mp->attribute) in lcmake() 426 al->attribute = mp->attribute; in lcmake() 662 ai->attribute = ap; in lcmake() 672 ai->attribute = ap; in lcmake() 741 int attribute; member 757 ls->attribute = elementsof(ls->lc.language->attributes); in lcscan() 759 …if (++ls->attribute >= elementsof(ls->lc.language->attributes) || !(ls->list.attribute = ls->lc.la… in lcscan() 774 ls->list.attribute = ls->lc.language->attributes[ls->attribute = 0]; in lcscan() [all …]
|
| H A D | lcgen.c | 71 Attribute_t* attribute; member 111 Attribute_t* attribute; member 116 Table_t attribute; member 544 al->attribute = ap; 589 mp->attribute = 0; 593 if (!strcmp(al->attribute->link.code, arg[4])) 595 mp->attribute = al->attribute; 598 if (!mp->attribute) 731 fprintf(lf, "&attribute_%s[%d],", lp->link.code, al->attribute->link.index); 772 if (mp->attribute) [all …]
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/attrs/t/ |
| H A D | attrs.t | 80 unless ($@ && $@ =~ m/^Invalid CODE attribute: ["']?plugh["']? at/) { 102 unless ($@ && $@ =~ m/Unterminated attribute parameter in attribute list at/) { 113 unless ($@ && $@ =~ m/Invalid separator character '[+]' in attribute list at/) {
|
| /onnv-gate/usr/src/lib/libsldap/common/ |
| H A D | ns_getalias.c | 102 char *attribute[2]; in __getldapaliasbyname() local 140 attribute[0] = MAIL_MEMBER; in __getldapaliasbyname() 141 attribute[1] = NULL; in __getldapaliasbyname() 146 (const char **)attribute, NULL, 0, &result, in __getldapaliasbyname()
|
| /onnv-gate/usr/src/cmd/ntfsprogs/ |
| H A D | ntfscp.c | 70 ATTR_TYPES attribute; /* Write to this attribute. */ member 156 opts.attribute = AT_DATA; in parse_options() 176 if (opts.attribute != AT_DATA) { in parse_options() 188 opts.attribute = (ATTR_TYPES)cpu_to_le32(attr); in parse_options() 508 na = ntfs_attr_open(out, opts.attribute, attr_name, attr_name_len); in main() 515 if (ntfs_attr_add(out, opts.attribute, attr_name, in main() 520 na = ntfs_attr_open(out, opts.attribute, attr_name, in main()
|
| /onnv-gate/usr/src/cmd/wbem/provider/c/filesystems/common/cmdgeneration/mount/nfs/ |
| H A D | cmdgen_mount_nfs.c | 52 char *add_to_mntopts(char *mntopt_string, char *attribute, char *value, 305 add_to_mntopts(char *mntopt_string, char *attribute, char *value, int *errp) { in add_to_mntopts() argument 315 tmp = (char *)calloc((size_t)(strlen(attribute) + in add_to_mntopts() 321 (void) snprintf(tmp, (size_t)(strlen(attribute) + in add_to_mntopts() 322 strlen(value) + 1), "%s%s", attribute, value); in add_to_mntopts() 324 tmp = strdup(attribute); in add_to_mntopts()
|
| /onnv-gate/usr/src/lib/print/libipp-core/common/ |
| H A D | write.c | 117 ipp_write_attribute(ipp_writer_t iwrite, void *fd, papi_attribute_t *attribute) in ipp_write_attribute() argument 125 name = attribute->name; in ipp_write_attribute() 126 values = attribute->values; in ipp_write_attribute() 129 type = papi_attribute_to_ipp_type(attribute->type); in ipp_write_attribute() 132 if ((status = papi_ipp_type_match(attribute->type, type)) != PAPI_OK) in ipp_write_attribute() 182 switch (attribute->type) { in ipp_write_attribute()
|
| /onnv-gate/usr/src/lib/libtnfprobe/ |
| H A D | tnf_args.c | 134 tnf_probe_get_value(tnf_probe_control_t *probe_p, char *attribute, in tnf_probe_get_value() argument 144 input_len = strlen(attribute); in tnf_probe_get_value() 164 if (strncmp(attr_start, attribute, input_len) == 0) { in tnf_probe_get_value()
|
| /onnv-gate/usr/src/cmd/wbem/provider/c/mof/ |
| H A D | Solaris_DMGT1.0.mof | 55 "this is deprecated. This is a media specific attribute. ")] 63 "This attribute has been deprecated. It is a media attribute and" 70 "The number of sectors per cylinder.This attribute has" 71 "been deprecated. It is a media attribute and is not valid" 78 "The number of heads per cylinder. This attribute has been" 85 "The number of sectors per track. This attribute has been" 92 "The size of a cylinder in bytes. This attribute has been" 99 "The number of cylinders for this disk. This attribute" 107 "attribute has been deprecated. See SectorsPerCylinder for details.")] 113 "The number of reserved cylinders. This attribute has been" [all …]
|
| /onnv-gate/usr/src/cmd/ldap/ns_ldap/ |
| H A D | ldaplist.c | 244 char *attribute = "dn"; in main() local 286 attribute = "NULL"; in main() 462 if (strncasecmp(attribute, "NULL", 4) == 0) in main() 465 buffer[0] = strdup(attribute); in main() 466 while ((p = strchr(attribute, ',')) != NULL) { in main() 467 buffer[index++] = attribute = p + 1; in main()
|
| /onnv-gate/usr/src/lib/libldap4/common/ |
| H A D | sortctrl.c | 108 unsigned long *result, char **attribute) in ldap_parse_sort_control() argument 118 (attribute == NULL)) { in ldap_parse_sort_control() 166 *attribute = attr; in ldap_parse_sort_control() 168 *attribute = NULL; in ldap_parse_sort_control()
|