Home
last modified time | relevance | path

Searched refs:all_groups (Results 1 – 2 of 2) sorted by relevance

/linux/arch/s390/hypfs/
H A Dhypfs_vm.c24 static char *all_groups = all_guests; variable
35 memcpy(parm_list.aci_grp, all_groups, DIAG2FC_NAME_LEN); in diag2fc()
/linux/drivers/accessibility/speakup/
H A Di18n.c362 static struct msg_group_t all_groups[] = { variable
400 static const int num_groups = ARRAY_SIZE(all_groups);
586 if (!strcmp(all_groups[i].name, group_name)) { in spk_find_msg_group()
587 group = &all_groups[i]; in spk_find_msg_group()