Lines Matching refs:sz
139 size_t sz; in get_product_uuid_handler() local
157 r = sd_bus_message_read_array(m, 'y', &a, &sz); in get_product_uuid_handler()
163 if (sz != sizeof(sd_id128_t)) { in get_product_uuid_handler()
170 memcpy(&manager->duid_product_uuid.raw_data, a, sz); in get_product_uuid_handler()
171 manager->duid_product_uuid.raw_data_len = sz; in get_product_uuid_handler()
695 ssize_t sz; in config_parse_dhcp_send_option() local
790 sz = sizeof(uint8_t); in config_parse_dhcp_send_option()
805 sz = sizeof(uint16_t); in config_parse_dhcp_send_option()
820 sz = sizeof(uint32_t); in config_parse_dhcp_send_option()
833 sz = sizeof(addr.in.s_addr); in config_parse_dhcp_send_option()
845 sz = sizeof(addr.in6.s6_addr); in config_parse_dhcp_send_option()
849 sz = cunescape(p, UNESCAPE_ACCEPT_NUL, &q); in config_parse_dhcp_send_option()
850 if (sz < 0) in config_parse_dhcp_send_option()
851 log_syntax(unit, LOG_WARNING, filename, line, sz, in config_parse_dhcp_send_option()
861 r = sd_dhcp6_option_new(u16, udata, sz, enterprise_identifier, &opt6); in config_parse_dhcp_send_option()
882 r = sd_dhcp_option_new(u8, udata, sz, &opt4); in config_parse_dhcp_send_option()