Searched refs:subsystem (Results 1 – 16 of 16) sorted by relevance
/system/core/init/ |
D | devices.cpp | 147 const char* path, const char* subsystem) { in match_subsystem() argument 148 if (!pattern || !subsystem || strstr(dp->name, subsystem) == NULL) { in match_subsystem() 152 std::string subsys_path = android::base::StringPrintf(pattern, subsystem, basename(path)); in match_subsystem() 156 static void fixup_sys_perms(const char* upath, const char* subsystem) { in fixup_sys_perms() argument 164 if (match_subsystem(dp, SYSFS_PREFIX "/class/%s/%s", path.c_str(), subsystem)) { in fixup_sys_perms() 166 … } else if (match_subsystem(dp, SYSFS_PREFIX "/bus/%s/devices/%s", path.c_str(), subsystem)) { in fixup_sys_perms() 425 uevent->subsystem = ""; in parse_event() 443 uevent->subsystem = msg; in parse_event() 471 uevent->action, uevent->path, uevent->subsystem, in parse_event() 513 if (asprintf(&links[link_num], "/dev/usb/%s%.*s", uevent->subsystem, width, parent) > 0) in get_character_device_symlinks() [all …]
|
D | ueventd_keywords.h | 7 KEYWORD(subsystem, SECTION, 1)
|
D | devices.h | 38 const char* subsystem; member
|
D | init_first_stage.cpp | 182 if (!strncmp(uevent->subsystem, "platform", 8)) { in ColdbootCallback() 187 if (strncmp(uevent->subsystem, "block", 5)) { in ColdbootCallback()
|
/system/core/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/bt/doc/ |
D | directory_layout.md | 4 Each directory should be a self contained subsystem consisting 7 * src/ - All source files for the subsystem. 8 * include/ - All include files for the subsystem. 9 * test/ - All unit tests for the subsystem.
|
D | style_guide.md | 12 Each subsystem's purpose should be documented in the `doc/directory_layout.md` 15 For a subsystem that contains code, its directory structure should look like: 213 #include "subsystem/include/a.h" 214 #include "subsystem/include/b.h"
|
/system/sepolicy/public/ |
D | bluetooth.te | 1 # bluetooth subsystem
|
D | nfc.te | 1 # nfc subsystem
|
D | radio.te | 1 # phone subsystem
|
D | init.te | 336 # Send an SELinux userspace denial to the kernel audit subsystem,
|
/system/sepolicy/vendor/ |
D | hal_bootctl_default.te | 1 # Boot control subsystem
|
/system/sepolicy/private/ |
D | nfc.te | 1 # nfc subsystem
|
D | bluetooth.te | 1 # bluetooth subsystem
|
/system/core/rootdir/ |
D | ueventd.rc | 1 subsystem adf
|
/system/tpm/trunks/generator/ |
D | raw_commands_fixed.txt | 2643 // Start dictionary attack subsystem
|