HomeSort by: relevance | last modified time | path
    Searched defs:scsi_find (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/x68k/x68k/
autoconf.c 55 static device_t scsi_find(dev_t);
116 if ((booted_device = scsi_find(bootdev)) != NULL)
168 scsi_find(dev_t bdev) function in typeref:typename:device_t
186 printf("warning: scsi_find: can't get boot interface -- "
  /src/sys/arch/sun3/sun3/
autoconf.c 161 static device_t scsi_find(char *, int, int);
173 { "sd", scsi_find },
252 scsi_find(char *name, int ctlr, int unit) function in typeref:typename:device_t
  /src/sys/arch/sun68k/sun68k/
autoconf.c 263 static device_t scsi_find(char *, int, int);
276 { "sd", scsi_find },
384 scsi_find(char *name, int ctlr, int unit) function in typeref:typename:device_t

Completed in 3599 milliseconds