Searched refs:nfs_open (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/boot/lib/libstand/ |
H A D | nfs.c | 192 int nfs_open(const char *path, struct open_file *f); 204 nfs_open, 441 nfs_open(const char *upath, struct open_file *f) function 463 printf("nfs_open: %s (rootpath=%s)\n", upath, rootpath); 624 printf("nfs_open: %s lookupfh failed: %s\n", 1083 nfs_open(const char *upath, struct open_file *f) function 1105 printf("nfs_open: %s (rootpath=%s)\n", upath, rootpath); 1273 printf("nfs_open: %s lookupfh failed: %s\n",
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs_vnops.c | 129 static int nfs_open(vnode_t **, int, cred_t *, caller_context_t *); 202 VOPNAME_OPEN, { .vop_open = nfs_open }, 255 nfs_open(vnode_t **vpp, int flag, cred_t *cr, caller_context_t *ct) function
|
Completed in 55 milliseconds