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

/freebsd-11-stable/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_sunddi.c91 struct ddi_soft_state_item *itemp; local
95 LIST_FOREACH(itemp, &ss->ss_list, ssi_next) {
96 if (itemp->ssi_item == item)
97 return (itemp->ssi_data);
118 struct ddi_soft_state_item *itemp; local
120 itemp = kmem_alloc(sizeof(*itemp), KM_SLEEP);
121 itemp->ssi_item = item;
122 itemp->ssi_data = kmem_zalloc(ss->ss_size, KM_SLEEP);
127 kmem_free(itemp
139 struct ddi_soft_state_item *itemp; local
181 struct ddi_soft_state_item *itemp; local
[all...]
/freebsd-11-stable/contrib/byacc/
H A Dlr0.c45 Value_t *itemp; local
57 for (itemp = ritem; itemp < item_end; itemp++)
59 symbol = *itemp;
H A Dlalr.c114 Value_t *itemp; local
122 for (itemp = ritem; itemp < item_end; itemp++)
124 if (*itemp >= 0)
/freebsd-11-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-11-stable/contrib/ntp/ntpd/
H A Dntp_proto.c2486 int itemp; local
2722 itemp = peer->t21_bytes - peer->t21_last;
2723 if (itemp > 25) {
2726 ftemp = itemp / etemp;
2731 itemp = len - peer->t34_bytes;
2732 if (itemp > 25) {
2735 ftemp = itemp / etemp;
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-rpcap.c1038 socklen_t itemp; local
1259 itemp = sizeof(sockbufsize);
1261 res = getsockopt(sockdata, SOL_SOCKET, SO_RCVBUF, (char *)&sockbufsize, &itemp);
/freebsd-11-stable/contrib/libreadline/
H A Ddisplay.c1174 int *itemp = vis_lbreaks, ntemp = vis_lbsize; local
1180 inv_lbreaks = itemp;
/freebsd-11-stable/sys/dev/sfxge/common/
H A Def10_nvram.c997 caddr_t itemp,
1020 memcpy(itemp, tlv_value(&cursor), item_length);
H A Def10_impl.h530 caddr_t itemp, variable

Completed in 267 milliseconds