Lines Matching defs:list_scb
5475 struct scb *list_scb;
5477 list_scb = scb;
5479 if (SCB_GET_TAG(list_scb) == tag)
5480 return (list_scb);
5481 list_scb = LIST_NEXT(list_scb, collision_links);
5482 } while (list_scb);
8745 struct scb *list_scb;
8747 list_scb = scb;
8749 printf("%d ", SCB_GET_TAG(list_scb));
8750 list_scb = LIST_NEXT(list_scb, collision_links);
8751 } while (list_scb && i++ < AHD_SCB_MAX);