platform_arg     1343 drivers/scsi/aic7xxx/aic79xx.h struct ahd_softc	*ahd_alloc(void *platform_arg, char *name);
platform_arg     6066 drivers/scsi/aic7xxx/aic79xx_core.c ahd_alloc(void *platform_arg, char *name)
platform_arg     6078 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd = device_get_softc((device_t)platform_arg);
platform_arg     6116 drivers/scsi/aic7xxx/aic79xx_core.c 	if (ahd_platform_alloc(ahd, platform_arg) != 0) {
platform_arg     1324 drivers/scsi/aic7xxx/aic79xx_osm.c ahd_platform_alloc(struct ahd_softc *ahd, void *platform_arg)
platform_arg      649 drivers/scsi/aic7xxx/aic79xx_osm.h int	ahd_platform_alloc(struct ahd_softc *ahd, void *platform_arg);
platform_arg     1156 drivers/scsi/aic7xxx/aic7xxx.h struct ahc_softc	*ahc_alloc(void *platform_arg, char *name);
platform_arg     4397 drivers/scsi/aic7xxx/aic7xxx_core.c ahc_alloc(void *platform_arg, char *name)
platform_arg     4410 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc = device_get_softc((device_t)platform_arg);
platform_arg     4441 drivers/scsi/aic7xxx/aic7xxx_core.c 	if (ahc_platform_alloc(ahc, platform_arg) != 0) {
platform_arg     1209 drivers/scsi/aic7xxx/aic7xxx_osm.c ahc_platform_alloc(struct ahc_softc *ahc, void *platform_arg)
platform_arg      666 drivers/scsi/aic7xxx/aic7xxx_osm.h int	ahc_platform_alloc(struct ahc_softc *ahc, void *platform_arg);