last_hw           663 dev/pci/if_sandrv.c 	sdlahw_t	*new_hw, *last_hw;
last_hw           685 dev/pci/if_sandrv.c 	LIST_FOREACH(last_hw, &sdlahw_head, next) {
last_hw           686 dev/pci/if_sandrv.c 		if (!LIST_NEXT(last_hw, next))
last_hw           689 dev/pci/if_sandrv.c 	if (last_hw)
last_hw           690 dev/pci/if_sandrv.c 		LIST_INSERT_AFTER(last_hw, new_hw, next);