Searched refs:itemp (Results 1 - 14 of 14) sorted by relevance

/illumos-gate/usr/src/lib/libpkg/common/
H A Dncgrpw.c82 Item *itemp; local
87 if ((itemp = (Item *) malloc(sizeof (*itemp))) ==
91 sizeof (*itemp), "itemp");
92 } else if ((itemp->key = (char *)malloc(len)) == NULL) {
94 "itemp->key");
95 free(itemp);
96 } else if ((itemp->data = malloc(struct_size)) == NULL) {
98 struct_size, "itemp
117 Item *itemp; local
185 Item *itemp; local
277 Item *itemp; local
341 Item *itemp; local
[all...]
H A Dnhash.c109 add_cache(Cache *cp, Item *itemp) argument
121 bp = &cp->bp[(*cp->hfunc)(itemp->key, itemp->keyl, cp->hsz)];
131 (*cp->hfunc)(itemp->key, itemp->keyl, cp->hsz));
155 bp->itempp[bp->nent] = itemp;
H A Dnhash.h68 extern int add_cache(Cache *cp, Item *itemp);
/illumos-gate/usr/src/cmd/lvm/rpc.metamedd/
H A Dmed_hash.c118 add_cache(Cache *cp, Item *itemp) argument
129 bp = &cp->bp[(*cp->hfunc)(itemp->key, itemp->keyl, cp->hsz)];
138 (*cp->hfunc)(itemp->key, itemp->keyl, cp->hsz));
164 bp->itempp[bp->nent] = itemp;
191 Item *itemp = Null_Item; local
204 itemp = cp->bp[*bidx].itempp[0];
210 return (itemp);
216 Item *itemp local
253 Item *itemp; local
282 del_cache(Cache *cp, Item *itemp) argument
374 Item *itemp; local
[all...]
H A Dmed_hash.h67 extern int add_cache(Cache *cp, Item *itemp);
72 extern int del_cache(Cache *cp, Item *itemp);
H A Dmed_db.c120 Item *itemp; local
135 if ((itemp = lookup_cache(med_db_cache, medp, len)) == Null_Item) {
136 if ((itemp = (Item *) Malloc(sizeof (*itemp))) == NULL) {
137 med_eprintf("add_key(): itemp = Malloc(%d)\n",
138 sizeof (*itemp));
141 if ((tmedp = itemp->key = Malloc(len)) == NULL) {
142 med_eprintf("add_key(): itemp->key = Malloc(%d)\n",
167 itemp->keyl = len;
169 if ((itemp
191 Item *itemp; local
210 Item *itemp; local
[all...]
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Dhtable.c540 htab_item_t *item, *tmp, **itemp; local
562 itemp = &items[(i * newsz) +
565 while (*itemp != NULL &&
566 tab->c->get_uid((*itemp)->p) >
568 itemp = &(*itemp)->next;
570 item->next = *itemp;
571 *itemp = item;
704 htab_item_t *items = NULL, **itemp; local
783 itemp
845 htab_item_t *item, **itemp; local
971 htab_item_t *item, **itemp; local
[all...]
/illumos-gate/usr/src/cmd/lp/lib/filters/
H A Dinsfilter.c350 TYPE *itemp,
354 searchlist_t(itemp, list)
355 TYPE *itemp;
367 if (typematch(itemp, list))
349 searchlist_t( TYPE *itemp, TYPE *list ) argument
/illumos-gate/usr/src/lib/libdscfg/common/
H A Dcfg.c400 char *itemp; local
428 itemp = strtok(NULL, ".");
431 if (!itemp)
437 section, setp, itemp);
492 if (!itemp) {
497 if (itemp) {
498 needed = cfg_get_item(&chead[0], section, itemp);
695 char *itemp; local
717 itemp = strtok(NULL, ".");
735 if (!itemp)
[all...]
/illumos-gate/usr/src/cmd/troff/troff.d/
H A Ddraw.c79 int itemp; /*temp. storage for value returned byint function sgn*/ local
127 incrway = itemp = sgn ((int) slope);
/illumos-gate/usr/src/uts/common/io/usb/clients/hidparser/
H A Dhidparser.c1461 int *itemp; local
1463 itemp = hid_first_list[func_index];
1464 while (*itemp != 0) {
1466 if (*itemp == token) {
1470 itemp++;
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c1501 mib_item_destroy(mib_item_t **itemp) { argument
1506 if (itemp == NULL || *itemp == NULL)
1509 for (tempp = *itemp; tempp != NULL; tempp = tempp->next_item)
1519 if ((itemp[0][c]).valp != NULL)
1520 free((itemp[0][c]).valp);
1522 free(*itemp);
1524 *itemp = NULL;
5203 sctp_getnext_rem(const mib_item_t **itemp, argument
5206 const mib_item_t *item = *itemp;
5238 sctp_getnext_local(const mib_item_t **itemp, const mib2_sctpConnLocalEntry_t *current, uint32_t associd) argument
[all...]
/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Def10_nvram.c968 caddr_t itemp,
991 (void) memcpy(itemp, tlv_value(&cursor), item_length);
H A Def10_impl.h508 caddr_t itemp, variable

Completed in 252 milliseconds