Home
last modified time | relevance | path

Searched refs:subsystem (Results 1 - 25 of 44) sorted by relevance

12

/third_party/FreeBSD/sys/sys/
H A Dkernel.h117 enum sysinit_sub_id subsystem; /* subsystem identifier*/ member
118 enum sysinit_elem_order order; /* init order within subsystem*/
135 #define C_SYSINIT(uniquifier, subsystem, order, func, ident) \
137 subsystem, \
144 #define SYSINIT(uniquifier, subsystem, order, func, ident) \
145 C_SYSINIT(uniquifier, subsystem, order, \
151 #define C_SYSUNINIT(uniquifier, subsystem, order, func, ident) \
153 subsystem, \
160 #define SYSUNINIT(uniquifier, subsystem, orde
[all...]
/third_party/ltp/testcases/kernel/controllers/cgroup_fj/
H A Dcgroup_fj_common.sh47 if [ "$cgroup_version" = "1" ] && [ "$subsystem" = "cpuset" ]; then
60 cgroup_require "$subsystem"
61 mount_point=$(cgroup_get_mountpoint "$subsystem")
62 start_path=$(cgroup_get_test_path "$subsystem")
63 cgroup_version=$(cgroup_get_version "$subsystem")
64 task_list=$(cgroup_get_task_list "$subsystem")
66 [ "$cgroup_version" = "2" ] && ROD echo "+$subsystem" \> "$start_path/cgroup.subtree_control"
H A Dcgroup_fj_function.sh15 subsystem=$1
20 echo " ./cgroup_fj_function2.sh subsystem"
123 ROD echo "+$subsystem" \> "$start_path/ltp_1/cgroup.subtree_control"
137 [ "$cgroup_version" = "2" ] && ROD echo "-$subsystem" \> "$start_path/ltp_1/cgroup.subtree_control"
H A Dcgroup_fj_stress.sh15 subsystem="$1"
23 echo " ./cgroup_fj_stress.sh subsystem subgroup_num subgroup_depth attach_operation"
52 ROD echo "+$subsystem" \> "$cur_path/cgroup.subtree_control"
/third_party/eudev/src/udev/
H A Dudev-builtin-hwdb.c87 const char *subsystem, const char *prefix, in udev_builtin_hwdb_search()
102 /* look only at devices of a specific subsystem */ in udev_builtin_hwdb_search()
103 if (subsystem && !streq(dsubsys, subsystem)) in udev_builtin_hwdb_search()
132 { "subsystem", required_argument, NULL, 's' }, in builtin_hwdb()
138 const char *subsystem = NULL; in builtin_hwdb() local
162 subsystem = optarg; in builtin_hwdb()
186 if (udev_builtin_hwdb_search(dev, srcdev, subsystem, prefix, filter, test) > 0) in builtin_hwdb()
86 udev_builtin_hwdb_search(struct udev_device *dev, struct udev_device *srcdev, const char *subsystem, const char *prefix, const char *filter, bool test) udev_builtin_hwdb_search() argument
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
H A Dmodule.h118 * their subsystem (primary key) and order (secondary key). in mi_startup()
122 if ((*sipp)->subsystem < (*xipp)->subsystem || in mi_startup()
123 ((*sipp)->subsystem == (*xipp)->subsystem && in mi_startup()
137 if ((*sipp)->subsystem > sub_id) { in mi_startup()
/third_party/toybox/toys/lsb/
H A Ddmesg.c51 int facpri, subsystem, pos; in format_message() local
67 // Is there a subsystem? (The ": " is just a convention.) in format_message()
69 subsystem = p ? (p-text) : 0; in format_message()
89 if (subsystem) { in format_message()
91 printf("%.*s", subsystem, text); in format_message()
92 text += subsystem; in format_message()
/third_party/eudev/src/libudev/
H A Dlibudev-enumerate.c345 * @subsystem: filter for a subsystem of the device to include in the list
347 * Match only devices belonging to a certain kernel subsystem.
351 _public_ int udev_enumerate_add_match_subsystem(struct udev_enumerate *udev_enumerate, const char *subsystem) in udev_enumerate_add_match_subsystem() argument
355 if (subsystem == NULL) in udev_enumerate_add_match_subsystem()
357 if (udev_list_entry_add(&udev_enumerate->subsystem_match_list, subsystem, NULL) == NULL) in udev_enumerate_add_match_subsystem()
365 * @subsystem: filter for a subsystem of the device to exclude from the list
367 * Match only devices not belonging to a certain kernel subsystem.
371 _public_ int udev_enumerate_add_nomatch_subsystem(struct udev_enumerate *udev_enumerate, const char *subsystem) in udev_enumerate_add_nomatch_subsystem() argument
721 match_subsystem(struct udev_enumerate *udev_enumerate, const char *subsystem) match_subsystem() argument
744 scan_dir(struct udev_enumerate *udev_enumerate, const char *basedir, const char *subdir, const char *subsystem) scan_dir() argument
[all...]
H A Dlibudev.h83 struct udev_device *udev_device_new_from_subsystem_sysname(struct udev *udev, const char *subsystem, const char *sysname);
89 const char *subsystem, const char *devtype);
132 const char *subsystem, const char *devtype);
148 int udev_enumerate_add_match_subsystem(struct udev_enumerate *udev_enumerate, const char *subsystem);
149 int udev_enumerate_add_nomatch_subsystem(struct udev_enumerate *udev_enumerate, const char *subsystem);
H A Dlibudev-device.c50 * filesystem. Devices usually belong to a kernel subsystem, and have
51 * a unique name inside that subsystem.
70 char *subsystem; member
264 static int udev_device_set_subsystem(struct udev_device *udev_device, const char *subsystem) in udev_device_set_subsystem() argument
266 free(udev_device->subsystem); in udev_device_set_subsystem()
267 udev_device->subsystem = strdup(subsystem); in udev_device_set_subsystem()
268 if (udev_device->subsystem == NULL) in udev_device_set_subsystem()
271 udev_device_add_property_internal(udev_device, "SUBSYSTEM", udev_device->subsystem); in udev_device_set_subsystem()
279 * Retrieve the subsystem strin
286 char subsystem[UTIL_NAME_SIZE]; udev_device_get_subsystem() local
956 udev_device_new_from_subsystem_sysname(struct udev *udev, const char *subsystem, const char *sysname) udev_device_new_from_subsystem_sysname() argument
1135 udev_device_get_parent_with_subsystem_devtype(struct udev_device *udev_device, const char *subsystem, const char *devtype) udev_device_get_parent_with_subsystem_devtype() argument
[all...]
/third_party/libinput/tools/
H A Dlibinput-list-kernel-devices.py43 for device in context.list_devices(subsystem="input"):
72 for device in context.list_devices(subsystem="hid"):
80 for device in context.list_devices(subsystem="hidraw"):
87 for device in context.list_devices(subsystem="input"):
/third_party/python/Tools/freeze/
H A Dwinmakemakefile.py38 def get_custom_entry_point(subsystem):
40 return subsystem_details[subsystem][:2]
42 raise ValueError("The subsystem %s is not known" % subsystem) from None
81 # pass a subsystem switch to the linker as it works it
82 # out all by itself. However, the subsystem _does_ determine
86 if subsystem_details[vars['subsystem']][2]:
H A Dfreeze.py60 -s subsystem: Specify the subsystem (For Windows only.);
137 subsystem = 'console'
185 usage("-s subsystem option only on Windows")
186 subsystem = a
339 winmakemakefile.get_custom_entry_point(subsystem)
351 if win and subsystem=='service':
/third_party/eudev/export_include/
H A Dlibudev.h83 struct udev_device *udev_device_new_from_subsystem_sysname(struct udev *udev, const char *subsystem, const char *sysname);
89 const char *subsystem, const char *devtype);
132 const char *subsystem, const char *devtype);
148 int udev_enumerate_add_match_subsystem(struct udev_enumerate *udev_enumerate, const char *subsystem);
149 int udev_enumerate_add_nomatch_subsystem(struct udev_enumerate *udev_enumerate, const char *subsystem);
/third_party/gn/src/gn/
H A Dohos_components_checker.cc442 void OhosComponentChecker::GenerateScanList(const std::string &path, const std::string &subsystem, in GenerateScanList() argument
448 file << subsystem << " " << component << " " << label << " " << deps << "\n"; in GenerateScanList()
466 GenerateScanList("all_dependent_configs.list", component->subsystem(), component->name(), label, ""); in CheckAllDepsConfigs()
489 GenerateScanList("includes_over_range.list", component->subsystem(), component->name(), label, dir); in CheckInnerApiIncludesOverRange()
512 GenerateScanList("innerapi_public_deps_inner.list", component->subsystem(), component->name(), label, deps); in CheckInnerApiPublicDepsInner()
535 GenerateScanList("innerapi_not_lib.list", component->subsystem(), component->name(), deps, type_str); in CheckInnerApiNotLib()
536 GenerateScanList("deps_not_lib.list", component->subsystem(), component->name(), label, deps); in CheckInnerApiNotLib()
553 GenerateScanList("innerapi_not_declare.list", component->subsystem(), component->name(), label, ""); in CheckInnerApiNotDeclare()
581 GenerateScanList("includes_absolute_deps_other.list", component->subsystem(), component->name(), label, includes); in CheckIncludesAbsoluteDepsOther()
612 GenerateScanList("innerkit_visibility_denied.list", from_component->subsystem(), from_componen in CheckInnerApiVisibilityDenied()
[all...]
H A Dvisual_studio_utils.cc120 const std::string subsystem( in ParseLinkerOption()
123 subsystem, ",", base::TRIM_WHITESPACE, base::SPLIT_WANT_NONEMPTY); in ParseLinkerOption()
125 options->subsystem = tokens[0]; in ParseLinkerOption()
H A Dohos_components.cc25 * Each component belongs to one subsystem.
36 OhosComponent::OhosComponent(const char *name, const char *subsystem, const char *path) in OhosComponent() argument
39 subsystem_ = std::string(subsystem); in OhosComponent()
124 const base::Value *subsystem = com.second.FindKey("subsystem"); in LoadComponentInfo() local
126 if (!subsystem || !path) { in LoadComponentInfo()
130 new OhosComponent(com.first.c_str(), subsystem->GetString().c_str(), path->GetString().c_str()); in LoadComponentInfo()
479 subsystem_name = component->subsystem(); in GetSubsystemName()
H A Dohos_components.h19 OhosComponent(const char *name, const char *subsystem, const char *path);
25 const std::string &subsystem() const in subsystem() function in OhosComponent
H A Dvisual_studio_utils_unittest.cc98 ASSERT_EQ("CONSOLE", options.subsystem); in TEST()
101 ASSERT_EQ("WINDOWS", options.subsystem); in TEST()
H A Dvisual_studio_utils.h34 std::string subsystem; member
/third_party/eudev/test/
H A Dtest-libudev.c64 printf("subsystem: '%s'\n", str); in print_device()
174 printf("looking up device: 'subsystem':'pci'\n"); in test_device_subsys_name()
175 device = udev_device_new_from_subsystem_sysname(udev, "subsystem", "pci"); in test_device_subsys_name()
311 static int test_enumerate(struct udev *udev, const char *subsystem) { in test_enumerate() argument
314 printf("enumerate '%s'\n", subsystem == NULL ? "<all>" : subsystem); in test_enumerate()
318 udev_enumerate_add_match_subsystem(udev_enumerate, subsystem); in test_enumerate()
373 printf("enumerate 'subsystem'\n"); in test_enumerate()
410 { "subsystem", required_argument, NULL, 's' }, in main()
417 const char *subsystem in main() local
[all...]
/third_party/python/PC/layout/support/
H A Dappxmanifest.py285 def add_alias(xml, appid, alias, subsystem="windows"):
290 e.set(ET.QName(APPXMANIFEST_NS["desktop4"], "Subsystem"), subsystem)
312 ns, xml, appid, executable, aliases, visual_element, subsystem, file_types
329 add_alias(app, None, alias + suffix, subsystem)
/third_party/skia/third_party/externals/imgui/examples/example_sdl_vulkan/
H A Dbuild_win32.bat10 cl /nologo /Zi /MD %INCLUDES% %SOURCES% /Fe%OUT_DIR%/%OUT_EXE%.exe /Fo%OUT_DIR%/ /link %LIBS% /subsystem:console
/third_party/skia/third_party/externals/imgui/examples/example_sdl_opengl2/
H A Dbuild_win32.bat8 cl /nologo /Zi /MD %INCLUDES% %SOURCES% /Fe%OUT_DIR%/%OUT_EXE%.exe /Fo%OUT_DIR%/ /link %LIBS% /subsystem:console
/third_party/skia/third_party/externals/imgui/examples/example_sdl_opengl3/
H A Dbuild_win32.bat8 cl /nologo /Zi /MD %INCLUDES% %SOURCES% /Fe%OUT_DIR%/%OUT_EXE%.exe /Fo%OUT_DIR%/ /link %LIBS% /subsystem:console

Completed in 12 milliseconds

12