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

  /src/sys/arch/i386/stand/lib/
bootmod.h 41 } boot_module_t; typedef in typeref:struct:boot_module
43 extern boot_module_t *boot_modules;
exec.c 128 boot_module_t *boot_modules;
157 static int module_open(boot_module_t *, int, const char *, const char *,
234 boot_module_t *bm, *bmp;
245 bm = alloc(sizeof(boot_module_t));
567 module_path(boot_module_t *bm, const char *kdev, const char *base_path)
606 module_open(boot_module_t *bm, int mode, const char *kdev,
680 boot_module_t *bm;

Completed in 13 milliseconds