Home
last modified time | relevance | path

Searched refs:domount (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/netbsd-tests/fs/common/
H A Dfstest_nfs.c178 domount(const atf_tc_t *tc, void *arg, const char *serverpath, in domount() function
216 return domount(tc, arg, SERVERADDR ":" EXPORTPATH, path, flags); in nfs_fstest_mount()
234 return domount(tc, arg, SERVERROADDR":"EXPORTPATH, path, flags); in nfsro_fstest_mount()
236 return domount(tc, arg, SERVERADDR":"EXPORTPATH, path, flags); in nfsro_fstest_mount()
/freebsd/contrib/netbsd-tests/lib/librumphijack/
H A Dt_vfs.sh33 domount() function
51 domount /rump/mnt2
/freebsd/stand/powerpc/boot1.chrp/
H A Dboot1.c63 static int domount(const char *device, int quiet);
513 if (domount(bootpath_full,1) == 0) in main()
534 if (domount(bootpath_full,1) >= 0) in main()
569 domount(const char *device, int quiet) in domount() function
/freebsd/sys/contrib/openzfs/cmd/zinject/
H A Dzinject.c897 int domount = 0; in main()
1053 domount = 1; in main()
1445 if (dataset[0] != '\0' && domount) {
1461 if (dataset[0] != '\0' && domount)
748 int domount = 0; main() local
/freebsd/sys/contrib/openzfs/include/
H A Dlibzfs.h904 boolean_t domount; member
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_sendrecv.c5328 flags->domount = B_TRUE; in zfs_receive_one()
5609 if (err == 0 && !flags->nomount && flags->domount && top_zfs) { in zfs_receive()
H A Dlibzfs.abi7130 <var-decl name='domount' type-id='c19b74c3' visibility='default'/>