Home
last modified time | relevance | path

Searched refs:path_on_server (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/cmd/rpcsvc/rpc.bootparamd/
H A Dbootparam_subr.c168 char *path_on_server; in bootparamproc_getfile_1() local
230 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()