/systemd-251/hwdb.d/ ! |
D | ids_parser.py | 9 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 …]
|
D | parse_hwdb.py | 33 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))),
|
D | 20-OUI.hwdb | 600 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/ ! |
D | cgtop.c | 35 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/ ! |
D | exec-supplementarygroups-multiple-groups-withgid.service | 3 Description=Test for Supplementary Group with multiple groups and Group=1 11 Group=1 key
|
D | exec-group-nfsnobody.service | 3 Description=Test for Group 8 Group=nfsnobody key
|
D | exec-group-nobody.service | 3 Description=Test for Group 8 Group=nobody key
|
D | exec-group-nogroup.service | 3 Description=Test for Group 8 Group=nogroup key
|
D | exec-group.service | 3 Description=Test for Group (daemon) 8 Group=daemon key
|
D | exec-supplementarygroups-single-group.service | 3 Description=Test for Supplementary Group with only one group 9 Group=1 key
|
D | exec-runtimedirectory-owner-nfsnobody.service | 3 Description=Test for RuntimeDirectory owner (must not be the default group of the user if Group is … 8 Group=nfsnobody key
|
D | exec-runtimedirectory-owner-nobody.service | 3 Description=Test for RuntimeDirectory owner (must not be the default group of the user if Group is … 8 Group=nobody key
|
D | exec-runtimedirectory-owner-nogroup.service | 3 Description=Test for RuntimeDirectory owner (must not be the default group of the user if Group is … 8 Group=nogroup key
|
D | exec-runtimedirectory-owner.service | 3 Description=Test for RuntimeDirectory owner (must not be the default group of the user if Group is … 8 Group=daemon key
|
D | exec-supplementarygroups-single-group-user.service | 3 Description=Test for Supplementary Group with only one group and uid 1 10 Group=1 key
|
D | exec-privatedevices-yes-with-group.service | 3 Description=Test Group=group is applied after PrivateDevices=yes 7 Group=daemon key
|
D | exec-supplementarygroups-multiple-groups-default-group-user.service | 3 Description=Test for Supplementary Group with multiple groups without Group and User
|
D | exec-umask-namespace.service | 9 Group=65534 key
|
D | exec-supplementarygroups.service | 3 Description=Test for Supplementary Group
|
/systemd-251/test/fuzz/fuzz-netdev-parser/ ! |
D | directives.netdev | 108 Group= 167 Group= 181 Group=
|
/systemd-251/test/test-sysusers/ ! |
D | unhappy-3.expected-err | 1 Group g1 not found.
|
/systemd-251/docs/ ! |
D | GROUP_RECORD.md | 2 title: JSON Group Records 8 # JSON Group Records 10 Long story short: JSON Group Records are to `struct group` what
|
D | USER_GROUP_API.md | 2 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/ ! |
D | 25-nexthop-dummy.network | 15 Group=1:3 20:1
|
/systemd-251/units/ ! |
D | nss-user-lookup.target | 14 Description=User and Group Name Lookups
|