Searched refs:path_on_server (Results 1 – 1 of 1) sorted by relevance
168 char *path_on_server; in bootparamproc_getfile_1() local230 path_on_server = strtok(cp, "\t\n "); in bootparamproc_getfile_1()231 if (path_on_server == NULL) in bootparamproc_getfile_1()232 path_on_server = zero_len_string; in bootparamproc_getfile_1()235 res.server_path = path_on_server; in bootparamproc_getfile_1()