Searched refs:rootDev (Results 1 - 2 of 2) sorted by relevance

/haiku/src/tools/fs_shell/
H A Dfuse.cpp88 fssh_dev_t rootDev = _kern_mount("/", NULL, "rootfs", 0, NULL, 0); local
89 if (rootDev < 0) {
90 fprintf(stderr, "mounting rootfs failed: %s\n", fssh_strerror(rootDev));
91 return rootDev;
H A Dfssh.cpp97 fssh_dev_t rootDev = _kern_mount("/", NULL, "rootfs", 0, NULL, 0); local
98 if (rootDev < 0) {
99 fprintf(stderr, "mounting rootfs failed: %s\n", fssh_strerror(rootDev));
100 return rootDev;

Completed in 39 milliseconds