octboot_kexec_args
octboot_read(struct octboot_kexec_args *kargs, void *buf, size_t size,
int octboot_kexec(struct octboot_kexec_args *, struct proc *);
int octboot_read(struct octboot_kexec_args *, void *, size_t, off_t);
error = octboot_kexec((struct octboot_kexec_args *)data, p);
octboot_kexec(struct octboot_kexec_args *kargs, struct proc *p)
#define OBIOC_KEXEC _IOW('O', 1, struct octboot_kexec_args)
struct octboot_kexec_args kargs;