Searched refs:subsystem (Results 1 – 25 of 26) sorted by relevance
12
/system/logging/logd/ |
D | README.auditd | 5 audit kernel subsystem. The audit subsystem of the kernel 8 To enable the audit subsystem, you must add this to your
|
/system/core/init/ |
D | devices.cpp | 166 const std::string& subsystem) const { in MatchWithSubsystem() 168 if (name().find(subsystem) != std::string::npos) { in MatchWithSubsystem() 169 if (Match("/sys/class/" + subsystem + "/" + path_basename)) return true; in MatchWithSubsystem() 170 if (Match("/sys/bus/" + subsystem + "/devices/" + path_basename)) return true; in MatchWithSubsystem() 254 const std::string& subsystem) const { in FixupSysPermissions() 260 if (s.MatchWithSubsystem(path, subsystem)) s.SetPermissions(path); in FixupSysPermissions() 547 FixupSysPermissions(uevent.path, uevent.subsystem); in HandleUevent() 557 if (uevent.subsystem == "block") { in HandleUevent() 564 } else if (const auto subsystem = in HandleUevent() local 565 std::find(subsystems_.cbegin(), subsystems_.cend(), uevent.subsystem); in HandleUevent() [all …]
|
D | uevent_listener.cpp | 38 uevent->subsystem.clear(); in ParseEvent() 53 uevent->subsystem = msg; in ParseEvent() 84 << uevent->subsystem << "', '" << uevent->firmware << "', " << uevent->major in ParseEvent()
|
D | uevent.h | 28 std::string subsystem; member
|
D | devices.h | 70 bool MatchWithSubsystem(const std::string& path, const std::string& subsystem) const; 147 void FixupSysPermissions(const std::string& upath, const std::string& subsystem) const;
|
D | README.ueventd.md | 52 The path can be modified using a ueventd.rc script and a `subsystem` section. There are three to set 53 for a subsystem: the subsystem name, which device name to use, and which directory to place the 56 subsystem <subsystem_name> 72 subsystem sound
|
D | block_dev_initializer.cpp | 75 if (uevent.subsystem != "block") { in HandleUevent()
|
D | firmware_handler.cpp | 357 if (uevent.subsystem != "firmware" || uevent.action != "add") return; in HandleUevent()
|
/system/core/rootdir/ |
D | ueventd.rc | 7 subsystem graphics 11 subsystem drm 15 subsystem input 19 subsystem sound 23 subsystem dma_heap 27 subsystem vfio
|
/system/sepolicy/vendor/ |
D | hal_audiocontrol_default.te | 1 # audiocontrol subsystem
|
D | hal_vehicle_default.te | 1 # vehicle subsystem
|
D | hal_bootctl_default.te | 1 # Boot control subsystem
|
/system/sepolicy/public/ |
D | nfc.te | 1 # nfc subsystem
|
D | bluetooth.te | 1 # bluetooth subsystem
|
D | secure_element.te | 1 # secure_element subsystem
|
D | radio.te | 1 # phone subsystem
|
/system/sepolicy/private/ |
D | secure_element.te | 1 # secure element subsystem
|
D | nfc.te | 1 # nfc subsystem
|
D | keystore2_key_contexts | 19 # wifi_key is a keystore2_key namespace for the WI-FI subsystem. It replaces the WIFI_UID
|
/system/core/init/fuzzer/ |
D | README.md | 64 8. Subsystem (parameter name: `subsystem`) 80 | `subsystem` | `String` | Value obtained from FuzzedDataProvider|
|
D | init_ueventHandler_fuzzer.cpp | 67 uevent.subsystem = SelectRandomString(fdp, "firmware"); in CreateUevent()
|
/system/chre/core/ |
D | chre_metrics.proto | 220 // the total delay within the CHRE subsystem.
|
/system/chre/doc/ |
D | vendor_extensions.md | 17 event subsystem, to provide complete functionality that fits within the
|
/system/sepolicy/microdroid/system/private/ |
D | init.te | 389 # Send an SELinux userspace denial to the kernel audit subsystem,
|
D | domain.te | 155 # The "confidentiality" level detects access to tracefs or the perf subsystem.
|
12