Searched refs:elp (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/sendmail/db/db/ |
H A D | db_salloc.c | 52 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, links, __data)) { 99 rp = (u_int8_t *)elp + sizeof(size_t) + elp->len; 107 if ((u_int8_t *)rp < (u_int8_t *)&elp->links) [all …]
|
H A D | db_dispatch.c | 209 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;
|
/illumos-gate/usr/src/cmd/ndmpd/tlm/ |
H A D | tlm_backup_reader.c | 1330 nvpair_t *elp; in zfs_get_prop_counts() local 1345 elp = nvlist_next_nvpair(uprops, NULL); in zfs_get_prop_counts() 1346 for (; elp != NULL; elp = nvlist_next_nvpair(uprops, elp)) in zfs_get_prop_counts() 1368 nvpair_t *elp; in ndmp_include_zfs() local 1423 elp = nvlist_next_nvpair(uprops, NULL); in ndmp_include_zfs() 1425 while (elp != NULL) { in ndmp_include_zfs() 1427 if (nvpair_value_nvlist(elp, &ulist) != 0 || in ndmp_include_zfs() 1435 if ((pname = nvpair_name(elp)) != NULL) { in ndmp_include_zfs() 1443 elp = nvlist_next_nvpair(uprops, elp); in ndmp_include_zfs()
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | tl.c | 1603 tl_endpt_t *elp = NULL; in tl_close() local 1614 (mod_hash_val_t *)&elp); in tl_close() 1615 ASSERT(rc == 0 && tep == elp); in tl_close() 1616 if ((rc != 0) || (tep != elp)) { in tl_close() 5607 tl_endpt_t *elp; in tl_cl_backenable() local 5611 for (elp = list_head(l); elp != NULL; elp = list_head(l)) { in tl_cl_backenable() 5612 ASSERT(tep->te_ser == elp->te_ser); in tl_cl_backenable() 5613 ASSERT(elp->te_flowq == tep); in tl_cl_backenable() 5614 if (!elp->te_closing) in tl_cl_backenable() 5615 TL_QENABLE(elp); in tl_cl_backenable() [all …]
|
/illumos-gate/usr/src/data/hwdata/ |
H A D | pci.ids | 25477 0007 DELTA-3G-elp-d
|