Searched refs:root_path (Results 1 – 2 of 2) sorted by relevance
18 …root_path;setenv bootargs ${bootargs} root=/dev/nfs rw nfsroot=${serverip}:${rootpath} at91sam9_wd…
1135 static char root_path[MAX_INDEX_ENTRY_PATH_LEN] = "\0"; variable1202 snprintf(root_path, sizeof(root_path), "%s", arg + strlen(OPT_ROOT)); in main()1504 if (root_path[0]) { in write_index_tbl()1505 if (!strncmp(path, root_path, strlen(root_path))) { in write_index_tbl()1506 path += strlen(root_path); in write_index_tbl()