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

  /src/sys/arch/i386/stand/lib/
bootmod.h 35 uint8_t bm_type; member in struct:boot_module
exec.c 242 if (bm->bm_type == type && strcmp(bm->bm_path, name) == 0)
255 bm->bm_type = type;
744 switch (bm->bm_type) {

Completed in 52 milliseconds