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 | 65 static int domount(const char *device, int quiet); 512 if (domount(bootpath_full,1) == 0) in main() 533 if (domount(bootpath_full,1) >= 0) in main() 568 domount(const char *device, int quiet) in domount() function
|
| /freebsd/sys/contrib/openzfs/cmd/zinject/ |
| H A D | zinject.c | 929 int domount = 0; in main() local 1087 domount = 1; in main() 1510 if (dataset[0] != '\0' && domount) { in main() 1526 if (dataset[0] != '\0' && domount) in main()
|
| /freebsd/sys/contrib/openzfs/include/ |
| H A D | libzfs.h | 929 boolean_t domount; member
|
| /freebsd/sys/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_sendrecv.c | 5347 flags->domount = B_TRUE; in zfs_receive_one() 5628 if (err == 0 && !flags->nomount && flags->domount && top_zfs) { in zfs_receive()
|
| H A D | libzfs.abi | 7669 <var-decl name='domount' type-id='c19b74c3' visibility='default'/>
|