OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:scsibus
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/x68k/x68k/
autoconf.c
37
#include "
scsibus
.h"
173
device_t
scsibus
;
local
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/sun68k/sun68k/
autoconf.c
53
#include "
scsibus
.h"
381
*
scsibus
number, and the unit number is (targ*8 + LUN).
386
device_t
scsibus
;
local
391
if ((
scsibus
= device_find_by_driver_unit("
scsibus
", ctlr)) == NULL)
399
sbsc = device_private(
scsibus
);
/src/sys/arch/sun3/sun3/
autoconf.c
48
#include "
scsibus
.h"
250
*
scsibus
number, and the unit number is (targ*8 + LUN).
255
device_t
scsibus
;
local
260
scsibus
= device_find_by_driver_unit("
scsibus
", ctlr);
261
if (
scsibus
== NULL)
269
sbsc = device_private(
scsibus
);
/src/sys/dev/ic/
cissreg.h
94
u_int32_t
scsibus
;
member in struct:ciss_config
Completed in 61 milliseconds
Indexes created Sat May 16 00:24:39 UTC 2026