Searched defs:raw (Results 1 - 8 of 8) sorted by relevance

/systemd/src/basic/
H A Dfs-util.h69 (uint8_t*) (e) < (uint8_t*) (buffer.raw) + (sz); \
74 uint8_t raw[INOTIFY_EVENT_MAX]; member in union:inotify_event_buffer
H A Dcgroup-util.c1220 _cleanup_free_ char *raw = NULL; local
1227 r = cg_pid_get_path(SYSTEMD_CGROUP_CONTROLLER, pid, &raw);
1231 r = cg_shift_path(raw, root, &c);
1235 if (c == raw) {
1236 *cgroup = raw;
1237 raw = NULL;
/systemd/src/libsystemd-network/
H A Ddhcp-identifier.h58 } _packed_ raw; member in union:duid::__anon166
H A Dsd-dhcp-client.c90 } _packed_ raw; member in union:sd_dhcp_client::__anon188::__anon189
250 *data = client->client_id.raw.data;
281 memcmp(&client->client_id.raw.data, data, data_len) == 0)
292 memcpy(&client->client_id.raw.data, data, data_len);
1643 log_dhcp_client(client, "Could not receive message from raw socket: %m");
/systemd/src/shared/
H A Dmachine-image.c249 } else if (S_ISREG(st.st_mode) && endswith(filename, ".raw")) {
305 _cleanup_free_ char *raw = NULL; local
307 raw = strappend(name, ".raw");
308 if (!raw)
311 r = image_make(NULL, dirfd(d), path, raw, ret);
520 fn = strjoina(new_name, ".raw");
618 new_path = strjoina("/var/lib/machines/", new_name, ".raw");
810 [IMAGE_RAW] = "raw",
/systemd/src/test/
H A Dtest-cgroup-util.c286 static void test_shift_path_one(const char *raw, const char *root, const char *shifted) { argument
289 assert_se(cg_shift_path(raw, root, &s) >= 0);
/systemd/src/firstboot/
H A Dfirstboot.c528 uint8_t raw[16]; local
574 r = dev_urandom(raw, 16);
582 j[i] = table[raw[i] & 63];
/systemd/src/libudev/
H A Dlibudev-monitor.c593 char raw[8192]; member in union:__anon201
651 if (memcmp(buf.raw, "libudev", 8) == 0) {
670 bufpos = strlen(buf.raw) + 1;
677 if (strstr(buf.raw, "@/") == NULL) {
683 udev_device = udev_device_new_from_nulstr(udev_monitor->udev, &buf.raw[bufpos], buflen - bufpos);

Completed in 30 milliseconds