Lines Matching refs:getRootPath
210 static int getRootPath(char **r_rootPath);
601 r = getRootPath(&rootPath); in cmd_is_diskless_client()
826 r = getRootPath(&rootPath); in cmd_is_global_zone()
1020 r = getRootPath(&rootPath); in cmd_is_netinstall_image()
1178 r = getRootPath(&rootPath); in cmd_is_mounted_miniroot()
1305 r = getRootPath(&rootPath); in cmd_is_nonglobal_zone()
1606 r = getRootPath(&rootPath); in cmd_is_running_system()
1748 r = getRootPath(&rootPath); in cmd_can_add_driver()
1887 r = getRootPath(&rootPath); in cmd_can_update_driver()
2026 r = getRootPath(&rootPath); in cmd_can_remove_driver()
2145 r = getRootPath(&rootPath); in cmd_is_path_writable()
2324 r = getRootPath(&rootPath); in cmd_is_alternative_root()
2480 r = getRootPath(&rootPath); in cmd_is_boot_environment()
2602 r = getRootPath(&rootPath); in cmd_is_what()
3658 getRootPath(char **r_rootPath) in getRootPath() function