/systemd-251/src/shared/ |
D | netif-sriov.c | 216 r = safe_atou32(str, &n); in sr_iov_get_num_vfs() 269 r = safe_atou32(str, &max_num_vfs); in sr_iov_set_num_vfs() 389 r = safe_atou32(rvalue, &k); in config_parse_sr_iov_uint32() 633 r = safe_atou32(rvalue, &n); in config_parse_sr_iov_num_vfs()
|
D | find-esp.c | 104 r = safe_atou32(v, &part); in verify_esp_blkid() 195 r = safe_atou32(v, &part); in verify_esp_udev()
|
/systemd-251/src/network/ |
D | networkd-dhcp-common.c | 333 r = safe_atou32(rvalue, &metric); in config_parse_dhcp_or_ra_route_metric() 538 r = safe_atou32(rvalue, &rt); in config_parse_dhcp_or_ra_route_table() 583 r = safe_atou32(rvalue, &iaid); in config_parse_iaid() 719 r = safe_atou32(word, &enterprise_identifier); in config_parse_dhcp_send_option() 811 r = safe_atou32(p, &k); in config_parse_dhcp_send_option() 951 r = safe_atou32(n, &i); in config_parse_dhcp_request_options()
|
D | networkd-route-util.c | 401 r = safe_atou32(s, &t); in manager_get_route_table_from_string() 507 r = safe_atou32(num, &table); in config_parse_route_table_names()
|
D | networkd-address-label.c | 283 r = safe_atou32(rvalue, &k); in config_parse_address_label()
|
D | networkd-nexthop.c | 1091 r = safe_atou32(rvalue, &id); in config_parse_nexthop_id() 1359 r = safe_atou32(sep, &w); in config_parse_nexthop_group() 1376 r = safe_atou32(word, &nhg->id); in config_parse_nexthop_group()
|
/systemd-251/src/network/netdev/ |
D | geneve.c | 122 r = safe_atou32(rvalue, &f); in config_parse_geneve_vni() 198 r = safe_atou32(rvalue, &f); in config_parse_geneve_flow_label()
|
D | macvlan.c | 103 r = safe_atou32(rvalue, &v); in config_parse_macvlan_broadcast_queue_size()
|
D | wlan.c | 196 r = safe_atou32(rvalue, &w->wiphy_index); in config_parse_wiphy()
|
/systemd-251/src/core/ |
D | manager-serialize.c | 343 if (safe_atou32(val, &id) < 0) in manager_deserialize() 351 if (safe_atou32(val, &n) < 0) in manager_deserialize() 359 if (safe_atou32(val, &n) < 0) in manager_deserialize()
|
/systemd-251/src/systemctl/ |
D | systemctl-cancel-job.c | 29 q = safe_atou32(*name, &id); in verb_cancel()
|
/systemd-251/src/basic/ |
D | audit-util.c | 36 r = safe_atou32(s, &u); in audit_session_from_pid()
|
D | parse-util.h | 58 static inline int safe_atou32(const char *s, uint32_t *ret_u) { in safe_atou32() function
|
/systemd-251/src/network/tc/ |
D | hhf.c | 81 r = safe_atou32(rvalue, &hhf->packet_limit); in config_parse_heavy_hitter_filter_packet_limit()
|
D | pie.c | 80 r = safe_atou32(rvalue, &pie->packet_limit); in config_parse_pie_packet_limit()
|
D | fq-pie.c | 79 r = safe_atou32(rvalue, &val); in config_parse_fq_pie_packet_limit()
|
D | sfb.c | 91 r = safe_atou32(rvalue, &sfb->packet_limit); in config_parse_stochastic_fair_blue_u32()
|
D | htb.c | 141 r = safe_atou32(rvalue, &htb->rate_to_quantum); in config_parse_hierarchy_token_bucket_u32() 284 r = safe_atou32(rvalue, &v); in config_parse_hierarchy_token_bucket_class_u32()
|
D | fifo.c | 92 r = safe_atou32(rvalue, &fifo->limit); in config_parse_pfifo_size()
|
D | qfq.c | 93 r = safe_atou32(rvalue, &v); in config_parse_quick_fair_queueing_weight()
|
D | cake.c | 283 r = safe_atou32(rvalue, &v); in config_parse_cake_mpu() 597 r = safe_atou32(rvalue, &fwmark); in config_parse_cake_fwmark()
|
D | gred.c | 117 r = safe_atou32(rvalue, &v); in config_parse_generic_random_early_detection_u32()
|
D | codel.c | 117 r = safe_atou32(rvalue, &cd->packet_limit); in config_parse_controlled_delay_u32()
|
/systemd-251/src/home/ |
D | homework-fscrypt.c | 241 if (safe_atou32(nr, NULL) < 0) in fscrypt_setup() 685 if (safe_atou32(nr, &z) < 0) in home_passwd_fscrypt()
|
/systemd-251/src/test/ |
D | test-nss-users.c | 181 if (safe_atou32(*name, &uid) < 0) in test_one_module()
|