Searched refs:removable (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.81.4/iokit/bsddev/ |
| H A D | DINetBootHook.cpp | 152 di_add_properties(IOService *controller, bool removable) in di_add_properties() argument 154 …if (!controller->setProperty(kDIRootImageRemovableKey, removable ? kOSBooleanTrue : kOSBooleanFals… in di_add_properties() 155 IOLog("IOHDIXController::setProperty(%s, %d) failed.\n", kDIRootImageRemovableKey, !!removable); in di_add_properties() 163 di_root_image_ext(const char *path, char *devname, size_t devsz, dev_t *dev_p, bool removable) in di_root_image_ext() argument 209 res = di_add_properties(controller, removable); in di_root_image_ext()
|
| H A D | DINetBootHook.h | 98 int di_root_image_ext(const char *path, char *devname, size_t devsz, dev_t *dev_p, bool removable);
|
| /xnu-12377.81.4/bsd/kern/ |
| H A D | imageboot.c | 80 …int di_root_image_ext(const char *path, char *devname, size_t devsz, dev_t *dev_p, bool removable);
|