Searched refs:extra_options (Results 1 – 9 of 9) sorted by relevance
/systemd-251/src/core/ |
D | dbus-automount.c | 14 …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()
|
D | automount.c | 114 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()
|
D | automount.h | 24 char *extra_options; member
|
D | load-fragment-gperf.gperf.in | 515 …t_string_printf, 0, offsetof(Automount, extra_options)
|
/systemd-251/src/libsystemd-network/ |
D | dhcp6-internal.h | 72 OrderedHashmap *extra_options; member
|
D | dhcp-server-internal.h | 72 OrderedSet *extra_options; member
|
D | sd-dhcp6-client.c | 512 …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()
|
D | sd-dhcp-client.c | 109 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()
|
D | sd-dhcp-server.c | 179 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()
|