Searched defs:elp (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/db/db/
H A Ddb_dispatch.c209 DB_TXNLIST *elp; local
212 if ((ret = __os_malloc(sizeof(DB_TXNLIST), NULL, &elp)) != 0)
215 elp->txnid = txnid;
217 LIST_INSERT_HEAD(&hp->head, elp, links);
220 elp->generation = hp->generation;
H A Ddb_salloc.c52 struct __data *elp; local
58 elp = (struct __data *)(hp + 1);
59 elp->len = size - sizeof(struct __head) - sizeof(elp->len);
60 SH_LIST_INSERT_HEAD(hp, elp, links, __data);
74 struct __data *elp; local
89 for (elp = SH_LIST_FIRST((struct __head *)p, __data);
90 elp != NULL;
91 elp = SH_LIST_NEXT(elp, link
155 struct __data *elp, *lastp, *newp; local
242 struct __data *elp; local
264 struct __data *elp; local
288 struct __data *elp; local
[all...]
/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Dnetshareenum.c94 struct share_info *entry_list, *elp;
202 for (share = shares, elp = entry_list, i = 0; i < entries;
204 elp->type = share->shi1_type;
205 elp->netname = convert_unicode_to_utf8(share->shi1_share);
206 if (elp->netname == NULL)
208 elp->remark = convert_unicode_to_utf8(share->shi1_remark);
209 if (elp->remark == NULL)
211 elp++;
221 for (elp = entry_list, i = 0; i < entries; i++, elp
304 struct share_info *entry_list, *elp; local
[all...]
/illumos-gate/usr/src/tools/stabs/
H A Dforth.c111 struct elist *elp; local
114 for (elp = tdp->data.emem; elp != NULL; elp = elp->next) {
115 printf("here ,\" %s\" %x\n", elp->name, elp->number);
H A Dgenassym.c127 struct elist *elp; local
130 for (elp = tdp->data.emem; elp != NULL; elp = elp->next) {
131 printf("#define\tENUM_%s 0x%x\n", elp->name, elp->number);
H A Dstabs.c686 struct elist *elp, **prev; local
694 elp = malloc(sizeof (*elp));
695 elp->next = NULL;
696 *prev = elp;
698 elp->name = w;
699 cp = number(cp, &elp->number);
702 elp->name, elp->number);
703 prev = &elp
[all...]
/illumos-gate/usr/src/tools/ctf/cvt/
H A Dst_parse.c1031 elist_t *elp, **prev; local
1039 elp = xcalloc(sizeof (*elp));
1040 elp->el_next = NULL;
1041 *prev = elp;
1043 elp->el_name = w;
1044 cp = number(cp, &elp->el_number);
1046 elp->el_name, elp->el_number);
1047 prev = &elp
[all...]
/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_backup_reader.c1330 nvpair_t *elp; local
1345 elp = nvlist_next_nvpair(uprops, NULL);
1346 for (; elp != NULL; elp = nvlist_next_nvpair(uprops, elp))
1368 nvpair_t *elp; local
1423 elp = nvlist_next_nvpair(uprops, NULL);
1425 while (elp != NULL) {
1427 if (nvpair_value_nvlist(elp, &ulist) != 0 ||
1435 if ((pname = nvpair_name(elp)) !
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Dtl.c1531 tl_endpt_t *elp = NULL; local
1542 (mod_hash_val_t *)&elp);
1543 ASSERT(rc == 0 && tep == elp);
1544 if ((rc != 0) || (tep != elp)) {
5509 tl_endpt_t *elp; local
5513 for (elp = list_head(l); elp != NULL; elp = list_head(l)) {
5514 ASSERT(tep->te_ser == elp->te_ser);
5515 ASSERT(elp
6290 tl_endpt_t *elp; local
[all...]

Completed in 62 milliseconds