Searched refs:default_groups (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/contrib/openzfs/config/ |
H A D | kernel-sysfs.m4 | 7 dnl # struct kobj_type.default_groups 10 dnl # if both are present (5.2-5.17), we prefer default_groups; they're otherwise equivalent 17 .default_groups = (const struct attribute_group **)NULL }; 22 AC_MSG_CHECKING([whether struct kobj_type.default_groups exists]) 25 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 | 176 static int default_groups[] = { 19, 20, 21, 25, 26, -1 }; in wpas_mesh_init_rsn() local 195 bss->conf->sae_groups = os_memdup(default_groups, in wpas_mesh_init_rsn() 196 sizeof(default_groups)); in wpas_mesh_init_rsn()
|
H A D | sme.c | 61 int default_groups[] = { 19, 20, 21, 0 }; in sme_set_sae_group() local 64 groups = default_groups; in sme_set_sae_group() 1566 int default_groups[] = { 19, 20, 21, 0 }; in sme_sae_is_group_enabled() local 1570 groups = default_groups; in sme_sae_is_group_enabled() 1674 int default_groups[] = { 19, 20, 21, 0 }; in sme_sae_auth() local 1682 groups = default_groups; in sme_sae_auth()
|
H A D | wpa_supplicant.c | 2507 int default_groups[] = { 19, 20, 21, 0 }; in wpa_s_setup_sae_pt() local 2511 groups = default_groups; in wpa_s_setup_sae_pt()
|
/freebsd/contrib/wpa/src/pasn/ |
H A D | pasn_responder.c | 610 static const int default_groups[] = { 19, 0 }; in handle_auth_pasn_1() local 617 groups = default_groups; in handle_auth_pasn_1()
|
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/ |
H A D | zfs_sysfs.c | 192 zkobj->zko_kobj_type.default_groups = zkobj->zko_default_groups; in zfs_kobj_init()
|
/freebsd/contrib/wpa/src/common/ |
H A D | sae.c | 1101 int default_groups[] = { 19, 0 }; in sae_derive_pt() local 1105 groups = default_groups; in sae_derive_pt()
|
/freebsd/contrib/wpa/src/ap/ |
H A D | ieee802_11.c | 1177 int default_groups[] = { 19, 0 }; in sae_pick_next_group() local 1185 groups = default_groups; in sae_pick_next_group() 1251 int default_groups[] = { 19, 0 }; in sae_is_group_enabled() local 1255 groups = default_groups; in sae_is_group_enabled() 1313 int default_groups[] = { 19, 0 }; in handle_auth_sae() local 1319 groups = default_groups; in handle_auth_sae()
|