HomeSort by: relevance | last modified time | path
    Searched refs:biml (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/amd64/stand/prekern/
prng.c 83 struct btinfo_modulelist *biml; local
89 biml =
91 if (biml == NULL) {
95 bi = (struct bi_modulelist_entry *)((uint8_t *)biml + sizeof(*biml));
96 bimax = bi + biml->num;
  /src/sys/arch/x86/x86/
x86_machdep.c 280 struct btinfo_modulelist *biml; local
283 biml = lookup_bootinfo(BTINFO_MODULELIST);
284 if (biml == NULL) {
289 bi = (struct bi_modulelist_entry *)((uint8_t *)biml + sizeof(*biml));
290 bimax = bi + biml->num;
347 struct btinfo_modulelist *biml; local
350 biml = lookup_bootinfo(BTINFO_MODULELIST);
351 if (biml == NULL) {
356 bi = (struct bi_modulelist_entry *)((uint8_t *)biml + sizeof(*biml))
    [all...]

Completed in 15 milliseconds