Searched refs:read_full_file (Results 1 - 18 of 18) sorted by relevance

/systemd/src/shared/
H A Dsysctl-util.c72 return read_full_file(p, content, NULL);
H A Dacpi-fpdt.c92 r = read_full_file("/sys/firmware/acpi/tables/FPDT", &buf, &l);
/systemd/src/test/
H A Dtest-copy.c54 assert_se(read_full_file(fn_copy, &buf, &sz) == 0);
120 assert_se(read_full_file(f, &buf, &sz) == 0);
H A Dtest-util.c988 r = read_full_file(name, &contents, &size);
/systemd/src/basic/
H A Dfileio.h42 int read_full_file(const char *fn, char **contents, size_t *size);
H A Dfileio.c280 int read_full_file(const char *fn, char **contents, size_t *size) { function
327 r = read_full_file(fname, &contents, NULL);
870 r = read_full_file(filename, &status, NULL);
H A Dvirt.c234 r = read_full_file("/proc/cpuinfo", &cpuinfo_contents, NULL);
H A Dmount-util.c57 r = read_full_file(path, &fdinfo, NULL);
/systemd/src/coredump/
H A Dcoredump.c1041 if (read_full_file(p, &t, NULL) >= 0) {
1050 if (read_full_file(p, &t, NULL) >= 0) {
1059 if (read_full_file(p, &t, NULL) >= 0) {
1068 if (read_full_file(p, &t, NULL) >=0) {
/systemd/src/libsystemd/sd-network/
H A Dsd-network.c201 r = read_full_file(p, &s, &size);
/systemd/src/journal-remote/
H A Djournal-gatewayd.c924 r = read_full_file(optarg, &arg_key_pem, NULL);
935 r = read_full_file(optarg, &arg_cert_pem, NULL);
947 r = read_full_file(optarg, &arg_trust_pem, NULL);
H A Djournal-remote.c1511 r = read_full_file(arg_key ?: PRIV_KEY_FILE, key, NULL);
1516 r = read_full_file(arg_cert ?: CERT_FILE, cert, NULL);
1524 r = read_full_file(arg_trust ?: TRUST_FILE, trust, NULL);
/systemd/src/libsystemd/sd-device/
H A Dsd-device.c524 r = read_full_file(path, &uevent, &uevent_len);
1281 r = read_full_file(path, &db, &db_len);
1760 r = read_full_file(path, &value, &size);
H A Ddevice-private.c205 r = read_full_file(path, &db, &db_len);
/systemd/src/bootchart/
H A Dstore.c165 r = read_full_file("/proc/schedstat", &buf_schedstat, NULL);
/systemd/src/timedate/
H A Dtimedated.c116 r = read_full_file("/etc/adjtime", &s, NULL);
/systemd/src/bus-proxyd/
H A Dbus-xml-policy.c100 r = read_full_file(path, &c, NULL);
/systemd/src/libsystemd/sd-bus/
H A Dbus-creds.c1015 r = read_full_file(p, &c->cmdline, &c->cmdline_size);

Completed in 87 milliseconds