Home
last modified time | relevance | path

Searched refs:bios32_service (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/share/man/man9/man9.i386/
H A DMakefile3 MAN= bioscall.9 bios32_service.9 return_address.9 splraise.9
/netbsd-src/sys/arch/x86/include/
H A Dbios32.h77 int bios32_service(u_int32_t, bios32_entry_t, bios32_entry_info_t);
/netbsd-src/sys/arch/x86/x86/
H A Dbios32.c198 bios32_service(uint32_t service, bios32_entry_t e, bios32_entry_info_t ei) in bios32_service() function
/netbsd-src/sys/arch/i386/pci/
H A Dpcibios.c147 if (bios32_service(BIOS32_MAKESIG('$', 'P', 'C', 'I'), in pcibios_init()