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

  /src/sys/arch/pmax/pmax/
autoconf.c 68 static const char *booted_protocol; variable in typeref:typename:const char *
105 booted_protocol = NULL;
120 booted_protocol = "SCSI";
124 booted_protocol = "BOOTP";
128 booted_protocol = "MOP";
137 booted_protocol = "SCSI";
141 booted_protocol = "BOOTP";
143 booted_protocol = "MOP";
171 scsiboot = strcmp(booted_protocol, "SCSI") == 0;
172 netboot = (strcmp(booted_protocol, "BOOTP") == 0) |
    [all...]
autoconf.c 68 static const char *booted_protocol; variable in typeref:typename:const char *
105 booted_protocol = NULL;
120 booted_protocol = "SCSI";
124 booted_protocol = "BOOTP";
128 booted_protocol = "MOP";
137 booted_protocol = "SCSI";
141 booted_protocol = "BOOTP";
143 booted_protocol = "MOP";
171 scsiboot = strcmp(booted_protocol, "SCSI") == 0;
172 netboot = (strcmp(booted_protocol, "BOOTP") == 0) |
    [all...]
  /src/sys/arch/sgimips/sgimips/
autoconf.c 60 static const char *booted_protocol = NULL; variable in typeref:typename:const char *
94 if (booted_protocol != NULL)
129 booted_protocol = "SCSI";
148 booted_protocol = "SCSI";
154 booted_protocol = "BOOTP";
231 if (!initted && booted_protocol) {
232 scsiboot = strcmp(booted_protocol, "SCSI") == 0;
233 netboot = (strcmp(booted_protocol, "BOOTP") == 0);
autoconf.c 60 static const char *booted_protocol = NULL; variable in typeref:typename:const char *
94 if (booted_protocol != NULL)
129 booted_protocol = "SCSI";
148 booted_protocol = "SCSI";
154 booted_protocol = "BOOTP";
231 if (!initted && booted_protocol) {
232 scsiboot = strcmp(booted_protocol, "SCSI") == 0;
233 netboot = (strcmp(booted_protocol, "BOOTP") == 0);

Completed in 25 milliseconds