Home
last modified time | relevance | path

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

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