Searched refs:domount (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/netbsd-tests/fs/common/ |
H A D | fstest_nfs.c | 178 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 D | t_vfs.sh | 33 domount() function 51 domount /rump/mnt2
|
/freebsd/stand/powerpc/boot1.chrp/ |
H A D | boot1.c | 63 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 D | zinject.c | 897 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 D | libzfs.h | 904 boolean_t domount; member
|
/freebsd/sys/contrib/openzfs/lib/libzfs/ |
H A D | libzfs_sendrecv.c | 5328 flags->domount = B_TRUE; in zfs_receive_one() 5609 if (err == 0 && !flags->nomount && flags->domount && top_zfs) { in zfs_receive()
|
H A D | libzfs.abi | 7130 <var-decl name='domount' type-id='c19b74c3' visibility='default'/>
|