Home
last modified time | relevance | path

Searched refs:Group (Results 1 – 25 of 61) sorted by relevance

123

/systemd-251/hwdb.d/ !
Dids_parser.py9 Group, ParserElement,
30 ZeroOrMore(Group(protocol_line)('PROTOCOLS*')
33 ZeroOrMore(Group(subclass)('SUBCLASSES*')
42 ZeroOrMore(Group(interface_line)
45 ZeroOrMore(Group(device)('VENDOR_DEV*') ^ COMMENTLINE.suppress()))
55 grammar = OneOrMore(Group(vendor)('VENDORS*')
56 ^ Group(klass)('CLASSES*')
68 ZeroOrMore(Group(subvendor_line)('SUBVENDORS*') ^ COMMENTLINE.suppress()))
70 ZeroOrMore(Group(device)('DEVICES*') ^ COMMENTLINE.suppress()))
75 grammar = OneOrMore(Group(vendor)('VENDORS*')
[all …]
Dparse_hwdb.py33 OneOrMore, Combine, Or, Optional, Suppress, Group,
116 grammar = OneOrMore(Group(group)('GROUPS*') ^ commentgroup) + stringEnd()
124 …dpi_setting = Group(Optional('*')('DEFAULT') + INTEGER('DPI') + Optional(Suppress('@') + INTEGER('…
126 …mount_matrix = Group(mount_matrix_row + ';' + mount_matrix_row + ';' + mount_matrix_row)('MOUNT_MA…
132 props = (('MOUSE_DPI', Group(OneOrMore(dpi_setting))),
D20-OUI.hwdb600 ID_OUI_FROM_DATABASE=ARRIS Group, Inc.
615 ID_OUI_FROM_DATABASE=ARRIS Group, Inc.
1485 ID_OUI_FROM_DATABASE=Ericsson Group
1758 ID_OUI_FROM_DATABASE=Great Dragon Information Technology (Group) Co., Ltd.
1779 ID_OUI_FROM_DATABASE=Datacard Group
1812 ID_OUI_FROM_DATABASE=Tsann Kuen China (Shanghai)Enterprise Co., Ltd. IT Group
1839 ID_OUI_FROM_DATABASE=Soyo Group Soyo Com Tech Co., Ltd
2262 ID_OUI_FROM_DATABASE=CCC Network Systems Group Ltd.
2433 ID_OUI_FROM_DATABASE=Mace Group, Inc.
2985 ID_OUI_FROM_DATABASE=ARRIS Group, Inc.
[all …]
/systemd-251/src/cgtop/ !
Dcgtop.c35 typedef struct Group { struct
56 } Group; argument
87 static Group *group_free(Group *g) { in group_free()
152 Group **ret) { in process()
154 Group *g; in process()
169 g = new0(Group, 1); in process()
446 Group **ret) { in refresh_one()
449 Group *ours = NULL; in refresh_one()
471 Group *child = NULL; in refresh_one()
524 static int group_compare(Group * const *a, Group * const *b) { in group_compare()
[all …]
/systemd-251/test/test-execute/ !
Dexec-supplementarygroups-multiple-groups-withgid.service3 Description=Test for Supplementary Group with multiple groups and Group=1
11 Group=1 key
Dexec-group-nfsnobody.service3 Description=Test for Group
8 Group=nfsnobody key
Dexec-group-nobody.service3 Description=Test for Group
8 Group=nobody key
Dexec-group-nogroup.service3 Description=Test for Group
8 Group=nogroup key
Dexec-group.service3 Description=Test for Group (daemon)
8 Group=daemon key
Dexec-supplementarygroups-single-group.service3 Description=Test for Supplementary Group with only one group
9 Group=1 key
Dexec-runtimedirectory-owner-nfsnobody.service3 Description=Test for RuntimeDirectory owner (must not be the default group of the user if Group is …
8 Group=nfsnobody key
Dexec-runtimedirectory-owner-nobody.service3 Description=Test for RuntimeDirectory owner (must not be the default group of the user if Group is …
8 Group=nobody key
Dexec-runtimedirectory-owner-nogroup.service3 Description=Test for RuntimeDirectory owner (must not be the default group of the user if Group is …
8 Group=nogroup key
Dexec-runtimedirectory-owner.service3 Description=Test for RuntimeDirectory owner (must not be the default group of the user if Group is …
8 Group=daemon key
Dexec-supplementarygroups-single-group-user.service3 Description=Test for Supplementary Group with only one group and uid 1
10 Group=1 key
Dexec-privatedevices-yes-with-group.service3 Description=Test Group=group is applied after PrivateDevices=yes
7 Group=daemon key
Dexec-supplementarygroups-multiple-groups-default-group-user.service3 Description=Test for Supplementary Group with multiple groups without Group and User
Dexec-umask-namespace.service9 Group=65534 key
Dexec-supplementarygroups.service3 Description=Test for Supplementary Group
/systemd-251/test/fuzz/fuzz-netdev-parser/ !
Ddirectives.netdev108 Group=
167 Group=
181 Group=
/systemd-251/test/test-sysusers/ !
Dunhappy-3.expected-err1 Group g1 not found.
/systemd-251/docs/ !
DGROUP_RECORD.md2 title: JSON Group Records
8 # JSON Group Records
10 Long story short: JSON Group Records are to `struct group` what
DUSER_GROUP_API.md2 title: User/Group Record Lookup API via Varlink
8 # User/Group Record Lookup API via Varlink
10 JSON User/Group Records (as described in the [JSON User Records](USER_RECORD.md)
11 and [JSON Group Records](GROUP_RECORD.md) documents) that are defined on the
38 1. User/Group record resolution should work during early boot and late shutdown
97 NSS user/group records available as JSON User/Group records. Any such
/systemd-251/test/test-network/conf/ !
D25-nexthop-dummy.network15 Group=1:3 20:1
/systemd-251/units/ !
Dnss-user-lookup.target14 Description=User and Group Name Lookups

123