| /freebsd/sys/contrib/openzfs/config/ |
| H A D | kernel-sysfs.m4 | 8 dnl # struct kobj_type.default_groups 11 dnl # if both are present (5.2-5.17), we prefer default_groups; they're otherwise equivalent 18 .default_groups = (const struct attribute_group **)NULL }; 23 AC_MSG_CHECKING([whether struct kobj_type.default_groups exists]) 26 AC_DEFINE([HAVE_SYSFS_DEFAULT_GROUPS], 1, [struct kobj_type has default_groups])
|
| /freebsd/sys/compat/linuxkpi/common/include/linux/ |
| H A D | kobject.h | 52 const struct attribute_group **default_groups; member
|
| /freebsd/contrib/wpa/wpa_supplicant/ |
| H A D | mesh.c | 158 static int default_groups[] = { 19, 20, 21, 25, 26, 0 }; in wpas_mesh_init_rsn() local 177 bss->conf->sae_groups = int_array_dup(default_groups); in wpas_mesh_init_rsn()
|
| H A D | pasn_supplicant.c | 236 static const int default_groups[] = { 19, 20, 21, 0 }; in wpas_pasn_get_group() local 245 groups = default_groups; in wpas_pasn_get_group()
|
| H A D | sme.c | 135 int default_groups[] = { 19, 20, 21, 0 }; in sme_set_sae_group() local 138 groups = default_groups; in sme_set_sae_group() 2659 int default_groups[] = { 19, 20, 21, 0 }; in sme_sae_is_group_enabled() local 2663 groups = default_groups; in sme_sae_is_group_enabled() 2751 int default_groups[] = { 19, 20, 21, 0 }; in sme_sae_auth() local 2759 groups = default_groups; in sme_sae_auth()
|
| H A D | wpa_supplicant.c | 2749 int default_groups[] = { 19, 20, 21, 0 }; in wpa_s_setup_sae_pt() local 2758 groups = default_groups; in wpa_s_setup_sae_pt()
|
| /freebsd/contrib/wpa/src/ap/ |
| H A D | ap_config.c | 505 int default_groups[] = { 19, 0, 0 }; in hostapd_setup_sae_pt() local 520 groups = default_groups; in hostapd_setup_sae_pt() 524 default_groups[1] = 20; in hostapd_setup_sae_pt()
|
| H A D | ieee802_11.c | 1598 int default_groups[] = { 19, 0, 0 }; in sae_pick_next_group() local 1606 groups = default_groups; in sae_pick_next_group() 1610 default_groups[1] = 20; in sae_pick_next_group() 1679 int default_groups[] = { 19, 0, 0 }; in sae_is_group_enabled() local 1683 groups = default_groups; in sae_is_group_enabled() 1687 default_groups[1] = 20; in sae_is_group_enabled() 1747 int default_groups[] = { 19, 0, 0 }; in handle_auth_sae() local 1753 groups = default_groups; in handle_auth_sae() 1757 default_groups[1] = 20; in handle_auth_sae() 2393 const int default_groups[] = { 19, 0 }; in wpa_auth_validate_802_1x_frame() local [all …]
|
| /freebsd/contrib/wpa/src/pasn/ |
| H A D | pasn_responder.c | 849 static const int default_groups[] = { 19, 0 }; in handle_auth_pasn_1() local 856 groups = default_groups; in handle_auth_pasn_1()
|
| /freebsd/sys/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zfs_sysfs.c | 182 zkobj->zko_kobj_type.default_groups = zkobj->zko_default_groups; in zfs_kobj_init()
|
| /freebsd/contrib/wpa/src/common/ |
| H A D | sae.c | 1119 const int default_groups[] = { 19, 0 }; in sae_derive_pt() local 1123 groups = default_groups; in sae_derive_pt()
|