Searched refs:bus_append_byte_array (Results 1 – 1 of 1) sorted by relevance
/systemd-251/src/shared/ |
D | bus-unit-util.c | 201 static int bus_append_byte_array(sd_bus_message *m, const char *field, const void *buf, size_t n) { in bus_append_byte_array() function 494 return bus_append_byte_array(m, field, array, allocated); in bus_append_cgroup_property() 1256 return bus_append_byte_array(m, field, unescaped, l + 1); in bus_append_execute_property() 1267 return bus_append_byte_array(m, field, decoded, sz); in bus_append_execute_property() 1356 return bus_append_byte_array(m, field, array, allocated); in bus_append_execute_property() 1390 return bus_append_byte_array(m, field, array, allocated); in bus_append_execute_property() 1656 return bus_append_byte_array(m, field, roothash_decoded, roothash_decoded_size); in bus_append_execute_property() 1676 … return bus_append_byte_array(m, field, roothash_sig_decoded, roothash_sig_decoded_size); in bus_append_execute_property()
|