Searched defs:archsw (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/boot/sys/boot/ofw/common/
H A Dmain.c36 struct arch_switch archsw; /* MI/MD interface boundary */ variable in typeref:struct:arch_switch
159 archsw.arch_getdev = ofw_getdev;
160 archsw.arch_copyin = ofw_copyin;
161 archsw.arch_copyout = ofw_copyout;
162 archsw.arch_readin = ofw_readin;
163 archsw.arch_autoload = ofw_autoload;
/illumos-gate/usr/src/boot/sys/boot/i386/loader/
H A Dmain.c65 struct arch_switch archsw; /* MI/MD interface boundary */ variable in typeref:struct:arch_switch
158 archsw.arch_autoload = i386_autoload;
159 archsw.arch_getdev = i386_getdev;
160 archsw.arch_copyin = i386_copyin;
161 archsw.arch_copyout = i386_copyout;
162 archsw.arch_readin = i386_readin;
163 archsw.arch_isainb = isa_inb;
164 archsw.arch_isaoutb = isa_outb;
166 archsw.arch_zfs_probe = i386_zfs_probe;
/illumos-gate/usr/src/boot/sys/boot/userboot/userboot/
H A Dmain.c60 struct arch_switch archsw; /* MI/MD interface boundary */ variable in typeref:struct:arch_switch
124 archsw.arch_autoload = userboot_autoload;
125 archsw.arch_getdev = userboot_getdev;
126 archsw.arch_copyin = userboot_copyin;
127 archsw.arch_copyout = userboot_copyout;
128 archsw.arch_readin = userboot_readin;
130 archsw.arch_zfs_probe = userboot_zfs_probe;
/illumos-gate/usr/src/boot/sys/boot/uboot/common/
H A Dmain.c45 struct arch_switch archsw; /* MI/MD interface boundary */ variable in typeref:struct:arch_switch
496 archsw.arch_loadaddr = uboot_loadaddr;
497 archsw.arch_getdev = uboot_getdev;
498 archsw.arch_copyin = uboot_copyin;
499 archsw.arch_copyout = uboot_copyout;
500 archsw.arch_readin = uboot_readin;
501 archsw.arch_autoload = uboot_autoload;
/illumos-gate/usr/src/boot/sys/boot/i386/gptzfsboot/
H A Dzfsboot.c115 struct arch_switch archsw; /* MI/MD interface boundary */ variable in typeref:struct:arch_switch
259 archsw.arch_autoload = NULL;
260 archsw.arch_getdev = i386_getdev;
261 archsw.arch_copyin = NULL;
262 archsw.arch_copyout = NULL;
263 archsw.arch_readin = NULL;
264 archsw.arch_isainb = NULL;
265 archsw.arch_isaoutb = NULL;
266 archsw.arch_zfs_probe = i386_zfs_probe;
/illumos-gate/usr/src/boot/sys/boot/efi/boot1/
H A Dboot1.c37 struct arch_switch archsw; variable in typeref:struct:arch_switch
/illumos-gate/usr/src/boot/sys/boot/efi/loader/
H A Dmain.c56 struct arch_switch archsw; /* MI/MD interface boundary */ variable in typeref:struct:arch_switch
197 archsw.arch_autoload = efi_autoload;
198 archsw.arch_getdev = efi_getdev;
199 archsw.arch_copyin = efi_copyin;
200 archsw.arch_copyout = efi_copyout;
201 archsw.arch_readin = efi_readin;
204 archsw.arch_zfs_probe = efi_zfs_probe;
/illumos-gate/usr/src/boot/sys/boot/sparc64/loader/
H A Dmain.c166 struct arch_switch archsw; variable in typeref:struct:arch_switch
273 * archsw functions
829 archsw.arch_getdev = ofw_getdev;
830 archsw.arch_copyin = sparc64_copyin;
831 archsw.arch_copyout = ofw_copyout;
832 archsw.arch_readin = sparc64_readin;
833 archsw.arch_autoload = sparc64_autoload;
835 archsw.arch_zfs_probe = sparc64_zfs_probe;

Completed in 288 milliseconds