Searched defs:el (Results 1 - 13 of 13) sorted by relevance

/osnet-11/usr/src/lib/libpower/common/
H A Dpm_kernel.c53 nvpair_t *el; local
128 el = nvlist_next_nvpair(kres, NULL);
129 while (el != NULL && err == PM_SUCCESS) {
136 tok = strdup(nvpair_name(el));
153 proptype = nvpair_type(el);
156 errno = nvpair_value_boolean_value(el, &valb);
165 errno = nvpair_value_uint64(el, &valu);
175 errno = nvpair_value_string(el, &(vals[0]));
194 el = nvlist_next_nvpair(kres, el);
[all...]
H A Dlibpower_subr.c270 nvlist_t *el; local
306 errno = nvlist_lookup_nvlist(nvl, propname, &el);
318 if (! match_pgname(el, pgname)) {
335 errno = nvlist_lookup_nvpair(el,
H A Dpm_smf.c196 scf_simple_prop_t *el; local
225 el = (scf_simple_prop_t *)scf_simple_app_props_next(props, NULL);
226 while (el != NULL && prop == NULL) {
230 np = scf_simple_prop_name(el);
234 prop = el;
238 el = (scf_simple_prop_t *)scf_simple_app_props_next(props, el);
/osnet-11/usr/src/lib/krb5/dyn/
H A Ddyn.c345 int DynAdd(obj, el)
347 void *el;
351 ret = DynPut(obj, el, obj->num_el);
372 DynPtr el = (DynPtr) el_in; local
377 obj->el_size, el, obj->array, idx*obj->el_size);
382 memmove(obj->array + idx*obj->el_size, el, (size_t) obj->el_size);
/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A Dpriority_queue.c143 grub_priority_queue_push (grub_priority_queue_t pq, const void *el) argument
156 grub_memcpy (element (pq, pq->used - 1), el, pq->elsize);
/osnet-11/usr/src/lib/libresolv2/common/isc/
H A Dmemcluster.c372 memcluster_element *el; local
406 el = activelists[max_size];
408 el = activelists[size];
409 while (el != NULL && el != e) {
410 prev = el;
411 el = el->next;
413 INSIST(el != NULL); /*%< double free */
416 activelists[max_size] = el
[all...]
/osnet-11/usr/src/lib/libnsl/nis/gen/
H A Dnis_subr.c853 uint_t el, /* Sizeof elements */
858 sz = nel * el;
851 nis_get_static_storage( struct nis_sdata *bs, uint_t el, uint_t nel) argument
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dbfs.c924 struct grub_bfs_small_data_element_header *el; local
927 el = (struct grub_bfs_small_data_element_header *) ptr;
928 if (el->name_len == 0)
930 el_name = (char *) (el + 1);
931 data = (grub_uint8_t *) el_name + grub_bfs_to_cpu16 (el->name_len) + 3;
932 ptr = data + grub_bfs_to_cpu16 (el->value_len) + 1;
933 if (grub_memcmp (name, el_name, grub_bfs_to_cpu16 (el->name_len)) == 0
934 && name[el->name_len] == 0)
938 if (grub_bfs_to_cpu16 (el->value_len) > copy)
939 copy = grub_bfs_to_cpu16 (el
[all...]
/osnet-11/usr/src/cmd/hal/hald/
H A Ddevice_info.c888 * @param el Element name
892 start (ParsingContext * pc, const char *el, const char **attr) argument
905 printf("%s", el);
914 if (strcmp (el, "match") == 0) {
935 } else if (strcmp (el, "merge") == 0) {
952 } else if (strcmp (el, "append") == 0) {
969 } else if (strcmp (el, "prepend") == 0) {
986 } else if (strcmp (el, "remove") == 0) {
1003 } else if (strcmp (el, "clear") == 0) {
1020 } else if (strcmp (el, "devic
1090 end(ParsingContext * pc, const char *el) argument
[all...]
/osnet-11/usr/src/lib/libc/port/threads/
H A Dsynch.c2516 short el; local
2558 if (((el = gflags->uf_trs_ted) | mtype) == 0) {
2566 if (el) /* error detection or lock statistics */
/osnet-11/usr/src/lib/libraidcfg/common/
H A Draidcfg.c117 raid_list_el_t el; /* double-links */ member in struct:__anon2387
4253 raid_list_el_t *el = LIST_OBJ_TO_EL(list, obj); local
4255 return (el->next);
4261 raid_list_el_t *el = LIST_OBJ_TO_EL(list, obj), *el1; local
4263 el->prev = list->tail;
4266 el->next = NULL;
4271 if (el->prev != NULL) {
4272 el1 = LIST_OBJ_TO_EL(list, el->prev);
4280 raid_list_el_t *el = LIST_OBJ_TO_EL(list, obj), *el1; local
4283 list->head = el
[all...]
/osnet-11/usr/src/lib/libpicltree/
H A Dpicltree.c2546 append_entry_to_list(prop_list_t *el, prop_list_t *list) argument
2550 if (el == NULL)
2554 list = el;
2566 ptr->next = el;
2593 prop_list_t *el; local
2655 el = (prop_list_t *)malloc(sizeof (prop_list_t));
2656 el->pname = pname;
2657 el->pval = pval;
2658 el->next = NULL;
2659 *plist = append_entry_to_list(el, *plis
3238 picld_plugin_reg_list_t *el; local
[all...]
/osnet-11/usr/src/lib/libscf/common/
H A Dlowlevel.c1180 scf_datael_t *el; local
1289 for (el = uu_list_first(handle->rh_dataels); el != NULL;
1290 el = uu_list_next(handle->rh_dataels, el)) {
1291 if (datael_attach(el) == -1) {

Completed in 67 milliseconds