Searched refs:attribute (Results 1 - 25 of 72) sorted by relevance

123

/osnet-11/usr/src/lib/libadm/common/
H A Ddevattr.c54 * attr The device's attribute to be looked for
58 * attribute <attr> for the device <device>, or (char *) NULL if none
67 * EINVAL The device does not have that attribute defined
72 devattr(char *device, char *attribute) argument
82 if (strcmp(attribute, DTAB_ALIAS) == 0)
90 if ((strcmp(attribute, DTAB_CDEVICE) == 0) ||
91 (strcmp(attribute, DTAB_BDEVICE) == 0)) {
95 if (strcmp(attribute, DTAB_PATHNAME) == 0)
98 if (strcmp(attribute, "desc") == 0)
/osnet-11/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaAttrManager.c290 * (eg CKK_DES) -- and do not have a CKA_VALUE_LEN attribute.
296 * different attribute sets (like the mess of public/private
410 switch (attr->attribute.ulValueLen) {
412 attr->attribute.pValue = &attr->generic_ulong;
415 attr->attribute.pValue = &attr->generic_bbool;
418 attr->attribute.pValue = attr->generic_data;
426 /* Keytype / subtype is always the second attribute. */
466 dst->attribute.pValue =
467 malloc(src->attribute.ulValueLen);
469 if (dst->attribute
[all...]
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceLocationAttributeVerifier.java41 * parse SLP template definitions, provide information on attribute
95 * attribute having the named id. IF no such attribute exists in the
97 * display attribute information. Programmatic verification of attributes
100 * @param attrId Id of attribute to return.
111 * is primarily for GUI tools to display attribute information.
117 * @return A <b>Dictionary</b> with attribute id's as the keys and
125 * Verify that the attribute parameter is a valid SLP attribute.
127 * @param <i>attribute</
135 verifyAttribute(ServiceLocationAttribute attribute) argument
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/attrs/t/
H A Dattrs.t80 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/) {
/osnet-11/usr/src/lib/libradproto/common/
H A Dprotocol.x78 string attribute<>;
88 string attribute<>;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/attrs/
H A Dattrs.pm29 invalid attribute names causes a compile-time error. Calling
31 of attribute names. Notice that C<attrs::get> is not exported.
42 Setting this attribute is only meaningful when the subroutine or
44 subroutine (i.e. one marked with the B<method> attribute above),
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Attribute/
H A DHandlers.pm94 warn "Declaration of $name attribute in package $lastattr{pkg} may clash with future reserved word\n"
135 croak "Bad attribute type: ATTR($data)"
218 Attribute::Handlers - Simpler definition of attribute handlers
236 # Invoked for any scalar variable with a :Good attribute,
245 # Invoked for any scalar variable with a :Bad attribute,
252 # Invoked for any array variable with a :Good attribute,
259 # Invoked for any hash variable with a :Good attribute,
267 # derived class) with an :Ugly attribute.
273 # with an :Omni attribute, provided the variable or
289 define attribute handle
[all...]
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_getalias.c107 char *attribute[2]; local
147 attribute[0] = MAIL_MEMBER;
148 attribute[1] = NULL;
153 (const char **)attribute, NULL, 0, &result,
H A Dllib-lsldap45 const char * const *attribute,
59 const char * const *attribute,
121 const char * const *attribute,
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dlc.h110 const Lc_attribute_t* attribute; member in struct:Lc_map_s
116 const Lc_attribute_t* attribute; member in struct:Lc_attribute_list_s
/osnet-11/usr/src/lib/libast/amd64/src/lib/libast/
H A Dlc.h110 const Lc_attribute_t* attribute; member in struct:Lc_map_s
116 const Lc_attribute_t* attribute; member in struct:Lc_attribute_list_s
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dlc.h110 const Lc_attribute_t* attribute; member in struct:Lc_map_s
116 const Lc_attribute_t* attribute; member in struct:Lc_attribute_list_s
/osnet-11/usr/src/lib/libast/i386/src/lib/libast/
H A Dlc.h110 const Lc_attribute_t* attribute; member in struct:Lc_map_s
116 const Lc_attribute_t* attribute; member in struct:Lc_attribute_list_s
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dlc.h110 const Lc_attribute_t* attribute; member in struct:Lc_map_s
116 const Lc_attribute_t* attribute; member in struct:Lc_attribute_list_s
/osnet-11/usr/src/lib/libast/sparc/src/lib/libast/
H A Dlc.h110 const Lc_attribute_t* attribute; member in struct:Lc_map_s
116 const Lc_attribute_t* attribute; member in struct:Lc_attribute_list_s
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dlc.h110 const Lc_attribute_t* attribute; member in struct:Lc_map_s
116 const Lc_attribute_t* attribute; member in struct:Lc_attribute_list_s
/osnet-11/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dlc.h110 const Lc_attribute_t* attribute; member in struct:Lc_map_s
116 const Lc_attribute_t* attribute; member in struct:Lc_attribute_list_s
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Project/
H A DProject.pm267 # "attributes" - ; seperated attribute list string
268 # "attributelist" - list ref to list of attribute refs
269 # (see projent_parse_attributes() for attribute ref)
519 # Values is the right hand side of a name=values attribute/values pair.
526 # This seperates the attribute string into higher level tokens
560 # Values is the right hand side of a name=values attribute/values pair.
568 # For some reason attribute values can be lists of values and
688 # "name" - name of attribute
696 my $attribute = {};
711 # Match attribute wit
[all...]
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfscp.c65 char *attr_name; /* Write to attribute with this name. */
70 ATTR_TYPES attribute; /* Write to this attribute. */ member in struct:options
105 " -a, --attribute NUM Write to this attribute\n"
109 " -N, --attr-name NAME Write to attribute with this name\n"
131 { "attribute", required_argument, NULL, 'a' },
156 opts.attribute = AT_DATA;
176 if (opts.attribute != AT_DATA) {
178 "attribute
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dattributes.pm55 carp "$svtype package attribute$s " .
65 croak "Invalid $svtype attribute" .
112 Subroutine declarations and definitions may optionally have attribute lists
115 about the call site and the thing being declared along with the attribute
132 B<WARNING>: attribute declarations for variables are still evolving.
151 will neither assign 42 to $x I<nor> will it apply the C<Bent> attribute
154 An attempt to set an unrecognized attribute is a fatal error. (The
156 C<eval>.) Setting an attribute with a name that's all lowercase
157 letters that's not a built-in attribute (such as "foo") will result in
168 B<5.005 threads only! The use of the "locked" attribute currentl
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/include/krb5/
H A Dauthdata_plugin.h230 const krb5_data *attribute,
243 const krb5_data *attribute,
251 const krb5_data *attribute);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dattrs.t35 like $@, qr/Unterminated attribute parameter in attribute list at/;
38 like $@, qr/Invalid separator character '[+]' in attribute list at/;
51 like $@, qr/^Invalid SCALAR attribute: ["']?plugh["']? at/;
55 like $@, qr/^Invalid SCALAR attribute: ["']?plugh["']? at/;
57 like $@, qr/^Invalid SCALAR attribute: ["']?plugh\(}\)["']? at/;
65 like $@, qr/^Invalid SCALAR attribute: ["']?_5x5["']? at/;
69 like $@, qr/^Unterminated attribute parameter in attribute list at/;
71 like $@, qr/^Unterminated attribute paramete
[all...]
/osnet-11/usr/src/lib/libast/common/port/
H A Dlc.c368 if (!(flags & (LC_abbreviated|LC_default|LC_verbose)) || !(ap->attribute->flags & LC_default))
372 for (t = ap->attribute->name; s < e && (*s = *t++); s++);
460 if (!mp->attribute)
463 al->attribute = mp->attribute;
716 ai->attribute = ap;
726 ai->attribute = ap;
828 int attribute; member in struct:Lc_scan_s
844 ls->attribute = elementsof(ls->lc.language->attributes);
846 if (++ls->attribute >
[all...]
/osnet-11/usr/src/lib/libldap4/common/
H A Dsortctrl.c108 unsigned long *result, char **attribute)
118 (attribute == NULL)) {
158 * if the server returned one, decode the attribute from the Ber element
166 *attribute = attr;
168 *attribute = NULL;
214 /* Is this character a valid attribute description character ? */
314 * end of the attribute
107 ldap_parse_sort_control(LDAP *ld, LDAPControl **ctrlp, unsigned long *result, char **attribute) argument
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dsortctrl.c133 attribute the address of a place to put the name of the
134 attribute which cause the operation to fail, optionally
143 char **attribute
154 attribute == NULL ) {
189 /* if the server returned one, decode the attribute from the Ber element */
196 *attribute = attr;
198 *attribute = NULL;
311 /* means we fell of the end of the string looking for the end of the attribute */

Completed in 154 milliseconds

123