Searched refs:fh (Results 1 – 6 of 6) sorted by relevance
/systemd-251/src/basic/ |
D | conf-files.c | 146 _cleanup_hashmap_free_ Hashmap *fh = NULL; in conf_files_list_strv_internal() local 157 fh = hashmap_new(&path_hash_ops); in conf_files_list_strv_internal() 158 if (!fh) in conf_files_list_strv_internal() 168 r = files_add(fh, masked, suffix, root, flags, *p); in conf_files_list_strv_internal() 175 files = hashmap_get_strv(fh); in conf_files_list_strv_internal() 179 typesafe_qsort(files, hashmap_size(fh), base_cmp); in conf_files_list_strv_internal()
|
D | cgroup-util.h | 343 #define CG_FILE_HANDLE_CGROUPID(fh) (*(uint64_t*) (fh).file_handle.f_handle) argument
|
D | cgroup-util.c | 1352 cg_file_handle fh = CG_FILE_HANDLE_INIT; in cg_path_get_cgroupid() local 1360 if (name_to_handle_at(AT_FDCWD, path, &fh.file_handle, &mnt_id, 0) < 0) in cg_path_get_cgroupid() 1363 *ret = CG_FILE_HANDLE_CGROUPID(fh); in cg_path_get_cgroupid()
|
/systemd-251/src/shared/ |
D | cgroup-show.c | 177 cg_file_handle fh = CG_FILE_HANDLE_INIT; in show_cgroup_name() local 183 &fh.file_handle, in show_cgroup_name() 188 cgroupid = CG_FILE_HANDLE_CGROUPID(fh); in show_cgroup_name()
|
/systemd-251/hwdb.d/ |
D | pci.ids | 4773 1400 Family 15h (Models 10h-1fh) Processor Function 0 4774 1401 Family 15h (Models 10h-1fh) Processor Function 1 4775 1402 Family 15h (Models 10h-1fh) Processor Function 2 4776 1403 Family 15h (Models 10h-1fh) Processor Function 3 4777 1404 Family 15h (Models 10h-1fh) Processor Function 4 4778 1405 Family 15h (Models 10h-1fh) Processor Function 5 4779 1410 Family 15h (Models 10h-1fh) Processor Root Complex 4781 1412 Family 15h (Models 10h-1fh) Processor Root Port 4783 1413 Family 15h (Models 10h-1fh) Processor Root Port 4784 1414 Family 15h (Models 10h-1fh) Processor Root Port [all …]
|
D | 20-pci-vendor-model.hwdb | 14016 ID_MODEL_FROM_DATABASE=Family 15h (Models 10h-1fh) Processor Function 0 14019 ID_MODEL_FROM_DATABASE=Family 15h (Models 10h-1fh) Processor Function 1 14022 ID_MODEL_FROM_DATABASE=Family 15h (Models 10h-1fh) Processor Function 2 14025 ID_MODEL_FROM_DATABASE=Family 15h (Models 10h-1fh) Processor Function 3 14028 ID_MODEL_FROM_DATABASE=Family 15h (Models 10h-1fh) Processor Function 4 14031 ID_MODEL_FROM_DATABASE=Family 15h (Models 10h-1fh) Processor Function 5 14034 ID_MODEL_FROM_DATABASE=Family 15h (Models 10h-1fh) Processor Root Complex 14037 …ID_MODEL_FROM_DATABASE=Family 15h (Models 10h-1fh) Processor Root Complex (Pavilion 17-e163sg Note… 14040 ID_MODEL_FROM_DATABASE=Family 15h (Models 10h-1fh) Processor Root Port 14043 ID_MODEL_FROM_DATABASE=Family 15h (Models 10h-1fh) Processor Root Port (Trinity A-series APU) [all …]
|