/netbsd-src/lib/librpcsvc/ |
H A D | mount.x | 130 typedef struct exportnode *exports; 131 struct exportnode { struct
|
/netbsd-src/external/bsd/am-utils/dist/conf/nfs_prot/ |
H A D | nfs_prot_osf4.h | 163 typedef struct exports exportnode; typedef 243 extern bool_t xdr_exportnode (XDR *, exportnode*);
|
H A D | nfs_prot_aix3.h | 176 typedef struct exports exportnode; typedef
|
H A D | nfs_prot_aix4.h | 174 typedef struct exports exportnode; typedef
|
H A D | nfs_prot_aix4_2.h | 179 typedef struct exports exportnode; typedef
|
H A D | nfs_prot_aix5_1.h | 179 typedef struct exports exportnode; typedef
|
H A D | nfs_prot_aix4_3.h | 179 typedef struct exports exportnode; typedef
|
H A D | nfs_prot_sunos5_3.h | 202 typedef struct exports exportnode; typedef
|
H A D | nfs_prot_sunos5_4.h | 209 typedef struct exports exportnode; typedef
|
H A D | nfs_prot_aix5_2.h | 276 typedef struct exports exportnode; typedef
|
H A D | nfs_prot_ultrix.h | 152 typedef struct exports exportnode; typedef
|
H A D | nfs_prot_osf2.h | 164 typedef struct exports exportnode; typedef
|
H A D | nfs_prot_sunos4.h | 155 typedef struct exports exportnode; typedef
|
H A D | nfs_prot_hpux.h | 157 typedef struct exports exportnode; typedef
|
H A D | nfs_prot_sunos3.h | 155 typedef struct exports exportnode; typedef
|
H A D | nfs_prot_osf5.h | 178 typedef struct exports exportnode; typedef
|
H A D | nfs_prot_bsdi2.h | 158 typedef struct exports exportnode; typedef
|
H A D | nfs_prot_irix5.h | 204 typedef struct exports exportnode; typedef
|
H A D | nfs_prot_svr4.h | 148 typedef struct exports exportnode; typedef
|
H A D | nfs_prot_ncr2.h | 153 typedef struct exports exportnode; typedef
|
H A D | nfs_prot_irix6.h | 169 typedef struct exports exportnode; typedef
|
H A D | nfs_prot_nextstep.h | 332 typedef struct exports exportnode; typedef
|
/netbsd-src/external/bsd/am-utils/dist/libamu/ |
H A D | xdr_func.c | 71 extern bool_t xdr_exportnode(XDR *xdrs, exportnode *objp); 237 xdr_exportnode(XDR *xdrs, exportnode *objp) in xdr_exportnode() 263 if (!xdr_pointer(xdrs, (char **) objp, sizeof(exportnode), (XDRPROC_T_TYPE) xdr_exportnode)) { in xdr_exports()
|
/netbsd-src/external/bsd/am-utils/dist/include/ |
H A D | am_xdr_func.h | 1024 bool_t xdr_exportnode(XDR *xdrs, exportnode *objp);
|