Symbol: mountlist_iterator_next
sys/compat/netbsd32/netbsd32_compat_20.c
108
while ((mp = mountlist_iterator_next(iter)) != NULL) {
sys/compat/ultrix/ultrix_fs.c
256
while (count < maxcount && (mp = mountlist_iterator_next(iter))) {
sys/kern/kern_veriexec.c
1380
while ((mp = mountlist_iterator_next(iter)) != NULL) {
sys/kern/kern_veriexec.c
1397
while ((mp = mountlist_iterator_next(iter)) != NULL) {
sys/kern/vfs_mount.c
1063
while ((mp = mountlist_iterator_next(iter)) != NULL) {
sys/kern/vfs_mount.c
1148
if (mountlist_iterator_next(iter) == NULL) {
sys/kern/vfs_mount.c
1338
mp = mountlist_iterator_next(iter);
sys/kern/vfs_mount.c
279
while ((mp = mountlist_iterator_next(iter)) != NULL) {
sys/kern/vfs_subr.c
1087
while ((mp = mountlist_iterator_next(iter)) != NULL) {
sys/kern/vfs_syscalls.c
1444
while ((mp = mountlist_iterator_next(iter)) != NULL) {
sys/kern/vfs_syscalls.c
754
while ((mp = mountlist_iterator_next(iter)) != NULL) {
sys/kern/vfs_syscalls.c
797
while ((mp = mountlist_iterator_next(mpiter)) != NULL) {
sys/kern/vfs_syscalls.c
823
while ((mp = mountlist_iterator_next(mpiter)) != NULL) {
sys/miscfs/procfs/procfs_linux.c
649
while ((mp = mountlist_iterator_next(iter)) != NULL) {
sys/sys/mount.h
475
struct mount *mountlist_iterator_next(mount_iterator_t *);
sys/ufs/lfs/lfs_bio.c
569
while ((mp = mountlist_iterator_next(iter)) != NULL) {
sys/ufs/lfs/lfs_kclean.c
836
while ((mp = mountlist_iterator_next(iter)) != NULL) {
sys/ufs/lfs/lfs_vfsops.c
483
while ((mp = mountlist_iterator_next(iter)) != NULL) {