Searched refs:mp_next (Results 1 – 13 of 13) sorted by relevance
1031 newmap->mp_next = NULL; in eib_fip_parse_vhub_table()1246 newmap->mp_next = NULL; in eib_fip_parse_vhub_update()1329 map->mp_next = tbl->tb_mcast_entry[bkt]; in eib_fip_queue_tbl_entry()1337 map->mp_next = tbl->tb_vnic_entry[bkt]; in eib_fip_queue_tbl_entry()1362 for (tail = upd->up_vnic_entry; tail != NULL; tail = tail->mp_next) { in eib_fip_queue_upd_entry()1363 if (tail->mp_next == NULL) in eib_fip_queue_upd_entry()1367 tail->mp_next = map; in eib_fip_queue_upd_entry()1398 newmap->mp_next = NULL; in eib_fip_queue_gw_entry()1424 nxt = map->mp_next; in eib_fip_apply_updates()1440 nxt = map->mp_next; in eib_fip_apply_updates()[all …]
726 nxt = elem->mp_next; in eib_vnic_fini_tables()771 nxt = elem->mp_next; in eib_vnic_fini_tables()780 nxt = elem->mp_next; in eib_vnic_fini_tables()1794 elem = elem->mp_next) { in eib_vnic_lookup_dest()
463 fstyp_module_t *mp, *mp_next; in fstyp_fini_all_modules() local465 for (mp = h->modules; mp != NULL; mp = mp_next) { in fstyp_fini_all_modules()466 mp_next = mp->next; in fstyp_fini_all_modules()
73 struct mperm *mp_next; member
924 mptail->mp_next = mp; in i_devfs_read_minor_perm()980 next = mp->mp_next; in devfs_free_minor_perm()1028 for (mp = mplist; mp != NULL; mp = mp->mp_next) { in i_devfs_minor_perm_nvlist()
919 mblk_t *mp_next; in viona_rx_mcast() local923 mp_next = mp->b_next; in viona_rx_mcast()961 mp = mp_next; in viona_rx_mcast()
1740 mp_head = &(*mp_head)->mp_next; in rem_minorperm()1745 *mp_head = freemp->mp_next; in rem_minorperm()1793 for (p = dnp->dn_mperm; p; v = p, p = p->mp_next) { in add_minorperm()1798 v->mp_next = mp; in add_minorperm()1799 mp->mp_next = p->mp_next; in add_minorperm()1809 mp->mp_next = *mp_head; in add_minorperm()4662 for (mp = dnp->dn_mperm; mp; mp = mp->mp_next) { in dev_alias_minorperm()4736 for (mp = dnp->dn_mperm; mp; mp = mp->mp_next) { in dev_minorperm()
6977 mblk_t *bp, *mp_head, *mp_next, *mp_prev; in flush_syncq() local6992 for (bp = sq->sq_evhead; bp != NULL; bp = mp_next) { in flush_syncq()6993 mp_next = bp->b_next; in flush_syncq()6997 mp_prev->b_next = mp_next; in flush_syncq()7003 ASSERT(mp_next == NULL); in flush_syncq()7007 sq->sq_evhead = mp_next; in flush_syncq()7045 for (bp = mp_head; bp != NULL; bp = mp_next) { in flush_syncq()7046 mp_next = bp->b_next; in flush_syncq()
537 struct eib_vhub_map_s *mp_next; member
2795 mblk_t *mp_next, *tail, **unclass_nextp; in mac_rx_flow() local2808 mp_next = tail = mp_chain; in mac_rx_flow()2810 while (mp_next != NULL) { in mac_rx_flow()2812 mblk_t *mp = mp_next; in mac_rx_flow()2813 mp_next = mp_next->b_next; in mac_rx_flow()2825 mp_chain = mp_next; in mac_rx_flow()2826 tail = mp_next; in mac_rx_flow()
4127 mblk_t *mp_next; in mac_promisc_dispatch_one() local4146 for (mblk_t *tmp = mp_copy; tmp != NULL; tmp = mp_next) { in mac_promisc_dispatch_one()4147 mp_next = tmp->b_next; in mac_promisc_dispatch_one()4155 mp_next = mp->b_next; in mac_promisc_dispatch_one()4158 mp->b_next = mp_next; in mac_promisc_dispatch_one()
7005 mblk_t *mp_next; in ipsq_flush() local7014 for (prev = NULL, mp = ipx->ipx_mphead; mp != NULL; mp = mp_next) { in ipsq_flush()7015 mp_next = mp->b_next; in ipsq_flush()7024 ASSERT(mp_next == NULL); in ipsq_flush()
7216 for (mp = minor_perms; mp != NULL; mp = mp->mp_next) { in getattr()