• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.5.8/xnu-1228.15.4/libsa/

Lines Matching defs:modules

144     kmod_info_t modules[1];
289 kload_log_message("checking whether modules have addresses assigned" KNL);
307 "either all modules must have addresses set to nonzero values or "
314 /* we need the priv port to check/load modules in the kernel.
350 kload_log_error("can't check load addresses of modules" KNL);
364 kload_log_message("checking that all modules have addresses assigned" KNL);
803 "modules into the kernel" KNL);
1489 for (j = 1; (j < (1 + G_prelink->modules[0].id)); j++)
1492 G_prelink->modules[j].name));
1503 G_prelink->modules[0].id + 1, desc.name);
1505 G_prelink->modules[0].id++;
1510 G_prelink->modules[0].reference_count++;
1516 G_prelink->modules[0].id + 1, entry->kernel_load_address,
1540 G_prelink->modules[0].id++;
1691 printf("enter the hexadecimal load addresses for these modules:\n");
1801 * Now that we've done that see that all non-kernel modules do have
1839 * We have to map the dgraph's modules before checking whether they've
1865 * Find out which modules have already been loaded & verify
1917 * We have to map the dgraph's modules before checking whether they've
1935 * Find out which modules have already been loaded & verify
2502 G_current_load_entry->kernel_alloc_address = G_prelink->modules[0].address;
2503 G_prelink->modules[0].address += round_page(G_current_load_entry->kernel_alloc_size);
2574 if ((entry->kernel_alloc_address + entry->kernel_alloc_size) == G_prelink->modules[0].address) {
2575 G_prelink->modules[0].address = entry->kernel_alloc_address;
2579 entry->kernel_alloc_address, G_prelink->modules[0].address);