| /netbsd-src/usr.bin/showmount/ |
| H A D | showmount.c | 73 struct mountlist { struct 74 struct mountlist *ml_left; argument 75 struct mountlist *ml_right; argument 91 static struct mountlist *mntdump; argument 95 static void print_dump(struct mountlist *); 97 static int xdr_mntdump(XDR *, struct mountlist **); 262 mountlist_free(struct mountlist *ml) in mountlist_free() 275 xdr_mntdump(XDR *xdrsp, struct mountlist **mlp) in xdr_mntdump() 277 struct mountlist *mp, **otp, *tp; in xdr_mntdump() 436 print_dump(struct mountlist *mp) in print_dump()
|
| /netbsd-src/lib/librpcsvc/ |
| H A D | mount.x | 111 typedef struct mountbody *mountlist; typedef 115 mountlist ml_next; 169 mountlist 226 mountlist
|
| /netbsd-src/external/bsd/am-utils/dist/fixmount/ |
| H A D | fixmount.c | 69 static mountlist mntdump; 77 int remove_mount(CLIENT *, char *, mountlist, int); 78 void fix_rmtab(CLIENT *, char *, mountlist, int, int); 79 void print_dump(mountlist); 128 print_dump(mountlist mp) in print_dump() 154 remove_mount(CLIENT *client, char *host, mountlist ml, int fixit) in remove_mount() 194 fix_rmtab(CLIENT *client, char *host, mountlist mp, int fixit, int force) in fix_rmtab() 196 mountlist p; in fix_rmtab()
|
| /netbsd-src/sys/gdbscripts/ |
| H A D | vchain | 43 set $mpe=mountlist.tqh_first 50 if ((const void *)$mpe == (const void *)&mountlist) 60 set $me=mountlist.tqh_first 70 if ((const void *)$me == (const void *)&mountlist)
|
| /netbsd-src/external/bsd/am-utils/dist/conf/nfs_prot/ |
| H A D | nfs_prot_bsdi2.h | 164 typedef struct mountlist *mountlist; typedef 165 typedef struct mountlist mountbody; 216 extern bool_t xdr_mountlist(XDR *xdrs, mountlist *objp); 458 struct mountlist { struct 461 mountlist ml_next; argument
|
| H A D | nfs_prot_irix6.h | 175 typedef struct mountlist *mountlist; typedef 176 typedef struct mountlist mountbody; 423 struct mountlist { struct 426 struct mountlist *ml_nxt; argument 496 extern bool_t xdr_mountlist(XDR *, struct mountlist **);
|
| H A D | nfs_prot_sunos5_3.h | 208 typedef struct mountlist *mountlist; typedef 209 typedef struct mountlist mountbody;
|
| H A D | nfs_prot_sunos5_4.h | 215 typedef struct mountlist *mountlist; typedef 216 typedef struct mountlist mountbody;
|
| H A D | nfs_prot_ultrix.h | 158 typedef struct mountlist *mountlist; typedef 159 typedef struct mountlist mountbody;
|
| H A D | nfs_prot_osf2.h | 170 typedef struct mountlist *mountlist; typedef 171 typedef struct mountlist mountbody;
|
| H A D | nfs_prot_sunos4.h | 161 typedef struct mountlist *mountlist; typedef 162 typedef struct mountlist mountbody;
|
| H A D | nfs_prot_hpux.h | 163 typedef struct mountlist *mountlist; typedef 164 typedef struct mountlist mountbody;
|
| H A D | nfs_prot_sunos3.h | 161 typedef struct mountlist *mountlist; typedef 162 typedef struct mountlist mountbody;
|
| H A D | nfs_prot_nextstep.h | 338 typedef struct mountlist *mountlist; typedef 339 typedef struct mountlist mountbody; 391 extern bool_t xdr_mountlist(XDR *xdrs, mountlist *objp);
|
| H A D | nfs_prot_aix3.h | 179 typedef struct mountlist *mountlist; typedef
|
| H A D | nfs_prot_aix4.h | 177 typedef struct mountlist *mountlist; typedef
|
| H A D | nfs_prot_osf5.h | 184 typedef struct mountlist *mountlist; typedef 185 typedef struct mountlist mountbody;
|
| H A D | nfs_prot_osf4.h | 169 typedef struct mountlist *mountlist; typedef 170 typedef struct mountlist mountbody;
|
| H A D | nfs_prot_irix5.h | 210 typedef struct mountlist *mountlist; typedef 211 typedef struct mountlist mountbody;
|
| H A D | nfs_prot_svr4.h | 152 typedef struct mountlist *mountlist; typedef 153 typedef struct mountlist mountbody;
|
| H A D | nfs_prot_aix4_2.h | 182 typedef struct mountlist *mountlist; typedef
|
| H A D | nfs_prot_ncr2.h | 157 typedef struct mountlist *mountlist; typedef 158 typedef struct mountlist mountbody;
|
| H A D | nfs_prot_aix5_1.h | 182 typedef struct mountlist *mountlist; typedef
|
| /netbsd-src/sys/kern/ |
| H A D | vfs_mount.c | 125 static TAILQ_HEAD(mountlist, mountlist_entry) mountlist; 142 TAILQ_INIT(&mountlist); in vfs_mount_sysinit() 242 * Directly walk mountlist to prevent deadlock through in vfs_getnewfsid() 246 for (me = TAILQ_FIRST(&mountlist); me != TAILQ_END(&mountlist); ) { in vfs_getnewfsid() 254 me = TAILQ_FIRST(&mountlist); in vfs_getnewfsid() 1146 /* If the mountlist is empty it is time to remove swap. */ in vfs_unmountall1() 1585 TAILQ_INSERT_HEAD(&mountlist, me, me_list); in mountlist_iterator_destroy() 1599 TAILQ_REMOVE(&mountlist, marke in mountlist_iterator_destroy() [all...] |
| /netbsd-src/tests/kernel/ |
| H A D | t_umountstress.sh | 121 atf_test_case mountlist cleanup 208 atf_add_test_case mountlist
|