Lines Matching full:bios
28 * PnP BIOS enumerator.
43 "PnP BIOS",
98 /* PnP BIOS return codes */
103 * Initialisation: locate the PnP BIOS, test that we can call it.
104 * Returns nonzero if the PnP BIOS is not usable on this system.
121 /* No signature, no BIOS */ in biospnp_init()
126 * Fetch the system table parameters as a test of the BIOS in biospnp_init()
139 /* If the BIOS found some PnP devices, take its hint for the read port */ in biospnp_init()
144 /* The BIOS says there is no ISA bus (should we trust that this works?) */ in biospnp_init()
145 printf("PnP BIOS claims no ISA bus\n"); in biospnp_init()
172 printf("PnP BIOS node %d: error 0x%x\n", Node, result); in biospnp_enumerate()
236 * Make a 16-bit realmode PnP BIOS call.
239 * BIOS data segment selector. Intermediate arguments may be 16 or
242 * Arguments to the BIOS functions must be packed on the stack, hence
279 /* BIOS segment last */ in biospnp_call()