Searched refs:octboot_kexec_args (Results 1 – 3 of 3) sorted by relevance
/openbsd/sys/arch/octeon/include/ |
H A D | octboot.h | 26 struct octboot_kexec_args { struct 33 #define OBIOC_KEXEC _IOW('O', 1, struct octboot_kexec_args) argument
|
/openbsd/sys/arch/octeon/dev/ |
H A D | octboot.c | 37 int octboot_kexec(struct octboot_kexec_args *, struct proc *); 38 int octboot_read(struct octboot_kexec_args *, void *, size_t, off_t); 78 error = octboot_kexec((struct octboot_kexec_args *)data, p); in octbootioctl() 90 octboot_kexec(struct octboot_kexec_args *kargs, struct proc *p) in octboot_kexec() 359 octboot_read(struct octboot_kexec_args *kargs, void *buf, size_t size, in octboot_read()
|
/openbsd/sys/arch/octeon/stand/rdboot/ |
H A D | rdboot.c | 169 struct octboot_kexec_args kargs; in kexec()
|