/titanic_50/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;
|
/titanic_50/usr/src/lib/libsmbfs/smb/ |
H A D | netshareenum.c | 94 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++) { 228 if (elp->netname == NULL) [all …]
|
/titanic_50/usr/src/tools/stabs/ |
H A D | genassym.c | 127 struct elist *elp; in genassym_do_enum() local 130 for (elp = tdp->data.emem; elp != NULL; elp = elp->next) { in genassym_do_enum() 131 printf("#define\tENUM_%s 0x%x\n", elp->name, elp->number); in genassym_do_enum()
|
H A D | forth.c | 111 struct elist *elp; in forth_do_enum() local 114 for (elp = tdp->data.emem; elp != NULL; elp = elp->next) { in forth_do_enum() 115 printf("here ,\" %s\" %x\n", elp->name, elp->number); in forth_do_enum()
|
H A D | stabs.c | 686 struct elist *elp, **prev; in enumdef() local 694 elp = malloc(sizeof (*elp)); in enumdef() 695 elp->next = NULL; in enumdef() 696 *prev = elp; in enumdef() 698 elp->name = w; in enumdef() 699 cp = number(cp, &elp->number); in enumdef() 702 elp->name, elp->number); in enumdef() 703 prev = &elp->next; in enumdef()
|
/titanic_50/usr/src/tools/ctf/cvt/ |
H A D | st_parse.c | 1031 elist_t *elp, **prev; in enumdef() local 1039 elp = xcalloc(sizeof (*elp)); in enumdef() 1040 elp->el_next = NULL; in enumdef() 1041 *prev = elp; in enumdef() 1043 elp->el_name = w; in enumdef() 1044 cp = number(cp, &elp->el_number); in enumdef() 1046 elp->el_name, elp->el_number); in enumdef() 1047 prev = &elp->el_next; in enumdef()
|
/titanic_50/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()
|
/titanic_50/usr/src/uts/common/io/ |
H A D | tl.c | 1530 tl_endpt_t *elp = NULL; in tl_close() local 1541 (mod_hash_val_t *)&elp); in tl_close() 1542 ASSERT(rc == 0 && tep == elp); in tl_close() 1543 if ((rc != 0) || (tep != elp)) { in tl_close() 5458 tl_endpt_t *elp; in tl_cl_backenable() local 5462 for (elp = list_head(l); elp != NULL; elp = list_head(l)) { in tl_cl_backenable() 5463 ASSERT(tep->te_ser == elp->te_ser); in tl_cl_backenable() 5464 ASSERT(elp->te_flowq == tep); in tl_cl_backenable() 5465 if (! elp->te_closing) in tl_cl_backenable() 5466 TL_QENABLE(elp); in tl_cl_backenable() [all …]
|
/titanic_50/usr/src/data/hwdata/ |
H A D | pci.ids | 22050 0007 DELTA-3G-elp-d
|