HomeSort by: relevance | last modified time | path
    Searched refs:bootParam (Results 1 - 13 of 13) sorted by relevancy

  /src/sys/arch/sun68k/stand/libsa/
promboot.c 28 struct bootparam *bp;
35 bp = *romVectorPtr->bootParam;
dev_disk.c 59 struct bootparam *bp;
80 bp = *romVectorPtr->bootParam;
netif_sun.c 94 struct bootparam *bp;
103 bp = *romVectorPtr->bootParam;
  /src/sys/arch/sparc/include/
oldmon.h 164 struct om_bootparam **bootParam; /* Info for bootstrapped pgm */
  /src/sys/arch/sun68k/stand/tapeboot/
dev_tape.c 77 struct bootparam *bp;
106 bp = *romVectorPtr->bootParam;
  /src/sys/arch/sun3/include/
mon.h 69 struct bootparam { struct
108 struct bootparam **bootParam; /* Info for bootstrapped pgm */
  /src/sys/arch/sun68k/include/
mon.h 69 struct bootparam { struct
108 struct bootparam **bootParam; /* Info for bootstrapped pgm */
  /src/sys/arch/sun3/sun3/
sunmon.c 264 struct bootparam *bp;
269 bp = *rvec->bootParam;
autoconf.c 186 struct bootparam *bp;
194 bp = *romVectorPtr->bootParam;
  /src/sys/arch/sparc/stand/bootxx/
promlib.c 135 promops.po_bootcookie = *oldpvec->bootParam; /* deref 1 lvl */
  /src/sys/arch/sun2/sun2/
promlib.c 61 static struct bootparam sunmon_bootparam;
234 * The first bootparam argument is the device string.
244 * The second bootparam argument is any options.
400 struct bootparam *old_bp;
401 struct bootparam *new_bp;
414 old_bp = *romVectorPtr->bootParam;
  /src/sys/arch/sparc/stand/common/
promdev.c 651 bp = *romVectorPtr->bootParam;
  /src/sys/arch/sparc/sparc/
promlib.c 1351 promops.po_bootcookie = *oldpvec->bootParam; /* deref 1 lvl */

Completed in 23 milliseconds