Home | History | Annotate | Download | only in rump_allserver

Lines Matching defs:hostpath

106 	"hostpath",
121 const char *hostpath;
163 char *key, *hostpath;
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;
434 fd = open(etfs[i].hostpath, O_RDWR | oflags, 0644);
436 die(sflag, errno, "etfs hostpath open");
447 die(sflag, errno, "fstat etfs hostpath");
462 etfs[i].hostpath, etfs[i].type, foffset, flen)) != 0)