Home
last modified time | relevance | path

Searched refs:group_table (Results 1 – 25 of 57) sorted by relevance

123

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/scsi/isci/
H A Dremote_node_table.c80 u32 *group_table; in sci_remote_node_table_get_group_index() local
83 group_table = remote_node_table->remote_node_groups[group_table_index]; in sci_remote_node_table_get_group_index()
86 if (group_table[dword_index] != 0) { in sci_remote_node_table_get_group_index()
88 if ((group_table[dword_index] & (1 << bit_index)) != 0) { in sci_remote_node_table_get_group_index()
116 u32 *group_table; in sci_remote_node_table_clear_group_index() local
123 group_table = remote_node_table->remote_node_groups[group_table_index]; in sci_remote_node_table_clear_group_index()
125 group_table[dword_index] = group_table[dword_index] & ~(1 << bit_index); in sci_remote_node_table_clear_group_index()
146 u32 *group_table; in sci_remote_node_table_set_group_index() local
153 group_table = remote_node_table->remote_node_groups[group_table_index]; in sci_remote_node_table_set_group_index()
155 group_table[dword_index] = group_table[dword_index] | (1 << bit_index); in sci_remote_node_table_set_group_index()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/scsi/isci/
H A Dremote_node_table.c80 u32 *group_table; in sci_remote_node_table_get_group_index() local
83 group_table = remote_node_table->remote_node_groups[group_table_index]; in sci_remote_node_table_get_group_index()
86 if (group_table[dword_index] != 0) { in sci_remote_node_table_get_group_index()
88 if ((group_table[dword_index] & (1 << bit_index)) != 0) { in sci_remote_node_table_get_group_index()
116 u32 *group_table; in sci_remote_node_table_clear_group_index() local
123 group_table = remote_node_table->remote_node_groups[group_table_index]; in sci_remote_node_table_clear_group_index()
125 group_table[dword_index] = group_table[dword_index] & ~(1 << bit_index); in sci_remote_node_table_clear_group_index()
146 u32 *group_table; in sci_remote_node_table_set_group_index() local
153 group_table = remote_node_table->remote_node_groups[group_table_index]; in sci_remote_node_table_set_group_index()
155 group_table[dword_index] = group_table[dword_index] | (1 << bit_index); in sci_remote_node_table_set_group_index()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/scsi/isci/
H A Dremote_node_table.c80 u32 *group_table; in sci_remote_node_table_get_group_index() local
83 group_table = remote_node_table->remote_node_groups[group_table_index]; in sci_remote_node_table_get_group_index()
86 if (group_table[dword_index] != 0) { in sci_remote_node_table_get_group_index()
88 if ((group_table[dword_index] & (1 << bit_index)) != 0) { in sci_remote_node_table_get_group_index()
116 u32 *group_table; in sci_remote_node_table_clear_group_index() local
123 group_table = remote_node_table->remote_node_groups[group_table_index]; in sci_remote_node_table_clear_group_index()
125 group_table[dword_index] = group_table[dword_index] & ~(1 << bit_index); in sci_remote_node_table_clear_group_index()
146 u32 *group_table; in sci_remote_node_table_set_group_index() local
153 group_table = remote_node_table->remote_node_groups[group_table_index]; in sci_remote_node_table_set_group_index()
155 group_table[dword_index] = group_table[dword_index] | (1 << bit_index); in sci_remote_node_table_set_group_index()
/dports/net/libnss-pgsql/libnss-pgsql-1.5.0-beta/conf/
H A Dnss-pgsql.conf26 …T username FROM usergroups WHERE usergroups.gid = group_table.gid),chr(10)) as members FROM group_…
28 …T username from usergroups WHERE usergroups.gid = group_table.gid),chr(10)) as members FROM group_…
38 …N passwd_table USING (uid) WHERE usergroups.gid = group_table.gid),chr(10)) AS members FROM group_…
/dports/net-mgmt/observium/observium/update/
H A D277.sql6 UPDATE `group_table` SET `entity_type` = 'netscalervsvr' WHERE `entity_type` = 'netscaler_vservers';
13 UPDATE `group_table` SET `entity_type` = 'netscalervsvr' WHERE `entity_type` = 'netscaler_vserver';
20 UPDATE `group_table` SET `entity_type` = 'netscalersvc' WHERE `entity_type` = 'netscaler_svc';
27 UPDATE `group_table` SET `entity_type` = 'netscalersvcgrpmem' WHERE `entity_type` = 'netscaler_svcg…
H A D149.sql5 DROP TABLE IF EXISTS `group_table`;
6 CREATE TABLE IF NOT EXISTS `group_table` ( `group_table_id` int(11) NOT NULL AUTO_INCREMENT, `gro…
H A D278.sql5 UPDATE `group_table` SET `entity_type` = 'netscalervsvr' WHERE `entity_type` = 'netscaler_vsvr';
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/network/nxos/
H A Dnxos_snmp_user.py126 group_table = data['TABLE_role']['ROW_role']
127 for group in group_table:
184 group_table = resource_table[tablegrpkey][rowgrpkey]
186 for group in group_table:
189 groups.append(str(group_table[grpkey]).strip())
H A Dnxos_snmp_community.py110 group_table = data['TABLE_role']['ROW_role']
111 for group in group_table:
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/cisco/nxos/plugins/modules/
H A Dnxos_snmp_user.py132 group_table = data["TABLE_role"]["ROW_role"]
133 for group in group_table:
190 group_table = resource_table[tablegrpkey][rowgrpkey]
192 for group in group_table:
195 groups.append(str(group_table[grpkey]).strip())
H A Dnxos_snmp_community.py121 group_table = data["TABLE_role"]["ROW_role"]
122 for group in group_table:
/dports/devel/py-knack/knack-0.8.2/knack/
H A Dparser.py184 def _get_subparser(self, path, group_table=None): argument
188 group_table = group_table or {}
201 command_group = group_table.get(' '.join(parent_path))
214 command_group = group_table.get(' '.join(parent_path), None)
/dports/science/hdf5/hdf5-1.10.6/tools/lib/
H A Dh5tools_utils.c670 dump_table("group_table", info->group_table); in dump_tables()
719 add_obj(info->group_table, oinfo->addr, name, TRUE); in find_objs_cb()
787 init_objs(hid_t fid, find_objs_t *info, table_t **group_table, in init_objs() argument
793 init_table(group_table); in init_objs()
799 info->group_table = *group_table; in init_objs()
810 free_table(*group_table); in init_objs()
811 info->group_table = NULL; in init_objs()
H A Dh5tools_utils.h115 table_t *group_table; member
138 H5TOOLS_DLL herr_t init_objs(hid_t fid, find_objs_t *info, table_t **group_table,
/dports/science/hdf5-18/hdf5-1.8.21/tools/h5dump/
H A Dh5dump_extern.h45 table_t *group_table; /* Table of groups */ member
52 extern table_t *group_table, *dset_table, *type_table;
H A Dh5dump.h42 table_t *group_table; /* Table of groups */ member
53 table_t *group_table = NULL, *dset_table = NULL, *type_table = NULL; variable
/dports/science/hdf5/hdf5-1.10.6/tools/src/h5dump/
H A Dh5dump_extern.h45 table_t *group_table; /* Table of groups */ member
52 extern table_t *group_table, *dset_table, *type_table;
H A Dh5dump.h42 table_t *group_table; /* Table of groups */ member
53 table_t *group_table = NULL, *dset_table = NULL, *type_table = NULL; variable
/dports/misc/orange3/orange3-3.29.1/Orange/widgets/data/tests/
H A Dtest_owpivot.py313 group_tab = pivot.group_table
352 group_tab = pivot.group_table
374 group_tab = pivot.group_table
396 self.assert_table_equal(pivot.group_table,
407 group_tab = pivot.group_table
421 group_tab_same_vars = pivot.group_table
435 group_tab = pivot.group_table
471 group_tab = pivot.group_table
473 self.assert_table_equal(pivot.group_table, table)
499 group_tab = pivot.group_table
[all …]
/dports/science/hdf5-18/hdf5-1.8.21/tools/lib/
H A Dh5tools_utils.c444 dump_table("group_table", info->group_table); in dump_tables()
494 add_obj(info->group_table, oinfo->addr, name, TRUE); in find_objs_cb()
562 init_objs(hid_t fid, find_objs_t *info, table_t **group_table, in init_objs() argument
566 init_table(group_table); in init_objs()
572 info->group_table = *group_table; in init_objs()
H A Dh5tools_utils.h115 table_t *group_table; member
133 H5TOOLS_DLL herr_t init_objs(hid_t fid, find_objs_t *info, table_t **group_table,
/dports/mail/balsa/balsa-2.5.1/libbalsa/
H A Daddress-book-text.c303 GHashTable *group_table; in lbab_text_load_file() local
340 group_table = in lbab_text_load_file()
395 g_hash_table_lookup(group_table, group_name); in lbab_text_load_file()
398 g_hash_table_replace(group_table, group_name, in lbab_text_load_file()
406 g_hash_table_foreach(group_table, (GHFunc) lbab_text_group_address, in lbab_text_load_file()
408 g_hash_table_destroy(group_table); in lbab_text_load_file()
/dports/sysutils/ansible2/ansible-2.9.27/test/integration/targets/unarchive/tasks/
H A Dtest_unprivileged_user.yml5 group: "{{ group_table[ansible_facts['distribution']] | default(omit) }}"
8 group_table:
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/integration/targets/unarchive/tasks/
H A Dtest_unprivileged_user.yml4 group: "{{ group_table[ansible_facts['distribution']] | default(omit) }}"
7 group_table:
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/test/integration/targets/unarchive/tasks/
H A Dtest_unprivileged_user.yml5 group: "{{ group_table[ansible_facts['distribution']] | default(omit) }}"
8 group_table:

123