Searched refs:BootArgs (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/sys/arch/hpc/stand/hpcboot/ |
| H A D | arch.cpp | 79 _boot_arg = reinterpret_cast <struct BootArgs *>(v); in setupBootInfo() 81 _boot_arg->argc = menu.setup_kernel_args(v + sizeof(struct BootArgs), in setupBootInfo() 82 p + sizeof(struct BootArgs), in setupBootInfo() 83 _mem->getTaggedPageSize() - sizeof(struct BootArgs)); in setupBootInfo() 84 _boot_arg->argv = ptokv(p + sizeof(struct BootArgs)); in setupBootInfo() 88 _boot_arg->bootinfo = ptokv(p + offsetof(struct BootArgs, bi)); in setupBootInfo()
|
| H A D | arch.h | 49 struct BootArgs *_boot_arg;
|
| H A D | hpcboot.h | 113 struct BootArgs { struct
|
| /netbsd-src/sys/arch/hpc/stand/hpcboot/sh3/ |
| H A D | sh_arch.h | 47 typedef void(*boot_func_t)(struct BootArgs *, struct PageTag *); 110 static void boot_func(struct BootArgs *, struct PageTag *); \ 167 static void boot_func(struct BootArgs *, struct PageTag *); 176 SH##x##::boot_func(struct BootArgs *bi, struct PageTag *p) \
|
| /netbsd-src/sys/arch/hpc/stand/hpcboot/mips/ |
| H A D | mips_arch.h | 42 typedef void(*boot_func_t)(struct BootArgs *, struct PageTag *); 88 x##::boot_func(struct BootArgs *bi, struct PageTag *p) \
|
| H A D | mips_vr41.h | 45 static void boot_func(struct BootArgs *, struct PageTag *);
|
| H A D | mips_tx39.h | 45 static void boot_func(struct BootArgs *, struct PageTag *);
|
| /netbsd-src/external/bsd/file/dist/magic/magdir/ |
| H A D | apple | 607 # A/UX boot arguments BootArgs[128]
|