| /src/usr.bin/showmount/ |
| showmount.c | 73 struct mountlist { struct 74 struct mountlist *ml_left; 75 struct mountlist *ml_right; 91 static struct mountlist *mntdump; 95 static void print_dump(struct mountlist *); 97 static int xdr_mntdump(XDR *, struct mountlist **); 259 mountlist_free(struct mountlist *ml) 272 xdr_mntdump(XDR *xdrsp, struct mountlist **mlp) 274 struct mountlist *mp, **otp, *tp; 433 print_dump(struct mountlist *mp [all...] |
| /src/external/bsd/am-utils/dist/conf/nfs_prot/ |
| nfs_prot_aix3.h | 179 typedef struct mountlist *mountlist; typedef in typeref:struct:mountlist
|
| nfs_prot_aix4.h | 177 typedef struct mountlist *mountlist; typedef in typeref:struct:mountlist
|
| nfs_prot_aix4_2.h | 182 typedef struct mountlist *mountlist; typedef in typeref:struct:mountlist
|
| nfs_prot_aix4_3.h | 182 typedef struct mountlist *mountlist; typedef in typeref:struct:mountlist
|
| nfs_prot_aix5_1.h | 182 typedef struct mountlist *mountlist; typedef in typeref:struct:mountlist
|
| nfs_prot_osf2.h | 170 typedef struct mountlist *mountlist; typedef in typeref:struct:mountlist 171 typedef struct mountlist mountbody;
|
| nfs_prot_sunos5_3.h | 208 typedef struct mountlist *mountlist; typedef in typeref:struct:mountlist 209 typedef struct mountlist mountbody;
|
| nfs_prot_sunos5_4.h | 215 typedef struct mountlist *mountlist; typedef in typeref:struct:mountlist 216 typedef struct mountlist mountbody;
|
| nfs_prot_ultrix.h | 158 typedef struct mountlist *mountlist; typedef in typeref:struct:mountlist 159 typedef struct mountlist mountbody;
|
| nfs_prot_aix5_2.h | 279 typedef struct mountlist *mountlist; typedef in typeref:struct:mountlist
|
| nfs_prot_bsdi2.h | 164 typedef struct mountlist *mountlist; typedef in typeref:struct:mountlist 165 typedef struct mountlist mountbody; 216 extern bool_t xdr_mountlist(XDR *xdrs, mountlist *objp); 458 struct mountlist { struct 461 mountlist ml_next;
|
| nfs_prot_hpux.h | 163 typedef struct mountlist *mountlist; typedef in typeref:struct:mountlist 164 typedef struct mountlist mountbody;
|
| nfs_prot_irix5.h | 210 typedef struct mountlist *mountlist; typedef in typeref:struct:mountlist 211 typedef struct mountlist mountbody;
|
| nfs_prot_irix6.h | 175 typedef struct mountlist *mountlist; typedef in typeref:struct:mountlist 176 typedef struct mountlist mountbody; 423 struct mountlist { struct 426 struct mountlist *ml_nxt; 496 extern bool_t xdr_mountlist(XDR *, struct mountlist **);
|
| nfs_prot_ncr2.h | 157 typedef struct mountlist *mountlist; typedef in typeref:struct:mountlist 158 typedef struct mountlist mountbody;
|
| nfs_prot_osf4.h | 169 typedef struct mountlist *mountlist; typedef in typeref:struct:mountlist 170 typedef struct mountlist mountbody;
|
| nfs_prot_osf5.h | 184 typedef struct mountlist *mountlist; typedef in typeref:struct:mountlist 185 typedef struct mountlist mountbody;
|
| nfs_prot_sunos3.h | 161 typedef struct mountlist *mountlist; typedef in typeref:struct:mountlist 162 typedef struct mountlist mountbody;
|
| nfs_prot_sunos4.h | 161 typedef struct mountlist *mountlist; typedef in typeref:struct:mountlist 162 typedef struct mountlist mountbody;
|
| nfs_prot_svr4.h | 152 typedef struct mountlist *mountlist; typedef in typeref:struct:mountlist 153 typedef struct mountlist mountbody;
|
| nfs_prot_nextstep.h | 338 typedef struct mountlist *mountlist; typedef in typeref:struct:mountlist 339 typedef struct mountlist mountbody; 391 extern bool_t xdr_mountlist(XDR *xdrs, mountlist *objp);
|
| /src/usr.sbin/mountd/ |
| mountd.c | 114 struct mountlist { struct 115 struct mountlist *ml_next; 227 static struct mountlist *mlhead; 800 struct mountlist *mlp; 2145 struct mountlist *mlp, **mlpp; 2176 struct mountlist *mlp, **mlpp; 2177 struct mountlist *mlp2; 2239 struct mountlist *mlp, **mlpp;
|