Symbol: nfs_args
usr/src/cmd/fs.d/autofs/autod_main.c
581
free_nfs_args((struct nfs_args *)
usr/src/cmd/fs.d/autofs/autod_nfs.c
1171
argp = (struct nfs_args *)
usr/src/cmd/fs.d/autofs/autod_nfs.c
1172
malloc(sizeof (struct nfs_args));
usr/src/cmd/fs.d/autofs/autod_nfs.c
4167
free_nfs_args(struct nfs_args *argp)
usr/src/cmd/fs.d/autofs/autod_nfs.c
4169
struct nfs_args *oldp;
usr/src/cmd/fs.d/autofs/autod_nfs.c
644
struct nfs_args *argp = NULL, *head = NULL, *tail = NULL,
usr/src/cmd/fs.d/autofs/autod_nfs.c
892
argp = (struct nfs_args *)
usr/src/cmd/fs.d/autofs/autod_nfs.c
893
malloc(sizeof (struct nfs_args));
usr/src/cmd/fs.d/autofs/automount.h
124
struct nfs_args *mfs_args; /* nfs_args */
usr/src/cmd/fs.d/autofs/automount.h
294
extern void free_nfs_args(struct nfs_args *);
usr/src/cmd/fs.d/nfs/mount/mount.c
1258
make_secure(struct nfs_args *args, char *hostname, struct netconfig *nconf,
usr/src/cmd/fs.d/nfs/mount/mount.c
140
static int set_args(int *, struct nfs_args *, char *, struct mnttab *);
usr/src/cmd/fs.d/nfs/mount/mount.c
141
static int get_fh_via_pub(struct nfs_args *, char *, char *, bool_t, bool_t,
usr/src/cmd/fs.d/nfs/mount/mount.c
143
static int get_fh(struct nfs_args *, char *, char *, int *, bool_t,
usr/src/cmd/fs.d/nfs/mount/mount.c
145
static int make_secure(struct nfs_args *, char *, struct netconfig *,
usr/src/cmd/fs.d/nfs/mount/mount.c
148
static int getaddr_nfs(struct nfs_args *, char *, struct netconfig **,
usr/src/cmd/fs.d/nfs/mount/mount.c
1930
get_fh_via_pub(struct nfs_args *args, char *fshost, char *fspath, bool_t url,
usr/src/cmd/fs.d/nfs/mount/mount.c
2008
get_fh(struct nfs_args *args, char *fshost, char *fspath, int *versp,
usr/src/cmd/fs.d/nfs/mount/mount.c
2403
getaddr_nfs(struct nfs_args *args, char *fshost, struct netconfig **nconfp,
usr/src/cmd/fs.d/nfs/mount/mount.c
393
struct nfs_args *args = NULL, *argp = NULL, *prev_argp = NULL;
usr/src/cmd/fs.d/nfs/mount/mount.c
447
argp = (struct nfs_args *)malloc(sizeof (*argp));
usr/src/cmd/fs.d/nfs/mount/mount.c
971
set_args(int *mntflags, struct nfs_args *args, char *fshost, struct mnttab *mnt)
usr/src/uts/common/c2/audit_event.c
1764
STRUCT_DECL(nfs_args, nfsargs);
usr/src/uts/common/fs/nfs/nfs3_vfsops.c
1666
struct nfs_args args; /* nfs mount arguments */
usr/src/uts/common/fs/nfs/nfs3_vfsops.c
194
nfs3_free_args(struct nfs_args *nargs, nfs_fhandle *fh)
usr/src/uts/common/fs/nfs/nfs3_vfsops.c
250
nfs3_copyin(char *data, int datalen, struct nfs_args *nargs, nfs_fhandle *fh)
usr/src/uts/common/fs/nfs/nfs3_vfsops.c
261
STRUCT_DECL(nfs_args, args); /* nfs mount arguments */
usr/src/uts/common/fs/nfs/nfs3_vfsops.c
272
bzero(STRUCT_BUF(args), SIZEOF_STRUCT(nfs_args, DATAMODEL_NATIVE));
usr/src/uts/common/fs/nfs/nfs3_vfsops.c
480
struct nfs_args *args = NULL;
usr/src/uts/common/fs/nfs/nfs3_vfsops.c
518
args = kmem_alloc(sizeof (struct nfs_args), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs3_vfsops.c
532
args = (struct nfs_args *)data;
usr/src/uts/common/fs/nfs/nfs4_common.c
103
nfs4_setopts(vnode_t *vp, model_t model, struct nfs_args *buf)
usr/src/uts/common/fs/nfs/nfs4_common.c
106
STRUCT_HANDLE(nfs_args, args);
usr/src/uts/common/fs/nfs/nfs4_stub_vnops.c
1069
struct nfs_args *nargs = dma->dma_nargs;
usr/src/uts/common/fs/nfs/nfs4_stub_vnops.c
1072
struct nfs_args *next =
usr/src/uts/common/fs/nfs/nfs4_stub_vnops.c
154
struct nfs_args *dma_nargs;
usr/src/uts/common/fs/nfs/nfs4_stub_vnops.c
1855
struct nfs_args *nargs = dma->dma_nargs;
usr/src/uts/common/fs/nfs/nfs4_stub_vnops.c
1977
static struct nfs_args *
usr/src/uts/common/fs/nfs/nfs4_stub_vnops.c
1982
struct nfs_args *nargs;
usr/src/uts/common/fs/nfs/nfs4_stub_vnops.c
1985
nargs = kmem_zalloc(sizeof (struct nfs_args), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_stub_vnops.c
2121
nfs4_trigger_nargs_destroy(struct nfs_args *nargs)
usr/src/uts/common/fs/nfs/nfs4_stub_vnops.c
2130
kmem_free(nargs, sizeof (struct nfs_args));
usr/src/uts/common/fs/nfs/nfs4_stub_vnops.c
222
static struct nfs_args *nfs4_trigger_nargs_create(mntinfo4_t *, servinfo4_t *,
usr/src/uts/common/fs/nfs/nfs4_stub_vnops.c
224
static void nfs4_trigger_nargs_destroy(struct nfs_args *);
usr/src/uts/common/fs/nfs/nfs4_stub_vnops.c
907
struct nfs_args *nargs, *nargs_head;
usr/src/uts/common/fs/nfs/nfs4_stub_vnops.c
964
struct nfs_args *next;
usr/src/uts/common/fs/nfs/nfs4_vfsops.c
2962
struct nfs_args args; /* nfs mount arguments */
usr/src/uts/common/fs/nfs/nfs4_vfsops.c
411
nfs4_free_args(struct nfs_args *nargs)
usr/src/uts/common/fs/nfs/nfs4_vfsops.c
466
nfs4_copyin(char *data, int datalen, struct nfs_args *nargs)
usr/src/uts/common/fs/nfs/nfs4_vfsops.c
477
STRUCT_DECL(nfs_args, args); /* nfs mount arguments */
usr/src/uts/common/fs/nfs/nfs4_vfsops.c
489
bzero(STRUCT_BUF(args), SIZEOF_STRUCT(nfs_args, DATAMODEL_NATIVE));
usr/src/uts/common/fs/nfs/nfs4_vfsops.c
712
struct nfs_args *args = NULL;
usr/src/uts/common/fs/nfs/nfs4_vfsops.c
733
args = kmem_zalloc(sizeof (struct nfs_args), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_vfsops.c
744
args = (struct nfs_args *)data;
usr/src/uts/common/fs/nfs/nfs_common.c
357
struct nfs_args args; /* nfs mount arguments */
usr/src/uts/common/fs/nfs/nfs_common.c
468
nfs_setopts(vnode_t *vp, model_t model, struct nfs_args *buf)
usr/src/uts/common/fs/nfs/nfs_common.c
471
STRUCT_HANDLE(nfs_args, args);
usr/src/uts/common/fs/nfs/nfs_dlinet.c
218
static int init_mountopts(struct nfs_args *, int,
usr/src/uts/common/fs/nfs/nfs_dlinet.c
2501
init_mountopts(struct nfs_args *args, int version, struct knetconfig **dl_cf,
usr/src/uts/common/fs/nfs/nfs_dlinet.c
294
mount_root(char *name, char *path, int version, struct nfs_args *args,
usr/src/uts/common/fs/nfs/nfs_vfsops.c
1042
pathconf_copyin(struct nfs_args *args, struct pathcnf *pc)
usr/src/uts/common/fs/nfs/nfs_vfsops.c
1045
STRUCT_HANDLE(nfs_args, ap);
usr/src/uts/common/fs/nfs/nfs_vfsops.c
1076
pathconf_get(struct mntinfo *mi, struct nfs_args *args)
usr/src/uts/common/fs/nfs/nfs_vfsops.c
1671
struct nfs_args args; /* nfs mount arguments */
usr/src/uts/common/fs/nfs/nfs_vfsops.c
197
nfs_free_args(struct nfs_args *nargs, nfs_fhandle *fh)
usr/src/uts/common/fs/nfs/nfs_vfsops.c
258
nfs_copyin(char *data, int datalen, struct nfs_args *nargs, nfs_fhandle *fh)
usr/src/uts/common/fs/nfs/nfs_vfsops.c
269
STRUCT_DECL(nfs_args, args); /* nfs mount arguments */
usr/src/uts/common/fs/nfs/nfs_vfsops.c
281
bzero(STRUCT_BUF(args), SIZEOF_STRUCT(nfs_args, DATAMODEL_NATIVE));
usr/src/uts/common/fs/nfs/nfs_vfsops.c
512
struct nfs_args *args = NULL;
usr/src/uts/common/fs/nfs/nfs_vfsops.c
535
args = kmem_alloc(sizeof (struct nfs_args), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_vfsops.c
549
args = (struct nfs_args *)data;
usr/src/uts/common/fs/nfs/nfs_vfsops.c
76
static int pathconf_copyin(struct nfs_args *, struct pathcnf *);
usr/src/uts/common/fs/nfs/nfs_vfsops.c
77
static int pathconf_get(struct mntinfo *, struct nfs_args *);
usr/src/uts/common/nfs/mount.h
56
struct nfs_args *next; /* link for failover */
usr/src/uts/common/nfs/nfs.h
1001
extern int mount_root(char *, char *, int, struct nfs_args *, int *);
usr/src/uts/common/nfs/nfs.h
1018
extern int nfs_setopts(vnode_t *, model_t, struct nfs_args *);
usr/src/uts/common/nfs/nfs4_clnt.h
1514
extern int nfs4_setopts(vnode_t *, model_t, struct nfs_args *);
usr/src/uts/common/nfs/nfs4_clnt.h
1569
extern void nfs4_free_args(struct nfs_args *);