OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scsiboot
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/arc/arc/
autoconf.c
258
static int found = 0, initted = 0,
scsiboot
= 0;
local
268
scsiboot
= 1;
272
if (
scsiboot
&& device_is_a(dev, "scsibus")) {
289
if (
scsiboot
&& scsibusdev && parent == scsibusdev &&
/src/sys/arch/pmax/pmax/
autoconf.c
163
static int found, initted,
scsiboot
, netboot;
local
171
scsiboot
= strcmp(booted_protocol, "SCSI") == 0;
191
if (
scsiboot
&& device_is_a(dev, "asc")) {
211
if (
scsiboot
&& device_is_a(dev, "sii")) {
/src/sys/arch/sgimips/sgimips/
autoconf.c
180
static int found, initted,
scsiboot
, netboot;
local
232
scsiboot
= strcmp(booted_protocol, "SCSI") == 0;
242
if ( (
scsiboot
&& device_is_a(dev, "wdsc")) ||
243
(
scsiboot
&& device_is_a(dev, "ahc")) ) {
/src/sys/arch/hp300/hp300/
autoconf.c
500
int
scsiboot
, hpibboot, netboot;
local
515
scsiboot
= (type == 4); /* sd or cd */
567
if (
scsiboot
) {
Completed in 43 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026