Home
last modified time | relevance | path

Searched refs:mnext (Results 1 – 20 of 20) sorted by relevance

/netbsd-src/external/bsd/am-utils/dist/conf/umount/
H A Dumount_default.c68 mp = mp->mnext; in umount_fs()
145 mp = mp->mnext; in umount_fs()
H A Dumount_aix.c68 mp = mp->mnext; in umount_fs()
145 mp = mp->mnext; in umount_fs()
H A Dumount_linux.c75 mp = mp->mnext; in umount_fs()
206 mp = mp->mnext; in umount_fs()
/netbsd-src/external/bsd/am-utils/dist/conf/mtab/
H A Dmtab_svr4.c247 mpp = &(*mpp)->mnext; in read_mtab()
278 mp = mp->mnext; in rewrite_mtab()
H A Dmtab_isc3.c195 mpp = &(*mpp)->mnext; in read_mtab()
246 mp = mp->mnext; in rewrite_mtab()
H A Dmtab_file.c306 mp = mp->mnext; in rewrite_mtab()
440 mpp = &(*mpp)->mnext; in read_mtab()
H A Dmtab_ultrix.c111 mpp = &(*mpp)->mnext; in read_mtab()
H A Dmtab_bsd.c136 mpp = &(*mpp)->mnext; in read_mtab()
H A Dmtab_mach3.c370 mp = mp->mnext; in rewrite_mtab()
491 mpp = &(*mpp)->mnext; in read_mtab()
H A Dmtab_linux.c409 mp = mp->mnext; in rewrite_mtab()
551 mpp = &(*mpp)->mnext; in read_mtab()
H A Dmtab_osf.c141 mpp = &(*mpp)->mnext; in read_mtab()
H A Dmtab_aix.c171 mpp = &(*mpp)->mnext; in read_mtab()
/netbsd-src/external/bsd/am-utils/dist/amd/
H A Damfs_host.c295 for (ml = mlist; ml; ml = ml->mnext) in already_mounted()
562 mntlist *ml2 = ml->mnext; in amfs_host_umount()
563 ml->mnext = mprev; in amfs_host_umount()
572 for (ml = mlist; ml && !xerror; ml = ml->mnext) { in amfs_host_umount()
H A Drestart.c136 mlp = mlp->mnext) { in restart()
199 mlp = mlp->mnext) { in restart_automounter_nodes()
/netbsd-src/external/bsd/am-utils/dist/libamu/
H A Dmtab.c79 mp = mp->mnext; in discard_mntlist()
/netbsd-src/sys/netinet/
H A Dip_output.c831 struct mbuf **mnext; in ip_fragment() local
855 mnext = &m->m_nextpkt; in ip_fragment()
872 *mnext = m; in ip_fragment()
873 mnext = &m->m_nextpkt; in ip_fragment()
H A Dsctp_output.c4134 struct mbuf *n, *mnext; local
4586 mnext = n->m_nextpkt;
4589 n = mnext;
/netbsd-src/external/bsd/am-utils/dist/include/
H A Dam_utils.h225 struct mntlist *mnext; member
/netbsd-src/sys/netinet6/
H A Dip6_output.c897 struct mbuf **mnext, *m_frgpart; in ip6_output() local
916 mnext = &m->m_nextpkt; in ip6_output()
963 *mnext = m; in ip6_output()
964 mnext = &m->m_nextpkt; in ip6_output()
/netbsd-src/sys/external/bsd/ipf/netinet/
H A Dip_fil_netbsd.c1286 struct mbuf **mnext = &m->m_act; in ipf_fastroute() local
1333 *mnext = m; in ipf_fastroute()
1334 mnext = &m->m_act; in ipf_fastroute()