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

/haiku-fatelf/src/tests/kits/storage/disk_device/
H A DDiskDeviceTest.cpp74 printf("%s mounted: %d\n", prefix, partition->IsMounted());
563 bool mounted = false; local
564 bool supports = diskSystem.SupportsDefragmenting(&mounted);
565 printf(" defragmenting: %d (%d)\n", supports, mounted);
566 supports = diskSystem.SupportsRepairing(true, &mounted);
567 printf(" checking: %d (%d)\n", supports, mounted);
568 supports = diskSystem.SupportsRepairing(false, &mounted);
569 printf(" repairing: %d (%d)\n", supports, mounted);
570 supports = diskSystem.SupportsResizing(&mounted);
571 printf(" resizing: %d (%d)\n", supports, mounted);
[all...]
/haiku-fatelf/src/add-ons/kernel/busses/scsi/usb/
H A DTODO46 39) Device mounted than unplugged.It stay mounted but doesn't work and get the garbage in "opened" files. Are there solutions?
/haiku-fatelf/src/tests/kits/storage/
H A DVolumeTest.cpp525 CheckWatchingMessage(bool mounted, dev_t expectedDevice, BTestHandler &handler, argument
536 if (mounted) {
537 // volume mounted
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/fs_shell/
H A Dkernel.c83 nspace * mounted; member in struct:vnode
290 kprintf("vnode @ 0x%x vnid 0x%x ns 0x%x mounted 0x%x\n", vn, vn->vnid,
291 vn->ns, vn->mounted);
492 vns[i].mounted = NULL;
1965 printf("KERNEL: trying to mount %s twice (already mounted as %s)\n",
1987 if ((mount == rootvn) || (mount->mounted)) {
1991 mount->mounted = ns;
2064 mount->mounted = NULL;
2745 vn->mounted = NULL;
2993 ns = mount->mounted;
[all...]
/haiku-fatelf/src/bin/coreutils/
H A Dconfigure22384 one of the corresponding file systems is hard-mounted, but not available.
22636 0 for not mounted, -1 for failure. */
31018 # Determine how to get the list of mounted file systems.
31482 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BEOS mounted file system support functions" >&5
31483 $as_echo_n "checking for BEOS mounted file system support functions... " >&6; }
31531 as_fn_error "could not determine how to read list of mounted file systems" "$LINENO" 5
[all...]

Completed in 187 milliseconds