Searched refs:mopts (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10/diskdev_cmds-576/mount_devfs.tproj/
H A Dmount_devfs.c72 struct mntopt mopts[] = { variable in typeref:struct:mntopt
91 getmntopts(optarg, mopts, &mntflags, 0);
/macosx-10.10/diskdev_cmds-576/mount_fdesc.tproj/
H A Dmount_fdesc.c74 struct mntopt mopts[] = { variable in typeref:struct:mntopt
94 getmntopts(optarg, mopts, &mntflags, 0);
/macosx-10.10/libutil-38/
H A Dgetmntopts.c57 const struct mntopt *mopts; member in struct:mntoptparse
67 for (m = mp->mopts; m->m_option != NULL; m++)
78 return mp->optarg[m - mp->mopts];
150 mp->mopts = m0;
/macosx-10.10/ntfs-84/mount/
H A Dmount_ntfs.c39 static struct mntopt mopts[] = { variable in typeref:struct:mntopt
157 tmp = getmntopts(optarg, mopts, &flags, &dummy);
/macosx-10.10/smb-759.0/mount_smbfs/
H A Dmount_smbfs.c59 static struct mntopt mopts[] = { variable in typeref:struct:mntopt
142 mntoptparse_t mp = getmntopts(optarg, mopts, &mntflags, &altflags);
/macosx-10.10/xnu-2782.1.97/bsd/netinet6/
H A Din6_src.c211 struct ip6_moptions *mopts; local
222 mopts = inp->in6p_moptions;
231 mopts = NULL;
249 if ((*errorp = in6_selectif(dstsock, opts, mopts, ro, &ip6oa,
310 if ((*errorp = in6_selectif(dstsock, opts, mopts, ro, &ip6oa,
611 struct ip6_pktopts *opts, struct ip6_moptions *mopts,
710 if (IN6_IS_ADDR_MULTICAST(dst) && mopts != NULL) {
711 IM6O_LOCK(mopts);
712 if ((ifp = ifp0 = mopts->im6o_multicast_ifp) != NULL) {
713 IM6O_UNLOCK(mopts);
610 selectroute(struct sockaddr_in6 *srcsock, struct sockaddr_in6 *dstsock, struct ip6_pktopts *opts, struct ip6_moptions *mopts, struct in6_ifaddr **retsrcia, struct route_in6 *ro, struct ifnet **retifp, struct rtentry **retrt, int clone, int norouteok, struct ip6_out_args *ip6oa) argument
1141 in6_selectif(struct sockaddr_in6 *dstsock, struct ip6_pktopts *opts, struct ip6_moptions *mopts, struct route_in6 *ro, struct ip6_out_args *ip6oa, struct ifnet **retifp) argument
1216 in6_selectroute(struct sockaddr_in6 *srcsock, struct sockaddr_in6 *dstsock, struct ip6_pktopts *opts, struct ip6_moptions *mopts, struct in6_ifaddr **retsrcia, struct route_in6 *ro, struct ifnet **retifp, struct rtentry **retrt, int clone, struct ip6_out_args *ip6oa) argument
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/netinet/
H A Dudp_usrreq.c1307 struct ip_moptions *mopts; local
1578 mopts = inp->inp_moptions;
1579 if (mopts != NULL) {
1580 IMO_LOCK(mopts);
1581 IMO_ADDREF_LOCKED(mopts);
1583 mopts->imo_multicast_ifp != NULL) {
1585 inp->inp_last_outifp = mopts->imo_multicast_ifp;
1587 IMO_UNLOCK(mopts);
1610 error = ip_output(m, inpopts, &ro, soopts, mopts, &ipoa);
1613 if (mopts !
[all...]
/macosx-10.10/hfs-285/mount_hfs/
H A Dmount_hfs.c95 struct mntopt mopts[] = { variable in typeref:struct:mntopt
536 getmntopts(optarg, mopts, &mntflags, &dummy);
/macosx-10.10/msdosfs-209.1.1/mount_msdos.tproj/
H A Dmount_msdos.c97 static struct mntopt mopts[] = { variable in typeref:struct:mntopt
271 mp = getmntopts(optarg, mopts, &mntflags, (int *)&args.flags);
/macosx-10.10/webdavfs-367/mount.tproj/
H A Dwebdav_agent.c766 const struct mntopt mopts[] = { local
781 mp = getmntopts(optarg, mopts, &mntflags, 0);
/macosx-10.10/NFS-82/mount_nfs/
H A Dmount_nfs.c175 struct mntopt mopts[] = { variable in typeref:struct:mntopt
988 mop = getmntopts(opts, mopts, &options.mntflags, &altflags);
1447 known = &mopts[0];

Completed in 305 milliseconds