Home
last modified time | relevance | path

Searched refs:is_next (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/stat/common/
H A Dacquire_iodevs.c216 *list = pos->is_next; in list_del()
217 if (pos->is_next) in list_del()
220 pos->is_prev->is_next = pos->is_next; in list_del()
235 new->is_next = pos; in insert_before()
257 new->is_next = pos->is_next; in insert_after()
259 if (pos->is_next) in insert_after()
261 pos->is_next = new; in insert_after()
307 tmp = tmp->is_next; in insert_into()
418 pos = pos->is_next; in choose_iodevs()
459 pos = pos->is_next; in choose_iodevs()
[all …]
H A Dwalkers.c120 d1 = d1->is_next; in iodev_walk()
125 d2 = d2->is_next; in iodev_walk()
130 d1 = d1->is_next; in iodev_walk()
131 d2 = d2->is_next; in iodev_walk()
139 d1 = d1->is_next; in iodev_walk()
146 d2 = d2->is_next; in iodev_walk()
307 d1 = d1->is_next; in iodev_report()
310 d2 = d2->is_next; in iodev_report()
313 d1 = d1->is_next; in iodev_report()
320 d1 = d1->is_next; in iodev_report()
[all …]
H A Dstatcommon.h195 struct iodev_snapshot *is_next; member
H A Dacquire.c367 ss->s_iodevs = ss->s_iodevs->is_next; in free_snapshot()
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_state.c642 ips.ips_next = isn->is_next;
850 ifs->ifs_ips_list->is_pnext = &is->is_next;
852 is->is_next = ifs->ifs_ips_list;
3390 *is->is_pnext = is->is_next;
3391 if (is->is_next != NULL) {
3392 is->is_next->is_pnext = is->is_pnext;
3393 is->is_next = NULL;
3508 isn = is->is_next;
4393 next = is->is_next;
4430 if (next->is_next == NULL) {
[all …]
/illumos-gate/usr/src/cmd/ipf/lib/
H A Dprintstate.c190 return ips.is_next;
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_state.h39 struct ipstate *is_next; member
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipfstat.c1231 for (; ipsstp->iss_list; ipsstp->iss_list = ips.is_next) {