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

/illumos-gate/usr/src/lib/krb5/dyn/
H A Ddyn_put.c54 int DynAdd(obj, el)
56 void *el;
60 ret = DynPut(obj, el, obj->num_el);
81 DynPtr el = (DynPtr) el_in; local
86 obj->el_size, el, obj->array, idx*obj->el_size);
92 memmove(obj->array + idx*obj->el_size, el, obj->el_size);
94 bcopy(el, obj->array + idx*obj->el_size, obj->el_size);
/illumos-gate/usr/src/cmd/vntsd/
H A Dqueue.c51 vntsd_que_t *el; local
54 el = (vntsd_que_t *)malloc(sizeof (vntsd_que_t));
55 if (el == NULL) {
60 el->nextp = NULL;
61 el->prevp = NULL;
62 el->handle = handle;
64 return (el);
72 vntsd_que_t *el; local
78 el = alloc_que_el(handle);
80 if (el
105 vntsd_que_t *q, *el; local
[all...]
/illumos-gate/usr/src/tools/ctf/cvt/
H A Dalist.c55 alist_hash(int nbuckets, alist_el_t *el) argument
57 uintptr_t num = (uintptr_t)el->ale_name;
91 alist_free_cb(alist_el_t *el, alist_t *alist) argument
94 alist->al_namefree(el->ale_name);
96 alist->al_valfree(el->ale_name);
97 free(el);
110 alist_el_t *el; local
112 el = xmalloc(sizeof (alist_el_t));
113 el->ale_name = name;
114 el
139 alist_iter_cb(alist_el_t *el, alist_iter_data_t *aid) argument
191 alist_el_t *el = node; local
[all...]
H A Dtdata.c218 elist_t *el = tdp->t_emem; local
221 while (el) {
222 oel = el;
223 el = el->el_next;
H A Ddwarf.c855 elist_t *el; local
863 el = xcalloc(sizeof (elist_t));
864 el->el_name = die_name(dw, mem);
867 el->el_number = sval;
870 el->el_number = uval;
877 die_off(dw, mem), el->el_name, el->el_number);
879 *elastp = el;
880 elastp = &el->el_next;
/illumos-gate/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...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/excalibur/envd/
H A Dpiclenvsetup.c268 node_list_t *el; local
271 el = malloc(sizeof (node_list_t));
272 if (el == NULL)
274 el->nodeh = nodeh;
275 el->next = NULL;
277 listp = el;
288 tmp->next = el;
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_whatis.c47 uintptr_t el = *(const uintptr_t *)e; local
49 if (el < range[0])
52 if ((el - range[0]) >= range[1])
/illumos-gate/usr/src/lib/libnsl/nis/gen/
H A Dnis_subr.c856 uint_t el, /* Sizeof elements */
861 sz = nel * el;
854 nis_get_static_storage( struct nis_sdata *bs, uint_t el, uint_t nel) argument
/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_traverse.c287 char *nm, int *el, fs_fhandle_t *efh, struct stat64 *est)
300 *el = 0;
309 *el = strlen(dp->d_name);
311 *el = 0;
333 int pl, el; /* path and directory entry length */ local
422 el = NAME_MAX;
424 &tsp->ts_dpos, nm, &el,
442 if (el == 0) {
448 nm[el] = '\0';
459 if (pl + 1 + el > PATH_MA
286 fs_readdir(fs_fhandle_t *ts_fh, char *path, long *dpos, char *nm, int *el, fs_fhandle_t *efh, struct stat64 *est) argument
751 int pl, el; /* path and directory entry length */ local
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/grover/envd/
H A Dpiclenvsetup.c245 node_list_t *el; local
248 el = malloc(sizeof (node_list_t));
249 if (el == NULL)
251 el->nodeh = nodeh;
252 el->next = NULL;
254 listp = el;
265 tmp->next = el;
/illumos-gate/usr/src/uts/i86pc/io/psm/
H A Dpsm_common.c545 psm_acpi_edgelevel(UINT32 el) argument
547 switch (el) {
553 /* el is a single bit; should never reach here */
762 int i, el, po, irqlist_len; local
788 el = resp->Data.Irq.Triggering;
794 el = resp->Data.ExtendedIrq.Triggering;
815 intr_flags.intr_el = psm_acpi_edgelevel(el);
/illumos-gate/usr/src/uts/sun4u/os/
H A Dmemscrub.c1372 struct memlist *el; local
1374 el = list;
1376 kmem_free(el, sizeof (struct memlist));
1394 struct memlist *el; local
1396 el = old_list;
1398 kmem_free(el, sizeof (struct memlist));
/illumos-gate/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...]
/illumos-gate/usr/src/uts/common/io/audio/impl/
H A Daudio_client.c534 uint64_t el, sl; local
547 el = ENG_QLEN(e) + (e->e_head - e->e_tail);
549 el = (e->e_head - e->e_tail);
560 *flen = ((uint_t)(((el * sr) / er) + sl));
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dsynch.c2510 short el; local
2552 if (((el = gflags->uf_trs_ted) | mtype) == 0) {
2560 if (el) /* error detection or lock statistics */
/illumos-gate/usr/src/uts/common/os/
H A Devchannels.c130 evch_dl_add(evch_dlist_t *hp, evch_dlelem_t *el) argument
135 x->dl_next = el;
136 y->dl_prev = el;
137 el->dl_next = y;
138 el->dl_prev = x;
182 * Find next element of a evch_dlist_t list. Find first element if el == NULL.
186 evch_dl_next(evch_dlist_t *hp, void *el) argument
188 evch_dlelem_t *ep = (evch_dlelem_t *)el;
223 evch_q_in(evch_squeue_t *q, evch_qelem_t *el) argument
225 q->sq_tail->q_next = el;
240 evch_qelem_t *el; local
257 evch_q_next(evch_squeue_t *q, evch_qelem_t *el) argument
[all...]
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_eeprom.c248 uint32_t sum = 0, el; local
296 el = swab16(ahp->ah_eeprom.def.baseEepHeader.length);
298 el = ahp->ah_eeprom.def.baseEepHeader.length;
300 if (el > sizeof (struct ar5416_eeprom_def))
301 el = sizeof (struct ar5416_eeprom_def) / sizeof (uint16_t);
303 el = el / sizeof (uint16_t);
307 for (i = 0; i < el; i++)
378 uint32_t sum = 0, el; local
426 el
[all...]
/illumos-gate/usr/src/uts/common/vm/
H A Dvm_anon.c3458 ulong_t i, el; local
3463 for (i = 0, el = *lenp; i < el; i += PAGESIZE, anon_idx++) {
/illumos-gate/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...]
/illumos-gate/usr/src/lib/libraidcfg/common/
H A Draidcfg.c119 raid_list_el_t el; /* double-links */ member in struct:__anon3827
4251 raid_list_el_t *el = LIST_OBJ_TO_EL(list, obj); local
4253 return (el->next);
4259 raid_list_el_t *el = LIST_OBJ_TO_EL(list, obj), *el1; local
4261 el->prev = list->tail;
4264 el->next = NULL;
4269 if (el->prev != NULL) {
4270 el1 = LIST_OBJ_TO_EL(list, el->prev);
4278 raid_list_el_t *el = LIST_OBJ_TO_EL(list, obj), *el1; local
4281 list->head = el
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/frutree/
H A Dpiclfrutree.c1247 frutree_hashelm_t *el; local
1259 el = node_hash_table.tbl[i];
1260 node_hash_table.tbl[i] = el->nextp;
1261 datap = (hashdata_t *)el->nodep;
1263 el->nodep = NULL;
1264 free(el);
1265 el = NULL;
1279 frutree_hashelm_t *el; local
1289 el = (frutree_hashelm_t *)malloc(sizeof (frutree_hashelm_t));
1290 if (el
1388 frutree_hashelm_t *el; local
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/common/devtree/
H A Dpicldevtree.c2256 conf_entries_t *el; local
2261 el = list;
2262 while (el != NULL) {
2263 del = el;
2264 el = el->next;
2269 return (el);
2282 conf_entries_t *el; local
2305 el = malloc(sizeof (conf_entries_t));
2306 if (el
2367 asr_conf_entries_t *el; local
2401 asr_conf_entries_t *el; local
[all...]
/illumos-gate/usr/src/lib/libscf/common/
H A Dlowlevel.c1126 scf_datael_t *el; local
1235 for (el = uu_list_first(handle->rh_dataels); el != NULL;
1236 el = uu_list_next(handle->rh_dataels, el)) {
1237 if (datael_attach(el) == -1) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.c240 static void add_to_list(ipqos_list_el_t **listp, ipqos_list_el_t *el);
254 #define ADD_TO_LIST(list, el)\
255 add_to_list((ipqos_list_el_t **)list, (ipqos_list_el_t *)el)
3842 ipqos_list_el_t *el)
3844 el->next = *listp;
3845 *listp = el;
3840 add_to_list( ipqos_list_el_t **listp, ipqos_list_el_t *el) argument

Completed in 182 milliseconds