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.c168 char *path_on_server; local
178 * file_key=server_hostname:path_on_server
183 * server_hostname and path_on_server from the file entry, map
185 * IP address and path_on_server back to the client.
223 /* null-terminate server_hostname and parse path_on_server */
229 /* strtok() will null-terminate path_on_server */
230 path_on_server = strtok(cp, "\t\n ");
231 if (path_on_server == NULL)
232 path_on_server = zero_len_string;
235 res.server_path = path_on_server;
[all...]

Completed in 43 milliseconds