Home
last modified time | relevance | path

Searched refs:version1 (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_user/misc/
H A Dzfs_upgrade_001_neg.ksh57 log_mustnot zfs upgrade $TESTPOOL/$TESTFS/version1
60 VERSION=$(zfs upgrade $TESTPOOL/$TESTFS/version1 2>&1 \
H A Dsetup.ksh110 log_must zfs create -o version=1 $TESTPOOL/$TESTFS/version1
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_writes.c3081 int version1 = 0; in __s_cvt_auto_mount() local
3095 version1 = 1; in __s_cvt_auto_mount()
3102 if (version1) in __s_cvt_auto_mount()
3122 (void) snprintf(trdn, RDNSIZE, version1 ? "cn=%s" : "automountKey=%s", in __s_cvt_auto_mount()
3131 rc = __s_add_attr(e, version1 ? "cn" : "automountKey", in __s_cvt_auto_mount()
3138 rc = __s_add_attr(e, version1 ? "nisMapEntry" : "automountInformation", in __s_cvt_auto_mount()
3152 version1 = 1; in __s_cvt_auto_mount()
3156 if (version1) { in __s_cvt_auto_mount()
/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Dldapaddent.c4281 int version1 = 0; in main() local
4525 version1 = 1; in main()
4542 if (version1) in main()
4553 version1 ? "nisMapName" : "automountMapName", in main()