Searched refs:di_root_image (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/iokit/bsddev/
H A DDINetBootHook.h65 Name: di_root_image
72 int di_root_image(const char *path, char devname[], dev_t *dev_p);
H A DDINetBootHook.cpp101 Name: di_root_image
108 int di_root_image(const char *path, char devname[], dev_t *dev_p) function
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dimageboot.c54 extern int di_root_image(const char *path, char devname[], dev_t *dev_p);
114 error = di_root_image(root_path, rootdevice, &dev);
116 printf("%s: di_root_image failed: %d\n", __FUNCTION__, error);
H A Dnetboot.c86 extern int di_root_image(const char *path, char devname[], dev_t *dev_p);
754 printf("netboot_setup: calling di_root_image\n");
755 error = di_root_image(S_netboot_info_p->image_path,
758 printf("netboot_setup: di_root_image: failed %d\n", error);

Completed in 16 milliseconds