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

/haiku/src/system/boot/loader/
H A Dpartitions.cpp281 add_partitions_for(disk, true, false);
446 add_partitions_for(int fd, bool mountFileSystems, bool isBootDevice) function
448 TRACE(("add_partitions_for(fd = %d, mountFS = %s)\n", fd,
476 add_partitions_for(Node *device, bool mountFileSystems, bool isBootDevice) function
478 TRACE(("add_partitions_for(%p, mountFS = %s)\n", device,
485 status_t status = add_partitions_for(fd, mountFileSystems, isBootDevice);
487 dprintf("add_partitions_for(%d) failed: %" B_PRIx32 "\n", fd, status);
H A Dvfs.cpp669 error = add_partitions_for(device, false, true);
707 * calling the add_partitions_for() function on them.
742 if (add_partitions_for(device, true) == B_OK) {
/haiku/headers/private/kernel/boot/
H A Dvfs.h183 extern status_t add_partitions_for(int fd, bool mountFileSystems, bool isBootDevice = false);
184 extern status_t add_partitions_for(Node *device, bool mountFileSystems, bool isBootDevice = false);

Completed in 46 milliseconds