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

  /src/sys/arch/virt68k/include/
bootinfo.h 153 void bootinfo_enumerate(bool (*)(struct bi_record *, void *),
  /src/sys/arch/virt68k/dev/
mainbus.c 255 bootinfo_enumerate(mainbus_attach_gfpic, self);
258 bootinfo_enumerate(mainbus_attach_gfother, self);
261 bootinfo_enumerate(mainbus_attach_other, self);
  /src/sys/arch/virt68k/virt68k/
bootinfo.c 304 * bootinfo_enumerate --
310 bootinfo_enumerate(bool (*cb)(struct bi_record *, void *), void *ctx) function in typeref:typename:void
355 bootinfo_enumerate(bootinfo_find_cb, &ctx);

Completed in 12 milliseconds