sim 516 dev/ic/aac.c struct aac_sim *sim;
sim 536 dev/ic/aac.c while ((sim = TAILQ_FIRST(&sc->aac_sim_tqh)) != NULL) {
sim 537 dev/ic/aac.c TAILQ_REMOVE(&sc->aac_sim_tqh, sim, sim_link);
sim 538 dev/ic/aac.c error = device_delete_child(dev, sim->sim_dev);
sim 541 dev/ic/aac.c free(sim, M_AACBUF);
sim 9449 dev/ic/aic79xx.c ahd_find_tmode_devs(struct ahd_softc *ahd, struct cam_sim *sim, union ccb *ccb,
sim 9490 dev/ic/aic79xx.c ahd_handle_en_lun(struct ahd_softc *ahd, struct cam_sim *sim, union ccb *ccb)
sim 9503 dev/ic/aic79xx.c status = ahd_find_tmode_devs(ahd, sim, ccb, &tstate, &lstate,
sim 9571 dev/ic/aic79xx.c channel = SCSI_CHANNEL(ahd, sim);
sim 9649 dev/ic/aic79xx.c channel = SCSI_CHANNEL(ahd, sim);
sim 9650 dev/ic/aic79xx.c our_id = SCSI_SCSI_ID(ahd, sim);
sim 1542 dev/ic/aic79xx.h struct cam_sim *sim, union ccb *ccb);
sim 1544 dev/ic/aic79xx.h struct cam_sim *sim, union ccb *ccb,
sim 6673 dev/ic/aic7xxx.c ahc_find_tmode_devs(struct ahc_softc *ahc, struct cam_sim *sim, union ccb *ccb,
sim 6714 dev/ic/aic7xxx.c ahc_handle_en_lun(struct ahc_softc *ahc, struct cam_sim *sim, union ccb *ccb)
sim 6728 dev/ic/aic7xxx.c status = ahc_find_tmode_devs(ahc, sim, ccb, &tstate, &lstate,
sim 6736 dev/ic/aic7xxx.c if (cam_sim_bus(sim) == 0)
sim 6840 dev/ic/aic7xxx.c channel = SIM_CHANNEL(ahc, sim);
sim 6922 dev/ic/aic7xxx.c channel = SIM_CHANNEL(ahc, sim);
sim 6923 dev/ic/aic7xxx.c our_id = SIM_SCSI_ID(ahc, sim);