Searched refs:do_mount (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/autofs-246/headers/
H A Dtriggers_priv.h86 int (*do_mount)(void *),
/macosx-10.10/smb-759.0/lib/
H A Dlibtest.c379 static int do_mount(const char *mp, CFURLRef url, CFDictionaryRef openOptions, int mntflags) function
439 error = do_mount(mp1, url, NULL, MNT_DONTBROWSE);
444 error = do_mount(mp2, url, NULL, MNT_DONTBROWSE);
457 error = do_mount(mp1, url, NULL, MNT_DONTBROWSE);
462 error = do_mount(mp2, url, NULL, 0);
475 error = do_mount(mp1, url, NULL, 0);
480 error = do_mount(mp2, url, NULL, MNT_DONTBROWSE);
493 error = do_mount(mp1, url, NULL, 0);
498 error = do_mount(mp2, url, NULL, 0);
511 error = do_mount(mp
[all...]
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-run/
H A Dintegration_test.sh86 do_mount() { function
735 do_mount foo/bar/mnt
737 do_mount foo/baz
740 do_mount foo/baz/foo/bar
776 do_mount foo/bar
/macosx-10.10/autofs-246/triggers_kext/
H A Dtriggers.c657 * do_mount routine.
861 int (*do_mount)(void *),
883 ti->ti_do_mount = do_mount;
/macosx-10.10/ntfs-84/util/
H A Dntfs.util.c1162 * do_mount - Mount a file system.
1164 static int do_mount(const char *progname, char *dev, char *mp, function
1353 err = do_mount(progname, blockdev, mp, removable, readonly,

Completed in 192 milliseconds