HomeSort by relevance Sort by last modified time
    Searched refs:attribute (Results 1 - 25 of 110) sorted by null

1 2 3 4 5

  /onnv/onnv-gate/usr/src/lib/print/libprint/common/
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 singl
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/data/qualifier/
Qualifier.java 39 * Attribute that indicates the name of the parameter the qualifier is
45 * Attribute that indicates the Java type that can store a legal value for
51 * Attribute that indicates whether the parameter is designated as read
57 * Attribute that indicates whether the parameter is hidden.
62 * Get the named qualifier attribute.
64 * @param attribute
65 * Attribute to get.
67 * The value of the attribute, or null if the attribute is not set.
69 public Object getAttribute(String attribute);
    [all...]
QualifierImpl.java 74 public synchronized Object getAttribute(String attribute) {
75 return attributes.get(attribute);
78 public synchronized void setAttribute(String attribute, Object value) {
80 if (attributes.containsKey(attribute)) {
81 attributes.remove(attribute);
84 attributes.put(attribute, value);
  /onnv/onnv-gate/usr/src/lib/libadm/common/
devattr.c 39 * devattr() Get the value of a attribute for a specific device
81 * attr The device's attribute to be looked for
85 * attribute <attr> for the device <device>, or (char *) NULL if none
94 * EINVAL The device does not have that attribute defined
101 char *attribute) /* The attribute to extract */
108 int found; /* TRUE if attribute found */
117 /* Search the record for the specified attribute */
121 if (strcmp(attribute, DTAB_ALIAS) == 0) {
127 else if (strcmp(attribute, DTAB_CDEVICE) == 0)
    [all...]
  /onnv/onnv-gate/usr/src/lib/pkcs11/libpkcs11/common/
metaAttrManager.c 291 * (eg CKK_DES) -- and do not have a CKA_VALUE_LEN attribute.
297 * different attribute sets (like the mess of public/private
411 switch (attr->attribute.ulValueLen) {
413 attr->attribute.pValue = &attr->generic_ulong;
416 attr->attribute.pValue = &attr->generic_bbool;
419 attr->attribute.pValue = attr->generic_data;
427 /* Keytype / subtype is always the second attribute. */
467 dst->attribute.pValue =
468 malloc(src->attribute.ulValueLen);
470 if (dst->attribute.pValue == NULL)
    [all...]
  /onnv/onnv-gate/usr/src/lib/libslp/javalib/com/sun/slp/
ServiceLocationAttributeVerifier.java 27 // ServiceLocationAttributeVerifier.java: Attribute parser for SLP templates.
41 * 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
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/usb/clients/hidparser/
hidparser.c 156 entity_attribute_t *attribute,
174 entity_attribute_t *attribute);
321 entity_attribute_t *attribute; local
340 attribute = current->entity_item_attributes;
341 while (attribute != NULL) {
342 if (attribute->entity_attribute_tag ==
345 if ((attribute->
350 } else if (attribute->entity_attribute_tag ==
354 attribute);
361 } else if (attribute->entity_attribute_tag =
432 entity_attribute_t *attribute; local
614 entity_attribute_t *attribute; local
746 entity_attribute_t *attribute; local
816 entity_attribute_t *attribute; local
916 entity_attribute_t *attribute; local
1249 entity_attribute_t *attribute; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fmli/oh/
fm_mn_par.c 45 ** Frees one attribute. This involves freeing the "def" if set,
51 register struct attribute *attr;
110 struct attribute *defaults;
114 struct attribute *p;
116 fld->attrs = (struct attribute **)
117 array_create(sizeof(struct attribute *), no);
123 p = (struct attribute *)new(struct attribute);
138 fld->attrs = (struct attribute **) array_append(fld->attrs, &p);
165 struct attribute *sdfl
    [all...]
fm_mn_par.h 42 /* Possible return types for attribute. */
77 struct attribute { struct
86 struct attribute **attrs;
getval.c 104 ** Evaluate one attribute based on a seqno.
114 struct attribute *attr, *tmp_attr;
146 * Decides whether to re_evaluate the attribute.
169 ** Forces reevaluation of current value for an attribute.
180 * SET_SINGLE_DEFAULT will generate a new attribute structure
192 struct attribute *hold;
193 struct attribute *attr;
199 hold = new(struct attribute);
200 memcpy(hold, attr, sizeof(struct attribute));
212 struct attribute *attr
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/attrs/t/
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/onnv-gate/usr/src/lib/libbsm/
audit_class.txt 45 0x00000004:fa:file attribute access
46 0x00000008:fm:file attribute modify
52 0x00000400:na:non-attribute
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/attrs/
attrs.pm 29 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),
  /onnv/onnv-gate/usr/src/lib/print/libpapi-dynamic/common/
nss.c 90 papi_attribute_t *attribute; local
153 papi_attribute_t *attribute; local
157 attribute = papiAttributeListFind(*list, "printer-uri-supported");
158 if (attribute != NULL) /* we have what we need, return */
162 attribute = papiAttributeListFind(*list, "printer-uri");
163 if ((attribute != NULL) &&
164 (attribute->type == PAPI_STRING) &&
165 (attribute->values != NULL) &&
166 (attribute->values[0]->string != NULL) &&
167 (strstr(attribute->values[0]->string, "://") != NULL))
215 papi_attribute_t *attribute; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/print/libpapi-common/
Makefile.com 30 OBJECTS = attribute.o common.o library.o list.o misc.o status.o uri.o
  /onnv/onnv-gate/usr/src/lib/libtnfprobe/
tnf_args.c 127 * associated with the input attribute. The number of characters in the
134 tnf_probe_get_value(tnf_probe_control_t *probe_p, char *attribute,
144 input_len = strlen(attribute);
152 /* last attribute */
163 /* search for match on attribute */
164 if (strncmp(attr_start, attribute, input_len) == 0) {
177 /* skip to next attribute */
  /onnv/onnv-gate/usr/src/lib/print/libpapi-common/common/
attribute.c 28 /* $Id: attribute.c 157 2006-04-26 15:07:55Z ktou $ */
49 static void papiAttributeFree(papi_attribute_t *attribute);
94 papiAttributeFree(papi_attribute_t *attribute)
96 if (attribute != NULL) {
97 if (attribute->name != NULL)
98 free(attribute->name);
99 if (attribute->values != NULL)
100 papiAttributeValuesFree(attribute->type,
101 attribute->values);
102 free(attribute);
246 papi_attribute_t *attribute = NULL; local
390 papi_attribute_t *attribute; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/libsldap/common/
ns_getalias.c 102 char *attribute[2]; local
140 attribute[0] = MAIL_MEMBER;
141 attribute[1] = NULL;
146 (const char **)attribute, NULL, 0, &result,
  /onnv/onnv-gate/usr/src/uts/sun4u/sys/
smc_if.h 97 uint8_t attribute; member in struct:__anon9361
101 #define SC_CMDSPEC_ATTR(CMDSPEC) ((CMDSPEC).attribute)
  /onnv/onnv-gate/usr/src/lib/libast/amd64/include/ast/
lc.h 107 const Lc_attribute_t* attribute; member in struct:Lc_map_s
113 const Lc_attribute_t* attribute; member in struct:Lc_attribute_list_s
  /onnv/onnv-gate/usr/src/lib/libast/amd64/src/lib/libast/
lc.h 107 const Lc_attribute_t* attribute; member in struct:Lc_map_s
113 const Lc_attribute_t* attribute; member in struct:Lc_attribute_list_s
  /onnv/onnv-gate/usr/src/lib/libast/i386/include/ast/
lc.h 107 const Lc_attribute_t* attribute; member in struct:Lc_map_s
113 const Lc_attribute_t* attribute; member in struct:Lc_attribute_list_s
  /onnv/onnv-gate/usr/src/lib/libast/i386/src/lib/libast/
lc.h 107 const Lc_attribute_t* attribute; member in struct:Lc_map_s
113 const Lc_attribute_t* attribute; member in struct:Lc_attribute_list_s
  /onnv/onnv-gate/usr/src/lib/libast/sparc/include/ast/
lc.h 107 const Lc_attribute_t* attribute; member in struct:Lc_map_s
113 const Lc_attribute_t* attribute; member in struct:Lc_attribute_list_s
  /onnv/onnv-gate/usr/src/lib/libast/sparc/src/lib/libast/
lc.h 107 const Lc_attribute_t* attribute; member in struct:Lc_map_s
113 const Lc_attribute_t* attribute; member in struct:Lc_attribute_list_s

Completed in 600 milliseconds

1 2 3 4 5