Searched refs:elts (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Derrmap.h63 struct mecherrmap__pair *elts;
70 arr->elts = calloc(10, sizeof(struct mecherrmap__pair));
71 if (arr->elts == NULL)
88 upper_bound = SIZE_MAX / sizeof(*arr->elts);
98 size_t oldsize = sizeof(*arr->elts) * arr->allocated;
109 newsize = sizeof(*arr->elts) * newcount;
110 ptr = realloc(arr->elts, newsize);
114 arr->elts = ptr;
124 return arr->elts + idx;
144 free(arr->elts);
62 struct mecherrmap__pair *elts; member in struct:mecherrmap__pairarray__header
[all...]
/illumos-gate/usr/src/uts/intel/io/drm/
H A Dradeon_state.c2435 drm_radeon_indices_t elts; local
2447 DRM_COPYFROM_WITH_RETURN(&elts, (void *)data, sizeof (elts));
2450 DRM_CURRENTPID, elts.idx, elts.start, elts.end, elts.discard);
2452 if (elts.idx < 0 || elts.idx >= dma->buf_count) {
2454 elts
[all...]
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c9047 * Create the DOM elements in elts necessary to (generically) represent prop
9053 struct pg_elts *elts, int flags)
9094 if (elts->propvals == NULL)
9095 elts->propvals = n;
9097 (void) xmlAddSibling(elts->propvals, n);
9155 if (elts->properties == NULL)
9156 elts->properties = pnode;
9158 (void) xmlAddSibling(elts->properties, pnode);
9162 * Add a property_group element for this property group to elts.
9168 struct pg_elts elts; local
9052 export_property(scf_property_t *prop, const char *name_arg, struct pg_elts *elts, int flags) argument
9246 struct pg_elts elts; local
9456 struct pg_elts elts; local
9701 export_pg_elts(struct pg_elts *elts, const char *name, const char *type, struct entity_elts *eelts) argument
9729 struct pg_elts elts; local
9812 export_method_context(scf_propertygroup_t *pg, struct entity_elts *elts) argument
10279 export_template(scf_propertygroup_t *pg, struct entity_elts *elts, struct template_elts *telts) argument
10319 export_parameter(scf_property_t *prop, const char *name, struct params_elts *elts) argument
10387 export_notify_params(scf_propertygroup_t *pg, struct entity_elts *elts) argument
10489 export_inst_general(scf_propertygroup_t *pg, xmlNodePtr inode, struct entity_elts *elts) argument
10558 struct entity_elts elts; local
10709 struct entity_elts elts; local
[all...]
/illumos-gate/usr/src/lib/libtnf/
H A Dabi.c227 tnf_ref32_t *elts; local
231 elts = (tnf_ref32_t *)_tnf_get_elements(tnf, array);
236 if ((type_elt = _GET_REF32(tnf, &elts[i])) == TNF_NULL) {

Completed in 81 milliseconds