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

  /src/sys/arch/vax/boot/boot/
data.h 37 * bqo->unit_init() is used to initialize the controller,
38 * bqo->qio() is used to read from boot-device
41 struct bqo { struct
rom.c 52 static struct bqo *bqo; variable in typeref:struct:bqo *
63 bqo = (void *)bootrpb.iovec;
  /src/sys/arch/vax/boot/xxboot/
bootxx.c 79 struct bqo *bqo; variable in typeref:struct:bqo *
110 bqo = (void *)0xf1000;
113 * now relocate rpb/bqo (which are used by ROM-routines)
116 bcopy ((void*)rpb->iovec, bqo, rpb->iovecsz);
129 rpb->iovec = (int)bqo;
238 if (bqo->unit_init && (moved++ == 0)) {
241 initfn = rpb->iovec + bqo->unit_init;
254 * wanted by bqo->unit_init.
start.S 79 movl 52(%r11), %r7 # load iovec/bqo into %r7
  /src/sys/arch/vax/boot/common/
romread.S 59 movl 52(%r11), %r7 # load iovec/bqo into %r7
75 movl 52(%r11), %r7 # load iovec/bqo into %r7

Completed in 27 milliseconds