/osnet-11/usr/src/lib/libfru/libfru/ |
H A D | nameSyntaxYacc.y | 60 %type <pathDef> recordpath element 74 recordpath : element 78 | element SEPIDENT recordpath 114 element : NAME label
|
H A D | Ancestor.cc | 143 Ancestor::listTaggedAncestors(char *element) argument 160 Ancestor *ant = createTaggedAncestor(def, element); 183 Ancestor::createTaggedAncestor(const fru_regdef_t *def, Str element) argument 191 Ancestor *rc = new Ancestor(element, tag, def); 193 if (element.compare(def->name) == 0) { 207 int f = definitionContains(tmp, def, element, 225 Str element, 230 if (element.compare(def->name) == 0) { 255 int f = definitionContains(tmp, def, element, 223 definitionContains(const fru_regdef_t *def, const fru_regdef_t *parent_def, Str element, uint32_t offset, Ancestor *ant, Str path) argument
|
H A D | libfru.cc | 126 "No registry definition for this element", 1402 // instWICur: The instance of this element within the tag itself. 1896 const char *element) 1905 = fru_reg_lookup_def_by_name((char *)element); 1963 const char *element) 1994 if (strcmp(element, "UNKNOWN") == 0) { 2015 = fru_reg_lookup_def_by_name((char *)element); 2142 fru_get_tagged_parents(const char *element, fru_strlist_t *parents) argument 2145 = Ancestor::listTaggedAncestors((char *)element); 1894 fru_add_element(fru_nodehdl_t container, const char *seg_name, const char *element) argument 1960 fru_delete_element(fru_nodehdl_t container, const char *seg_name, unsigned int instance, const char *element) argument
|
/osnet-11/usr/src/lib/gss_mechs/mech_dh/backend/mech/ |
H A D | oid.c | 59 /* If the upper bit is set it is part of this element */ 117 __OID_is_member(gss_OID_set set, const gss_OID_desc * const element) argument 123 if (__OID_equal(element, &set->elements[i])) 201 /* For each element in the array, addit to the set */
|
/osnet-11/usr/src/grub/grub2/grub-core/gfxmenu/ |
H A D | gui_string_util.c | 72 /* Find the end of the path element. */ 77 /* Copy the element. */ 82 /* Advance p to point to the start of the next element, or NULL. */ 101 /* Delete the '..' and the prior path element. */ 124 char *element = path_array[i]; local 125 if (element) 130 newpath_end = grub_stpcpy (newpath_end, element);
|
/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/ |
H A D | Tuple.java | 36 * Multi-element key to a value in an {@link Aggregation}. 39 * of each corresponding element. The natural ordering of tuples is 119 throw new NullPointerException("null element"); 126 * Creates a tuple with the given element list in the given list 138 throw new NullPointerException("element list is null"); 142 throw new NullPointerException("null element"); 151 * @throws NullPointerException if element is null 152 * @throws IllegalArgumentException if element is neither a {@link 157 addElement(ValueRecord element) argument 159 if (element [all...] |
/osnet-11/usr/src/grub/grub2/grub-core/lib/ |
H A D | priority_queue.c | 64 element (struct grub_priority_queue *pq, grub_size_t k) function 74 p1 = (grub_uint8_t *) element (pq, m); 75 p2 = (grub_uint8_t *) element (pq, n); 108 return element (pq, 0); 141 /* Heap property: pq->cmp (element (pq, p), element (pq, parent (p))) <= 0. */ 156 grub_memcpy (element (pq, pq->used - 1), el, pq->elsize); 159 if (pq->cmp (element (pq, p), element (pq, parent (p))) <= 0) 177 if (pq->cmp (element (p [all...] |
/osnet-11/usr/src/cmd/hal/addons/network-devices/ |
H A D | common.c | 38 char *element; local 43 while ((element = va_arg(ap, char *)) != NULL) { 44 if (element[0] != '/') 46 strlcat(udi, element, size);
|
/osnet-11/usr/src/lib/udapl/udapl_tavor/common/ |
H A D | dapl_hash.c | 51 * A hash table element 105 DAPL_HASH_ELEM *element = \ 107 if (NO_DATUM(element->datum)) { \ 109 } else if (element->key == (DAPL_HASH_KEY) (in_key)) { \ 110 (out_datum) = element->datum; \ 111 (bucket_head) = (void *)element; \ 112 } else if (element->next_element) { \ 113 dapli_hash_rehash(element, \ 132 * Inputs: element element t 137 dapli_hash_rehash( DAPL_HASH_ELEM *element, DAPL_HASH_KEY key, void **datum, DAPL_HASH_ELEM ** head) argument 287 dapl_hash_delete_element(DAPL_HASH_ELEM * element, DAPL_HASH_KEY key, DAPL_HASH_DATA *p_datum) argument [all...] |
/osnet-11/usr/src/lib/libnisdb/ |
H A D | ldap_parse.h | 50 /* Attribute/value hash list element */ 118 * element in __nis_mapping_item_t or 160 * element Pointer to a value element. If 'element' is non-NULL, the 161 * 'attrs' value is derived by evaluating 'element'. 167 struct __nis_mapping_element_struct *element; member in struct:__anon1951 210 /* Type of an element in a mapping rule */ 270 * Sub-element of a mapping rule element 353 } element; member in struct:__anon1958 456 } element; member in struct:__nis_mapping_element_struct 487 __nis_mapping_element_t *element; member in struct:__anon1968 [all...] |
H A D | nis_parse_ldap_map.c | 729 elmnt[numSplits].element.match.numItems = nElements; 730 elmnt[numSplits].element.match.item = item; 731 elmnt[numSplits].element.match.fmt = base; 740 if (t_map->e[numSplits].element. 743 t_map->e[numSplits].element. 1075 next->rhs.element[0].type != me_split)) { 1202 &e->element.item, item_type); 1329 e->element.match.numItems = nElements; 1330 e->element.match.item = item; 1331 e->element 2289 *element = NULL; local [all...] |
/osnet-11/usr/src/lib/libpool/common/ |
H A D | pool_xml.c | 69 * properties with an element. The property manipulation code overcomes this 214 * Pool element specific 275 /* Load up DTD element a-dtype data to improve performance */ 391 * Work out the element type and free the elem 403 * Remove an element from the document. Note that only three types of elements 435 * Create a property element. 441 xmlNodePtr element; local 444 if ((element = node_create(parent, BAD_CAST "property")) == NULL) { 449 xmlFree(element); 452 (void) pool_xml_set_attr(element, BAD_CAS 828 xmlNodePtr element; local [all...] |
/osnet-11/usr/src/lib/storage/liba5k/common/hdrs/ |
H A D | a5k.h | 94 #define ELM_TYP_FT 0x03 /* Fan Tray - cooling element */ 404 uint_t element[MAX_POSSIBLE_ELEMENTS]; member in struct:ib_page_2
|
/osnet-11/usr/src/lib/pkcs11/pkcs11_tpm/common/ |
H A D | tpmtok_int.h | 393 MECH_LIST_ELEMENT element; member in struct:mech_list_item
|