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