Searched defs:parsefs (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/rexd/
H A Dmount_nfs.c569 * parsefs - given a name of the form host:/path/name/for/file
577 parsefs(char *fullname, char *error) function
586 printf("parsefs of %s entered with errno %d %s\n",
597 printf("parsefs before rpc_call: ERRNO:%d\n", errno);
610 printf("parsefs: mount call to %s returned %d %s\n",
618 printf("parsefs after rpc_call: ERRNO:%d\n", errno);
623 printf("parsefs: mount call to %s returned %d %s\n",
629 printf("parsefs: checking export list:\n");

Completed in 46 milliseconds