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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_dlinet.c212 static int mountnfs(struct netbuf *, char *, char *,
325 rc = mountnfs(args->addr, args->hostname, path,
402 mountnfs(struct netbuf *sa, char *server, function
409 printf("mountnfs: entered\n");
424 "mountnfs: %s:%s portmap not responding",
428 "mountnfs: pmap_kgetport RPC error %d (%s).",
446 "mountnfs: %s:%s mount server not responding",
452 cmn_err(CE_WARN, "mountnfs: RPC failed: error %d (%s).",
462 printf("mountnfs: fhs_status %d\n", fhs.fhs_status);
472 printf("mountnfs
[all...]

Completed in 63 milliseconds