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 87 module_print("Loading module from %s", path);
97 module_print("Loading module from %s", path);
104 module_print("Cannot %sload kernel object `%s'"
115 module_print("plist load returned error %d for `%s'",
185 module_print("Loading plist from %s", proppath);
kern_module.c 186 * module_print:
191 module_print(const char *fmt, ...) function
704 module_print("%s module `%s' already loaded",
737 module_print("Autoload for `%s' requested by pid %d (%s)",
742 module_print("Autoload disabled for `%s' ", filename);
750 module_print("Autoload illegal path for `%s' ", filename);
760 module_print("Autoload not authorized for `%s' ", filename);
766 module_print("Autoload for `%s' status %d", filename, error);
1186 module_print("module_do_builtin() returned %d", error);
1212 module_print("%s module `%s' already loaded"
    [all...]
  /src/sys/sys/
module.h 219 void module_print(const char *, ...) __printflike(1, 2);

Completed in 16 milliseconds