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

/freebsd-10-stable/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_sunddi.c83 struct ddi_soft_state_item *itemp; local
87 LIST_FOREACH(itemp, &ss->ss_list, ssi_next) {
88 if (itemp->ssi_item == item)
89 return (itemp->ssi_data);
110 struct ddi_soft_state_item *itemp; local
112 itemp = kmem_alloc(sizeof(*itemp), KM_SLEEP);
113 itemp->ssi_item = item;
114 itemp->ssi_data = kmem_zalloc(ss->ss_size, KM_SLEEP);
119 kmem_free(itemp
131 struct ddi_soft_state_item *itemp; local
173 struct ddi_soft_state_item *itemp; local
[all...]
/freebsd-10-stable/contrib/byacc/
H A Dlr0.c43 Value_t *itemp; local
55 for (itemp = ritem; itemp < item_end; itemp++)
57 symbol = *itemp;
H A Dlalr.c114 Value_t *itemp; local
122 for (itemp = ritem; itemp < item_end; itemp++)
124 if (*itemp >= 0)
/freebsd-10-stable/contrib/ntp/sntp/libevent/
H A Devdns.c1764 struct server_reply_item **itemp, *item; local
1774 itemp = &req->answer;
1778 itemp = &req->authority;
1782 itemp = &req->additional;
1788 while (*itemp) {
1789 itemp = &((*itemp)->next);
1824 *itemp = item;
/freebsd-10-stable/contrib/ntp/ntpd/
H A Dntp_proto.c2425 int itemp; local
2673 itemp = peer->t21_bytes - peer->t21_last;
2674 if (itemp > 25) {
2677 ftemp = itemp / etemp;
2682 itemp = len - peer->t34_bytes;
2683 if (itemp > 25) {
2686 ftemp = itemp / etemp;
/freebsd-10-stable/contrib/libreadline/
H A Ddisplay.c1164 int *itemp = vis_lbreaks, ntemp = vis_lbsize; local
1170 inv_lbreaks = itemp;
/freebsd-10-stable/sys/dev/sfxge/common/
H A Def10_nvram.c996 caddr_t itemp,
1019 memcpy(itemp, tlv_value(&cursor), item_length);
H A Def10_impl.h530 caddr_t itemp, variable

Completed in 148 milliseconds