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

  /src/sys/lib/libsa/
globals.c 20 char rootpath[FNAME_SIZE]; /* root mount path */ variable in typeref:typename:char[]
  /src/usr.sbin/puffs/mount_psshfs/
fs.c 93 char *rootpath; local in function:psshfs_handshake
126 /* scope out our rootpath */
140 if (psbuf_get_str(pb, &rootpath, NULL) == -1)
141 reterr((stderr, "invalid realpath response: rootpath"), EPROTO);
145 psbuf_req_str(pb, SSH_FXP_LSTAT, NEXTREQ(pctx), rootpath);
153 reterr((stderr, "couldn't stat rootpath"), rv);
157 reterr((stderr, "remote path (%s) not a directory", rootpath),
167 po_root->po_path = rootpath;
168 po_root->po_len = strlen(rootpath);
  /src/sys/nfs/
nfs_bootdhcp.c 703 char *rootpath; local in function:bootp_extract
715 mydomain = myname = rootpath = NULL;
777 printf("nfs_boot: rootpath >= %d bytes\n",
781 rootpath = p;
891 if (rootpath &&
896 rootpath, rootpathlen);
  /src/lib/librumphijack/
hijack.c 1114 static const char *rootpath = "/"; variable in typeref:typename:const char *
1123 rv = rootpath;

Completed in 14 milliseconds