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

  /src/sys/arch/hpcmips/stand/pbsdboot/
main.c 112 BOOL booting = FALSE; variable in typeref:typename:BOOL
600 booting = TRUE;
617 if(booting){
619 booting = FALSE;
1163 booting = FALSE;
1296 if(!booting){/* ignore! */
  /src/sys/dev/vme/
xy.c 239 int booting; /* are we booting or not? */ member in struct:xyc_attach_args
571 xa.booting = 1;
629 /* if booting, init the xy_softc */
631 if (xa->booting) {
647 /* if not booting, make sure we are the only process in the attach for
650 if (!xa->booting) {
821 if (!xa->booting) {
1070 xa.booting = 0;
1173 xa.booting = 0
    [all...]
xd.c 323 int booting; /* are we booting or not? */ member in struct:xdc_attach_args
672 xa.booting = 1;
731 /* if booting, init the xd_softc */
733 if (xa->booting) {
742 /* if not booting, make sure we are the only process in the attach for
745 if (!xa->booting) {
907 if (!xa->booting) {
1151 xa.booting = 0;
1252 xa.booting = 0
    [all...]
  /src/sys/arch/sun3/dev/
xd.c 276 int booting; /* are we booting or not? */ member in struct:xdc_attach_args
514 xa.booting = 1;

Completed in 15 milliseconds