Home
last modified time | relevance | path

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

/freebsd/tests/sys/cddl/zfs/tests/rootpool/
H A Drootpool_007_neg.ksh70 set -A gtype "gzip" "gzip-1" "gzip-2" "gzip-3" "gzip-4" "gzip-5" \
75 log_mustnot $ZFS set compression=${gtype[i]} $rootfs
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rootpool/
H A Drootpool_007_pos.ksh62 set -A gtype "gzip" "gzip-1" "gzip-2" "gzip-3" "gzip-4" "gzip-5" \
67 log_must zfs set compression=${gtype[i]} $rootfs
/freebsd/tests/sys/cddl/zfs/tests/bootfs/
H A Dbootfs_008_neg.ksh81 set -A gtype "gzip" "gzip-1" "gzip-2" "gzip-3" "gzip-4" "gzip-5" \
85 log_must $ZFS set compression=${gtype[i]} $COMP_FS
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/bootfs/
H A Dbootfs_008_pos.ksh73 set -A gtype "gzip" "gzip-1" "gzip-2" "gzip-3" "gzip-4" "gzip-5" \
77 log_must zfs set compression=${gtype[i]} $COMP_FS
/freebsd/crypto/openssl/apps/lib/
H A Dapps.c2372 int i, gtype; in get_dp_url() local
2379 uri = GENERAL_NAME_get0_value(gen, &gtype); in get_dp_url()
2380 if (gtype == GEN_URI && ASN1_STRING_length(uri) > 6) { in get_dp_url()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dp2p_supplicant.c918 char *gtype; in wpas_p2p_group_delete() local
943 gtype = "GO"; in wpas_p2p_group_delete()
948 gtype = "client"; in wpas_p2p_group_delete()
950 gtype = "GO"; in wpas_p2p_group_delete()
953 wpas_notify_p2p_group_removed(wpa_s, ssid, gtype); in wpas_p2p_group_delete()
955 if (os_strcmp(gtype, "client") == 0) { in wpas_p2p_group_delete()
1002 wpa_s->ifname, gtype, reason); in wpas_p2p_group_delete()
/freebsd/crypto/openssl/crypto/x509/
H A Dx509_vfy.c624 static int has_san_id(X509 *x, int gtype) in has_san_id() argument
636 if (g->type == gtype) { in has_san_id()