Searched refs:MKNOD3args (Results 1 – 9 of 9) sorted by relevance
/titanic_44/usr/src/cmd/dtrace/test/tst/common/nfs/ |
H A D | tst.call3.c | 159 MKNOD3args *args = argp; in mknod_arginit() 310 sizeof (MKNOD3args), xdr_MKNOD3res, sizeof (MKNOD3res)},
|
/titanic_44/usr/src/uts/common/nfs/ |
H A D | nfs.h | 1669 struct MKNOD3args { struct 1673 typedef struct MKNOD3args MKNOD3args; argument 2152 extern bool_t xdr_MKNOD3args(XDR *, MKNOD3args *); 2214 extern void rfs3_mknod(MKNOD3args *, MKNOD3res *, struct exportinfo *, 2216 extern void *rfs3_mknod_getfh(MKNOD3args *);
|
H A D | nfs_log.h | 592 extern bool_t xdr_nfslog_MKNOD3args(XDR *, MKNOD3args *);
|
/titanic_44/usr/src/head/rpcsvc/ |
H A D | nfs_prot.x | 877 struct MKNOD3args { struct 1233 NFSPROC3_MKNOD(MKNOD3args) = 11;
|
/titanic_44/usr/src/uts/common/fs/nfs/ |
H A D | nfs_log_xdr.c | 702 xdr_nfslog_MKNOD3args(XDR *xdrs, MKNOD3args *objp) in xdr_nfslog_MKNOD3args()
|
H A D | nfs_server.c | 966 xdr_MKNOD3args, NULL_xdrproc_t, sizeof (MKNOD3args), 1165 MKNOD3args nfs3_mknod_args;
|
H A D | nfs3_srv.c | 2192 rfs3_mknod(MKNOD3args *args, MKNOD3res *resp, struct exportinfo *exi, in rfs3_mknod() 2216 cred_t *, cr, vnode_t *, dvp, MKNOD3args *, args); in rfs3_mknod() 2382 rfs3_mknod_getfh(MKNOD3args *args) in rfs3_mknod_getfh()
|
H A D | nfs3_xdr.c | 1822 xdr_MKNOD3args(XDR *xdrs, MKNOD3args *objp) in xdr_MKNOD3args()
|
H A D | nfs3_vnops.c | 2720 MKNOD3args args; in nfs3mknod()
|