Searched refs:out (Results 1 - 25 of 54) sorted by relevance

123

/systemd/src/test/
H A Dtest-device-nodes.c30 char *out = malloc(out_len); local
32 assert_se(out);
33 assert_se(encode_devnode_name(in, out, out_len) >= 0);
34 puts(out);
36 return out;
H A Dtest-siphash24.c27 uint64_t out = 0; local
30 out = siphash24(in, len, key);
31 assert_se(out == 0xa129ca6149be45e5);
44 out = siphash24_finalize(&state);
45 assert_se(out == 0xa129ca6149be45e5);
59 out = siphash24_finalize(&state);
60 assert_se(out == 0xa129ca6149be45e5);
H A Dtest-udev.c56 goto out;
62 goto out;
73 out:
101 goto out;
107 goto out;
116 goto out;
147 out:
H A Dtest-libudev.c223 goto out;
229 goto out;
237 goto out;
242 goto out;
250 goto out;
258 goto out;
282 goto out;
286 out:
447 goto out;
451 goto out;
[all...]
/systemd/src/network/
H A Dnetworkd.c43 goto out;
49 goto out;
76 goto out;
83 goto out;
89 goto out;
95 goto out;
101 goto out;
107 goto out;
113 goto out;
125 goto out;
[all...]
/systemd/src/boot/efi/
H A Dpefile.c86 goto out;
89 goto out;
94 goto out;
99 goto out;
105 goto out;
108 goto out;
113 goto out;
119 goto out;
122 goto out;
129 goto out;
[all...]
H A Dsplash.c172 EFI_GRAPHICS_OUTPUT_BLT_PIXEL *out; local
176 out = &buf[(dib->y - y - 1) * dib->x];
177 for (x = 0; x < dib->x; x++, in++, out++) {
183 out->Red = map[((*in) >> (7 - i)) & 1].red;
184 out->Green = map[((*in) >> (7 - i)) & 1].green;
185 out->Blue = map[((*in) >> (7 - i)) & 1].blue;
186 out++;
189 out--;
198 out->Red = map[i].red;
199 out
[all...]
/systemd/test/
H A Dnetworkd-test.py65 out = subprocess.check_output(['journalctl', '-b', '--quiet',
68 self.assertTrue(out.startswith('-- cursor:'))
69 self.journal_cursor = out.split()[-1]
127 out = subprocess.check_output(['ip', 'a', 'show', 'dev', self.iface])
128 if b'state UP' in out and b'inet6 2600' in out and b'inet 192.168' in out:
132 self.fail('timed out waiting for IPv6 configuration')
134 self.assertRegex(out, b'inet6 2600::.* scope global .*dynamic')
135 self.assertRegex(out,
[all...]
/systemd/src/udev/
H A Dudevadm-test-builtin.c54 goto out;
62 goto out;
69 goto out;
79 goto out;
93 goto out;
101 out:
H A Dudevadm.c92 goto out;
107 goto out;
111 goto out;
114 goto out;
127 goto out;
132 out:
H A Dudev-builtin-path_id.c47 goto out;
55 goto out;
61 out:
117 goto out;
123 out:
155 goto out;
161 out:
202 goto out;
212 goto out;
218 goto out;
[all...]
H A Dudevadm-test.c95 goto out;
111 goto out;
125 goto out;
150 out:
H A Dudevadm-settle.c130 goto out;
153 out:
H A Dudev-builtin-net_id.c237 goto out;
243 goto out;
283 out:
556 goto out;
562 goto out;
583 goto out;
598 goto out;
613 goto out;
615 out:
H A Dudev-builtin-blkid.c276 goto out;
281 goto out;
289 goto out;
297 goto out;
325 out:
/systemd/src/libsystemd-network/
H A Dsd-ipv4acd.c251 goto out;
257 goto out;
267 goto out;
282 goto out;
288 goto out;
304 goto out;
312 goto out;
324 out:
360 goto out;
376 goto out;
[all...]
H A Dsd-lldp.c125 goto out;
135 out:
162 goto out;
182 goto out;
192 goto out;
204 log_lldp("TLV missing or out of order. Dropping.");
207 goto out;
218 goto out;
225 goto out;
233 goto out;
[all...]
/systemd/src/login/
H A Dlogind-session-device.h47 int session_device_new(Session *s, dev_t dev, SessionDevice **out);
/systemd/src/journal/
H A Dcompress.c192 char* out; local
209 out = realloc(*dst, size);
210 if (!out)
212 *dst = out;
215 out = *dst;
217 r = LZ4_decompress_safe(src + 8, out, src_size - 8, size);
373 uint8_t buf[BUFSIZ], out[BUFSIZ]; local
410 s.next_out = out;
411 s.avail_out = sizeof(out);
423 n = sizeof(out)
544 uint8_t buf[BUFSIZ], out[BUFSIZ]; local
613 decompress_stream_lz4(int in, int out, uint64_t max_bytes) argument
[all...]
/systemd/src/bus-proxyd/
H A Dproxy.h58 int proxy_new(Proxy **out, int in_fd, int out_fd, const char *dest);
/systemd/src/basic/
H A Dlocale-util.c233 goto out;
237 goto out;
243 goto out;
248 goto out;
256 goto out;
267 out:
H A Dhexdecoct.h50 ssize_t base64mem(const void *p, size_t l, char **out);
/systemd/src/udev/scsi_id/
H A Dscsi_id.c507 goto out;
514 goto out;
550 goto out;
555 goto out;
564 goto out;
568 out:
/systemd/src/journal-remote/
H A Dmicrohttpd-util.c187 gnutls_datum_t out; local
195 r = gnutls_certificate_verification_status_print(status, type, &out, 0);
199 log_debug("Certificate status: %s", out.data);
200 gnutls_free(out.data);
/systemd/src/udev/collect/
H A Dcollect.c230 * list is written out.
321 * Prints out the status of the internal list.
420 goto out;
425 goto out;
447 goto out;
454 goto out;
483 out:

Completed in 8181 milliseconds

123