Home
last modified time | relevance | path

Searched refs:mountlist (Results 1 – 25 of 32) sorted by relevance

12

/netbsd-src/usr.bin/showmount/
H A Dshowmount.c73 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 Dmount.x111 typedef struct mountbody *mountlist; typedef
115 mountlist ml_next;
169 mountlist
226 mountlist
/netbsd-src/external/bsd/am-utils/dist/fixmount/
H A Dfixmount.c69 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 Dvchain43 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 Dnfs_prot_bsdi2.h164 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 Dnfs_prot_irix6.h175 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 Dnfs_prot_sunos5_3.h208 typedef struct mountlist *mountlist; typedef
209 typedef struct mountlist mountbody;
H A Dnfs_prot_sunos5_4.h215 typedef struct mountlist *mountlist; typedef
216 typedef struct mountlist mountbody;
H A Dnfs_prot_ultrix.h158 typedef struct mountlist *mountlist; typedef
159 typedef struct mountlist mountbody;
H A Dnfs_prot_osf2.h170 typedef struct mountlist *mountlist; typedef
171 typedef struct mountlist mountbody;
H A Dnfs_prot_sunos4.h161 typedef struct mountlist *mountlist; typedef
162 typedef struct mountlist mountbody;
H A Dnfs_prot_hpux.h163 typedef struct mountlist *mountlist; typedef
164 typedef struct mountlist mountbody;
H A Dnfs_prot_sunos3.h161 typedef struct mountlist *mountlist; typedef
162 typedef struct mountlist mountbody;
H A Dnfs_prot_nextstep.h338 typedef struct mountlist *mountlist; typedef
339 typedef struct mountlist mountbody;
391 extern bool_t xdr_mountlist(XDR *xdrs, mountlist *objp);
H A Dnfs_prot_aix3.h179 typedef struct mountlist *mountlist; typedef
H A Dnfs_prot_aix4.h177 typedef struct mountlist *mountlist; typedef
H A Dnfs_prot_osf5.h184 typedef struct mountlist *mountlist; typedef
185 typedef struct mountlist mountbody;
H A Dnfs_prot_osf4.h169 typedef struct mountlist *mountlist; typedef
170 typedef struct mountlist mountbody;
H A Dnfs_prot_irix5.h210 typedef struct mountlist *mountlist; typedef
211 typedef struct mountlist mountbody;
H A Dnfs_prot_svr4.h152 typedef struct mountlist *mountlist; typedef
153 typedef struct mountlist mountbody;
H A Dnfs_prot_aix4_2.h182 typedef struct mountlist *mountlist; typedef
H A Dnfs_prot_ncr2.h157 typedef struct mountlist *mountlist; typedef
158 typedef struct mountlist mountbody;
H A Dnfs_prot_aix5_1.h182 typedef struct mountlist *mountlist; typedef
/netbsd-src/sys/kern/
H A Dvfs_mount.c125 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 Dt_umountstress.sh121 atf_test_case mountlist cleanup
208 atf_add_test_case mountlist

12