Searched refs:dependencies (Results 1 - 5 of 5) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/libsa/
H A Ddgraph.c192 if (entry->dependencies) {
193 free(entry->dependencies);
194 entry->dependencies = NULL;
252 * dependencies.
272 dgraph_entry_t * check = scan_entry->dependencies[dep_index];
360 /* Put the dependencies of the scanning entry into the list.
364 scan_entry->dependencies[i];
513 dgraph_entry_t * cdep = current->dependencies[j];
678 new_entry->dependencies = (dgraph_entry_t **)malloc(
680 if (!new_entry->dependencies) {
[all...]
H A Ddgraph.h69 // Immediate dependencies of this entry
72 struct dgraph_entry_t ** dependencies; member in struct:dgraph_entry_t
147 * the dependent, followed by any number of DIRECT dependencies.
H A Dload.c475 * This function claims the option flags d and D for object file dependencies
476 * and in-kernel dependencies, respectively.
901 && (current_entry->dependencies[k] != image_dep);
1491 exists = (0 == strcmp(entry->dependencies[i]->expected_kmod_name,
1499 strcpy(desc.name, entry->dependencies[i]->expected_kmod_name);
2342 current_dep = entry->dependencies[i];
/macosx-10.5.8/xnu-1228.15.4/osfmk/mach/
H A Dkmod.h156 char dependencies[1][KMOD_MAX_NAME]; member in struct:kmod_load_with_dependencies_cmd
186 extern kern_return_t kmod_load_extension_with_dependencies(char *name, char **dependencies);
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dkmod.c645 kmod_load_extension_with_dependencies(char *name, char **dependencies) argument
657 c = dependencies;
670 c = dependencies;
672 strncpy(data->dependencies[i], *c, KMOD_MAX_NAME);
675 data->dependencies[count][0] = 0;
1869 "(with dependencies):\n");

Completed in 34 milliseconds