/src/sys/arch/x68k/x68k/ |
autoconf.c | 37 #include "scsibus.h" 173 device_t scsibus; local in function:scsi_find 188 scsibus = device_find_by_xname("scsibus0"); 195 * search for the scsibus whose parent is 201 for (scsibus = deviter_first(&di, DEVITER_F_ROOT_FIRST); 202 scsibus != NULL; 203 scsibus = deviter_next(&di)) { 204 if (device_parent(scsibus) 205 && strcmp(tname, device_xname(device_parent(scsibus))) == 0) 210 if (scsibus == NULL [all...] |
autoconf.c | 37 #include "scsibus.h" 173 device_t scsibus; local in function:scsi_find 188 scsibus = device_find_by_xname("scsibus0"); 195 * search for the scsibus whose parent is 201 for (scsibus = deviter_first(&di, DEVITER_F_ROOT_FIRST); 202 scsibus != NULL; 203 scsibus = deviter_next(&di)) { 204 if (device_parent(scsibus) 205 && strcmp(tname, device_xname(device_parent(scsibus))) == 0) 210 if (scsibus == NULL [all...] |
autoconf.c | 37 #include "scsibus.h" 173 device_t scsibus; local in function:scsi_find 188 scsibus = device_find_by_xname("scsibus0"); 195 * search for the scsibus whose parent is 201 for (scsibus = deviter_first(&di, DEVITER_F_ROOT_FIRST); 202 scsibus != NULL; 203 scsibus = deviter_next(&di)) { 204 if (device_parent(scsibus) 205 && strcmp(tname, device_xname(device_parent(scsibus))) == 0) 210 if (scsibus == NULL [all...] |
/src/sys/arch/sun3/sun3/ |
autoconf.c | 48 #include "scsibus.h" 249 * scsibus number, and the unit number is (targ*8 + LUN). 254 device_t scsibus; local in function:scsi_find 259 scsibus = device_find_by_driver_unit("scsibus", ctlr); 260 if (scsibus == NULL) 268 sbsc = device_private(scsibus);
|
autoconf.c | 48 #include "scsibus.h" 249 * scsibus number, and the unit number is (targ*8 + LUN). 254 device_t scsibus; local in function:scsi_find 259 scsibus = device_find_by_driver_unit("scsibus", ctlr); 260 if (scsibus == NULL) 268 sbsc = device_private(scsibus);
|
autoconf.c | 48 #include "scsibus.h" 249 * scsibus number, and the unit number is (targ*8 + LUN). 254 device_t scsibus; local in function:scsi_find 259 scsibus = device_find_by_driver_unit("scsibus", ctlr); 260 if (scsibus == NULL) 268 sbsc = device_private(scsibus);
|
/src/sys/arch/sun68k/sun68k/ |
autoconf.c | 53 #include "scsibus.h" 381 * scsibus number, and the unit number is (targ*8 + LUN). 386 device_t scsibus; local in function:scsi_find 391 if ((scsibus = device_find_by_driver_unit("scsibus", ctlr)) == NULL) 399 sbsc = device_private(scsibus);
|
autoconf.c | 53 #include "scsibus.h" 381 * scsibus number, and the unit number is (targ*8 + LUN). 386 device_t scsibus; local in function:scsi_find 391 if ((scsibus = device_find_by_driver_unit("scsibus", ctlr)) == NULL) 399 sbsc = device_private(scsibus);
|
autoconf.c | 53 #include "scsibus.h" 381 * scsibus number, and the unit number is (targ*8 + LUN). 386 device_t scsibus; local in function:scsi_find 391 if ((scsibus = device_find_by_driver_unit("scsibus", ctlr)) == NULL) 399 sbsc = device_private(scsibus);
|
/src/sys/dev/ic/ |
cissreg.h | 94 u_int32_t scsibus; member in struct:ciss_config
|
cissreg.h | 94 u_int32_t scsibus; member in struct:ciss_config
|
cissreg.h | 94 u_int32_t scsibus; member in struct:ciss_config
|