Searched refs:kload_error (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/libsa/
H A Dload.h16 typedef KXKextManagerError kload_error; typedef
63 } kload_error; typedef in typeref:enum:__anon629
80 kload_error kload_load_dgraph(dgraph_t * dgraph
93 kload_error kload_load_with_arglist(
103 kload_error kload_map_dgraph(dgraph_t * dgraph
109 kload_error kload_map_entry(dgraph_entry_t * entry);
113 kload_error kload_request_load_addresses(
116 kload_error kload_set_load_addresses_from_args(
122 kload_error kload_set_load_addresses_from_kernel(
H A Dload.c138 static kload_error
178 static kload_error __kload_patch_dgraph(dgraph_t * dgraph
184 static kload_error __kload_load_modules(dgraph_t * dgraph
196 static kload_error __kload_check_module_loaded(
204 static kload_error __kload_load_module(dgraph_t * dgraph,
217 static kload_error __kload_set_module_dependencies(dgraph_entry_t * entry);
218 static kload_error __kload_start_module(dgraph_entry_t * entry);
221 static kload_error __kload_output_patches(
238 kload_error kload_load_dgraph(dgraph_t * dgraph
250 kload_error resul
[all...]
H A Dkext.cpp755 kload_error load_result = kload_error_none;

Completed in 65 milliseconds