/systemd-251/src/machine/ |
D | machined-core.c | 52 uid_t converted; in manager_find_machine_for_uid() local 54 r = machine_owns_uid(machine, uid, &converted); in manager_find_machine_for_uid() 62 *ret_internal_uid = converted; in manager_find_machine_for_uid() 84 gid_t converted; in manager_find_machine_for_gid() local 86 r = machine_owns_gid(machine, gid, &converted); in manager_find_machine_for_gid() 94 *ret_internal_gid = converted; in manager_find_machine_for_gid()
|
D | machine.c | 768 uid_t uid_base, uid_shift, uid_range, converted; in machine_owns_uid_internal() local 789 converted = (uid - uid_shift + uid_base); in machine_owns_uid_internal() 790 if (!uid_is_valid(converted)) in machine_owns_uid_internal() 794 *ret_internal_uid = converted; in machine_owns_uid_internal() 840 uid_t uid_base, uid_shift, uid_range, converted; in machine_translate_uid_internal() local 857 converted = uid - uid_base + uid_shift; in machine_translate_uid_internal() 858 if (!uid_is_valid(converted)) in machine_translate_uid_internal() 862 *ret_host_uid = converted; in machine_translate_uid_internal()
|
D | machined-dbus.c | 897 uid_t converted; in method_map_from_machine_user() local 914 r = machine_translate_uid(machine, uid, &converted); in method_map_from_machine_user() 920 return sd_bus_reply_method_return(message, "u", (uint32_t) converted); in method_map_from_machine_user() 927 uid_t uid, converted; in method_map_to_machine_user() local 938 r = manager_find_machine_for_uid(m, uid, &machine, &converted); in method_map_to_machine_user() 948 return sd_bus_reply_method_return(message, "sou", machine->name, o, (uint32_t) converted); in method_map_to_machine_user() 955 gid_t converted; in method_map_from_machine_group() local 973 r = machine_translate_gid(machine, gid, &converted); in method_map_from_machine_group() 979 return sd_bus_reply_method_return(message, "u", (uint32_t) converted); in method_map_from_machine_group() 986 gid_t gid, converted; in method_map_to_machine_group() local [all …]
|
/systemd-251/src/network/ |
D | networkd-route.c | 818 _cleanup_(converted_routes_freep) ConvertedRoutes *converted = NULL; in manager_mark_routes() 821 r = route_convert(manager, route, &converted); in manager_mark_routes() 830 for (size_t i = 0; i < converted->n; i++) in manager_mark_routes() 831 if (route_get(manager, NULL, converted->routes[i], &existing) >= 0) in manager_mark_routes() 920 _cleanup_(converted_routes_freep) ConvertedRoutes *converted = NULL; in link_drop_foreign_routes() 923 r = route_convert(link->manager, route, &converted); in link_drop_foreign_routes() 932 for (size_t i = 0; i < converted->n; i++) in link_drop_foreign_routes() 933 if (route_get(NULL, link, converted->routes[i], &existing) >= 0) in link_drop_foreign_routes() 1314 _cleanup_(converted_routes_freep) ConvertedRoutes *converted = NULL; in route_process_request() 1328 r = route_convert(link->manager, route, &converted); in route_process_request() [all …]
|
/systemd-251/src/systemctl/ |
D | systemctl-list-units.c | 672 usec_t converted; in calc_next_elapse() local 675 converted = nw->realtime + (next->monotonic - nw->monotonic); in calc_next_elapse() 677 converted = nw->realtime - (nw->monotonic - next->monotonic); in calc_next_elapse() 680 next_elapse = MIN(converted, next->realtime); in calc_next_elapse() 682 next_elapse = converted; in calc_next_elapse()
|
/systemd-251/src/shared/ |
D | json.c | 913 int64_t converted; in json_variant_integer() local 915 converted = (int64_t) v->value.real; in json_variant_integer() 918 if ((double) converted == v->value.real) in json_variant_integer() 919 return converted; in json_variant_integer() 960 uint64_t converted; in json_variant_unsigned() local 962 converted = (uint64_t) v->value.real; in json_variant_unsigned() 965 if ((double) converted == v->value.real) in json_variant_unsigned() 966 return converted; in json_variant_unsigned() 1000 double converted = (double) v->value.integer; in json_variant_real() local 1002 if ((int64_t) converted == v->value.integer) in json_variant_real() [all …]
|
/systemd-251/src/locale/ |
D | keymap-util.c | 644 char *l, *v = NULL, *converted; in find_legacy_keymap() local 650 r = find_converted_keymap(l, v, &converted); in find_legacy_keymap() 654 free_and_replace(new_keymap, converted); in find_legacy_keymap()
|
/systemd-251/docs/ |
D | GVARIANT-SERIALIZATION.md | 110 be fully converted forth and back between dbus1 and gvariant
|
D | USER_GROUP_API.md | 98 records are automatically converted as needed, and possibly augmented with
|
D | BOOT_LOADER_SPECIFICATION.md | 373 path separator. This needs to be converted to an EFI-style "\\" separator in
|
D | USER_RECORD.md | 641 as follows: the encrypted secret key is converted from its Base64 688 converted into lowercase before tested against the UNIX password hash, so that
|
/systemd-251/catalog/ |
D | systemd.catalog.in | 451 The following mount point path could not be converted into a valid .mount
|
/systemd-251/ |
D | NEWS | 2672 source is to be dispatched, using the userdata pointer — converted to 3290 and be converted to "journal" and "journal+console" automatically. 3710 is determined. When the flag is set, the offset field is converted 3730 converted into home directories managed by homed has been added; 9353 * The libudev API documentation has been converted from gtkdoc 13952 places). Distributions which have not converted these
|