HomeSort by: relevance | last modified time | path
    Searched defs:hostpath (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/rump_allserver/
rump_allserver.c 106 "hostpath",
121 const char *hostpath; member in struct:etfsreg
163 char *key, *hostpath; local in function:main
170 key = hostpath = NULL;
186 if (hostpath != NULL) {
188 "hostpath already given\n");
191 hostpath = value;
286 if (key == NULL || hostpath == NULL ||
304 etfs[curetfs].hostpath = hostpath;
    [all...]
rump_allserver.c 106 "hostpath",
121 const char *hostpath; member in struct:etfsreg
163 char *key, *hostpath; local in function:main
170 key = hostpath = NULL;
186 if (hostpath != NULL) {
188 "hostpath already given\n");
191 hostpath = value;
286 if (key == NULL || hostpath == NULL ||
304 etfs[curetfs].hostpath = hostpath;
    [all...]

Completed in 35 milliseconds