Home
last modified time | relevance | path

Searched refs:extra_options (Results 1 – 9 of 9) sorted by relevance

/systemd-251/src/core/
Ddbus-automount.c14 …SD_BUS_PROPERTY("ExtraOptions", "s", NULL, offsetof(Automount, extra_options), SD_BUS_VTABLE_PROPE…
40 return bus_set_transient_string(u, name, &a->extra_options, message, flags, error); in bus_automount_set_transient_property()
Dautomount.c114 a->extra_options = mfree(a->extra_options); in automount_done()
200 if (fstab_test_option(a->extra_options, reserved_options[i])) in automount_verify()
342 prefix, a->extra_options, in automount_dump()
615 isempty(a->extra_options) ? "" : ",", in automount_enter_waiting()
616 strempty(a->extra_options)) < 0) { in automount_enter_waiting()
Dautomount.h24 char *extra_options; member
Dload-fragment-gperf.gperf.in515 …t_string_printf, 0, offsetof(Automount, extra_options)
/systemd-251/src/libsystemd-network/
Ddhcp6-internal.h72 OrderedHashmap *extra_options; member
Ddhcp-server-internal.h72 OrderedSet *extra_options; member
Dsd-dhcp6-client.c512 …r = ordered_hashmap_ensure_put(&client->extra_options, &dhcp6_option_hash_ops, UINT_TO_PTR(v->opti… in sd_dhcp6_client_add_option()
770 ORDERED_HASHMAP_FOREACH(j, client->extra_options) { in dhcp6_client_send_message()
1446 ordered_hashmap_free(client->extra_options); in dhcp6_client_free()
Dsd-dhcp-client.c109 OrderedHashmap *extra_options; member
651 …r = ordered_hashmap_ensure_put(&client->extra_options, &dhcp_option_hash_ops, UINT_TO_PTR(v->optio… in sd_dhcp_client_add_option()
1042 ORDERED_HASHMAP_FOREACH(j, client->extra_options) { in client_append_common_discover_request_options()
2232 ordered_hashmap_free(client->extra_options); in dhcp_client_free()
Dsd-dhcp-server.c179 ordered_set_free(server->extra_options); in dhcp_server_free()
656 ORDERED_SET_FOREACH(j, server->extra_options) { in server_send_offer_or_ack()
1555 r = ordered_set_ensure_put(&server->extra_options, &dhcp_option_hash_ops, v); in sd_dhcp_server_add_option()