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

  /src/sys/arch/vax/boot/boot/
rom.c 52 static struct bqo *bqo; variable in typeref:struct:bqo *
63 bqo = (void *)bootrpb.iovec;
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
  /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.

Completed in 30 milliseconds