Home
last modified time | relevance | path

Searched refs:grandchild (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/delegate/
H A Dzfs_allow_007_pos.ksh64 grandchild=$childfs/grandchild
66 log_must zfs create $grandchild
81 for fs in $childfs $grandchild ; do
92 for fs in $childfs $grandchild ; do
99 for fs in $childfs $grandchild ; do
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_rename/
H A Dzfs_rename_encrypted_child.ksh57 log_must zfs create $TESTPOOL/$TESTFS2/child/grandchild
61 log_mustnot zfs rename $TESTPOOL/$TESTFS2/child/grandchild \
62 $TESTPOOL/grandchild
64 log_mustnot zfs rename $TESTPOOL/$TESTFS2/child/grandchild \
65 $TESTPOOL/$TESTFS3/grandchild
67 log_must zfs rename $TESTPOOL/$TESTFS2/child/grandchild \
H A Dzfs_rename_nounmount.ksh47 log_must zfs create $TESTPOOL/rename_test/child/grandchild
55 if ! ismounted $TESTPOOL/rename_test/child/grandchild; then
61 mntp_g=$(get_prop mountpoint $TESTPOOL/rename_test/child/grandchild)
69 log_mustnot zfs list $TESTPOOL/rename_test/child/grandchild
73 log_must zfs list $TESTPOOL/renamed/child/grandchild
H A Dzfs_rename_mountpoint.ksh47 log_must zfs create $TESTPOOL/rename_test/child/grandchild
58 if ismounted $TESTPOOL/rename_test/child/grandchild; then
67 log_mustnot zfs list $TESTPOOL/rename_test/child/grandchild
72 log_must zfs list $TESTPOOL/renamed/child/grandchild
84 if ismounted $TESTPOOL/renamed/child/grandchild; then
/f-stack/freebsd/contrib/device-tree/Bindings/display/atmel/
H A Dhlcdc-dc.txt18 Optional properties in grandchild nodes:
19 Any endpoint grandchild node may specify a desired video interface
/f-stack/freebsd/kern/
H A Dsubr_bus.c1941 device_t grandchild; in device_delete_child() local
1950 while ((grandchild = TAILQ_FIRST(&child->children)) != NULL) { in device_delete_child()
1951 error = device_delete_child(child, grandchild); in device_delete_child()