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

/linux-master/include/net/
H A Dipconfig.h21 extern u8 root_server_path[]; /* Path to mount as root */
/linux-master/fs/nfs/
H A Dnfsroot.c236 if (root_server_path[0] != '\0') {
238 root_server_path);
239 if (root_nfs_parse_options(root_server_path, tmp, tmplen))
/linux-master/net/ipv4/
H A Dipconfig.c143 u8 root_server_path[256] = { 0, }; /* Path to mount as root */ variable
961 if (!root_server_path[0])
962 ic_bootp_string(root_server_path, ext+1, *ext,
963 sizeof(root_server_path));
1584 addr = root_nfs_parse_addr(root_server_path);
1613 &ic_servaddr, &root_server_addr, root_server_path);

Completed in 138 milliseconds