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

  /src/sys/kern/
kern_module_vfs.c 84 module_print("Loading module from %s", path);
94 module_print("Loading module from %s", path);
101 module_print("Cannot %sload kernel object `%s'"
112 module_print("plist load returned error %d for `%s'",
182 module_print("Loading plist from %s", proppath);
kern_module.c 183 * module_print:
188 module_print(const char *fmt, ...) function in typeref:typename:void
701 module_print("%s module `%s' already loaded",
734 module_print("Autoload for `%s' requested by pid %d (%s)",
739 module_print("Autoload disabled for `%s' ", filename);
747 module_print("Autoload illegal path for `%s' ", filename);
757 module_print("Autoload not authorized for `%s' ", filename);
763 module_print("Autoload for `%s' status %d", filename, error);
1183 module_print("module_do_builtin() returned %d", error);
1209 module_print("%s module `%s' already loaded"
    [all...]
  /src/sys/sys/
module.h 219 void module_print(const char *, ...) __printflike(1, 2);

Completed in 13 milliseconds