Searched defs:update (Results 1 - 5 of 5) sorted by relevance

/systemd/src/core/
H A Dbus-endpoint.c30 struct kdbus_cmd *update; local
44 update = alloca0_align(size, 8);
45 update->size = size;
47 n = update->items;
65 r = ioctl(fd, KDBUS_CMD_ENDPOINT_UPDATE, update);
/systemd/src/basic/
H A Dpath-util.c518 bool paths_check_timestamp(const char* const* paths, usec_t *timestamp, bool update) { argument
542 /* update timestamp */
543 if (update) {
/systemd/src/network/
H A Dnetworkd-address.c503 int address_configure(Address *address, Link *link, sd_netlink_message_handler_t callback, bool update) { argument
518 if (update)
/systemd/src/udev/
H A Dudevadm-hwdb.c207 /* update parent; use strdup() because the source gets realloc()d */
545 " -u,--update update the hardware database\n"
558 { "update", no_argument, NULL, 'u' },
568 bool update = false; local
576 update = true;
596 if (!update && !test) {
597 log_error("Either --update or --test must be used");
601 if (update) {
/systemd/src/libsystemd/sd-bus/
H A Dbus-kernel.c1767 struct kdbus_cmd *update; local
1773 update = alloca0_align(offsetof(struct kdbus_cmd, items) +
1777 n = update->items;
1782 update->size =
1786 if (ioctl(bus->input_fd, KDBUS_CMD_UPDATE, update) < 0)

Completed in 61 milliseconds