Home
last modified time | relevance | path

Searched refs:safe_atou32 (Results 1 – 25 of 51) sorted by relevance

123

/systemd-251/src/shared/
Dnetif-sriov.c216 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()
Dfind-esp.c104 r = safe_atou32(v, &part); in verify_esp_blkid()
195 r = safe_atou32(v, &part); in verify_esp_udev()
/systemd-251/src/network/
Dnetworkd-dhcp-common.c333 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()
Dnetworkd-route-util.c401 r = safe_atou32(s, &t); in manager_get_route_table_from_string()
507 r = safe_atou32(num, &table); in config_parse_route_table_names()
Dnetworkd-address-label.c283 r = safe_atou32(rvalue, &k); in config_parse_address_label()
Dnetworkd-nexthop.c1091 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/
Dgeneve.c122 r = safe_atou32(rvalue, &f); in config_parse_geneve_vni()
198 r = safe_atou32(rvalue, &f); in config_parse_geneve_flow_label()
Dmacvlan.c103 r = safe_atou32(rvalue, &v); in config_parse_macvlan_broadcast_queue_size()
Dwlan.c196 r = safe_atou32(rvalue, &w->wiphy_index); in config_parse_wiphy()
/systemd-251/src/core/
Dmanager-serialize.c343 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/
Dsystemctl-cancel-job.c29 q = safe_atou32(*name, &id); in verb_cancel()
/systemd-251/src/basic/
Daudit-util.c36 r = safe_atou32(s, &u); in audit_session_from_pid()
Dparse-util.h58 static inline int safe_atou32(const char *s, uint32_t *ret_u) { in safe_atou32() function
/systemd-251/src/network/tc/
Dhhf.c81 r = safe_atou32(rvalue, &hhf->packet_limit); in config_parse_heavy_hitter_filter_packet_limit()
Dpie.c80 r = safe_atou32(rvalue, &pie->packet_limit); in config_parse_pie_packet_limit()
Dfq-pie.c79 r = safe_atou32(rvalue, &val); in config_parse_fq_pie_packet_limit()
Dsfb.c91 r = safe_atou32(rvalue, &sfb->packet_limit); in config_parse_stochastic_fair_blue_u32()
Dhtb.c141 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()
Dfifo.c92 r = safe_atou32(rvalue, &fifo->limit); in config_parse_pfifo_size()
Dqfq.c93 r = safe_atou32(rvalue, &v); in config_parse_quick_fair_queueing_weight()
Dcake.c283 r = safe_atou32(rvalue, &v); in config_parse_cake_mpu()
597 r = safe_atou32(rvalue, &fwmark); in config_parse_cake_fwmark()
Dgred.c117 r = safe_atou32(rvalue, &v); in config_parse_generic_random_early_detection_u32()
Dcodel.c117 r = safe_atou32(rvalue, &cd->packet_limit); in config_parse_controlled_delay_u32()
/systemd-251/src/home/
Dhomework-fscrypt.c241 if (safe_atou32(nr, NULL) < 0) in fscrypt_setup()
685 if (safe_atou32(nr, &z) < 0) in home_passwd_fscrypt()
/systemd-251/src/test/
Dtest-nss-users.c181 if (safe_atou32(*name, &uid) < 0) in test_one_module()

123