/titanic_41/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 …]
|
/titanic_41/usr/src/lib/pkcs11/libpkcs11/common/ |
H A D | metaAttrManager.c | 409 switch (attr->attribute.ulValueLen) { in get_master_attributes_by_type() 411 attr->attribute.pValue = &attr->generic_ulong; in get_master_attributes_by_type() 414 attr->attribute.pValue = &attr->generic_bbool; in get_master_attributes_by_type() 417 attr->attribute.pValue = attr->generic_data; in get_master_attributes_by_type() 465 dst->attribute.pValue = in get_master_attributes_by_duplication() 466 malloc(src->attribute.ulValueLen); in get_master_attributes_by_duplication() 468 if (dst->attribute.pValue == NULL) { in get_master_attributes_by_duplication() 473 dst->attribute.ulValueLen = 0; in get_master_attributes_by_duplication() 477 } else if (src->attribute.pValue == &src->generic_bbool) { in get_master_attributes_by_duplication() 478 dst->attribute.pValue = &dst->generic_bbool; in get_master_attributes_by_duplication() [all …]
|
/titanic_41/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 …]
|
/titanic_41/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 …]
|
/titanic_41/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 …]
|
/titanic_41/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()
|
/titanic_41/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 …]
|
/titanic_41/usr/src/cmd/perl/contrib/Sun/Solaris/Project/ |
H A D | Project.pm | 697 my $attribute = {}; 716 $attribute->{'name'} = $name; 717 return (0, $attribute); 724 $attribute->{'name'} = $name; 833 $attribute->{'values'} = $ref; 837 return (0, $attribute); 859 my $attribute; 968 my ($attribute) = @_; 971 $string = $attribute->{'name'}; 973 if (ref($attribute->{'values'}) && @{$attribute->{'values'}}) { [all …]
|
/titanic_41/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 …]
|
/titanic_41/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 …]
|
/titanic_41/usr/src/test/zfs-tests/tests/functional/acl/trivial/ |
H A D | zfs_acl_find_002_neg.ksh | 57 usr_exec $RUNAT $f $RM attribute* 73 -xattr -exec $RUNAT {} $LS attribute.$j \\\;) 74 if [[ $fa == attribute.$j ]]; then
|
/titanic_41/usr/src/lib/libsldap/common/ |
H A D | ns_getalias.c | 114 char *attribute[2]; in __getldapaliasbyname() local 152 attribute[0] = MAIL_MEMBER; in __getldapaliasbyname() 153 attribute[1] = NULL; in __getldapaliasbyname() 158 (const char **)attribute, NULL, 0, &result, in __getldapaliasbyname()
|
/titanic_41/usr/src/test/zfs-tests/tests/functional/acl/ |
H A D | acl_common.kshlib | 523 attribute.$j\) 579 cksum attribute* \\\; | $SORT >> $outfile 604 [[ ! -a $RES_DIR/attribute ]] && \ 605 usr_exec $CP $RES_DIR/file $RES_DIR/attribute 618 $CP $RES_DIR/attribute ./attribute.$j
|
/titanic_41/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()
|
/titanic_41/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()
|
/titanic_41/usr/src/cmd/ldap/ns_ldap/ |
H A D | ldaplist.c | 260 char *attribute = "dn"; in main() local 302 attribute = "NULL"; in main() 478 if (strncasecmp(attribute, "NULL", 4) == 0) in main() 481 buffer[0] = strdup(attribute); in main() 482 while ((p = strchr(attribute, ',')) != NULL) { in main() 483 buffer[index++] = attribute = p + 1; in main()
|
/titanic_41/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | sortctrl.c | 143 char **attribute in ldap_parse_sort_control() argument 154 attribute == NULL ) { in ldap_parse_sort_control() 196 *attribute = attr; in ldap_parse_sort_control() 198 *attribute = NULL; in ldap_parse_sort_control()
|
/titanic_41/usr/src/uts/sun4u/sys/ |
H A D | smc_if.h | 97 uint8_t attribute; member 101 #define SC_CMDSPEC_ATTR(CMDSPEC) ((CMDSPEC).attribute)
|
/titanic_41/usr/src/cmd/abi/spectrans/spec2trace/ |
H A D | symtab.c | 770 int kind, char *type, char *basetype, int levels, char *attribute, in allocate_entry() argument 782 attribute, npre, npost)); in allocate_entry() 793 int kind, char *type, char *basetype, int levels, char *attribute, in set_entry() argument 813 e->e_attribute = strset(e->e_attribute, attribute); in set_entry() 816 e->e_attribute = strset(e->e_attribute, attribute); in set_entry() 864 int kind, char *type, char *basetype, int levels, char *attribute, in add_entry_table() argument 886 attribute, npre, npost); in add_entry_table()
|
/titanic_41/usr/src/lib/libast/amd64/include/ast/ |
H A D | lc.h | 109 const Lc_attribute_t* attribute; member 115 const Lc_attribute_t* attribute; member
|
/titanic_41/usr/src/lib/libast/amd64/src/lib/libast/ |
H A D | lc.h | 109 const Lc_attribute_t* attribute; member 115 const Lc_attribute_t* attribute; member
|
/titanic_41/usr/src/lib/libast/i386/src/lib/libast/ |
H A D | lc.h | 109 const Lc_attribute_t* attribute; member 115 const Lc_attribute_t* attribute; member
|
/titanic_41/usr/src/lib/libast/sparc/src/lib/libast/ |
H A D | lc.h | 109 const Lc_attribute_t* attribute; member 115 const Lc_attribute_t* attribute; member
|