HomeSort by: relevance | last modified time | path
    Searched defs:biuc (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/x86/x86/
x86_userconf.c 46 struct btinfo_userconfcommands *biuc; local in function:userconf_bootinfo
49 biuc = lookup_bootinfo(BTINFO_USERCONFCOMMANDS);
50 if (biuc == NULL) {
55 bi = (struct bi_userconfcommand *)((uint8_t *)biuc + sizeof(*biuc));
56 bimax = bi + biuc->num;
x86_userconf.c 46 struct btinfo_userconfcommands *biuc; local in function:userconf_bootinfo
49 biuc = lookup_bootinfo(BTINFO_USERCONFCOMMANDS);
50 if (biuc == NULL) {
55 bi = (struct bi_userconfcommand *)((uint8_t *)biuc + sizeof(*biuc));
56 bimax = bi + biuc->num;
x86_userconf.c 46 struct btinfo_userconfcommands *biuc; local in function:userconf_bootinfo
49 biuc = lookup_bootinfo(BTINFO_USERCONFCOMMANDS);
50 if (biuc == NULL) {
55 bi = (struct bi_userconfcommand *)((uint8_t *)biuc + sizeof(*biuc));
56 bimax = bi + biuc->num;

Completed in 90 milliseconds