Home
last modified time | relevance | path

Searched refs:mname (Results 1 – 5 of 5) sorted by relevance

/systemd-251/src/systemctl/ !
Dsystemctl-list-machines.c177 _cleanup_free_ char *mname = NULL; in output_machines_list() local
198 mname = strjoin(strna(m->name), " (host)"); in output_machines_list()
203 TABLE_STRING, m->is_host ? mname : strna(m->name), in output_machines_list()
/systemd-251/src/resolve/ !
Dresolved-dns-rr.c427 free(rr->soa.mname); in dns_resource_record_free()
603 r = dns_name_equal(a->soa.mname, b->soa.mname); in dns_resource_record_payload_equal()
892 strna(rr->soa.mname), in dns_resource_record_to_string()
1376 dns_name_hash_func(rr->soa.mname, state); in dns_resource_record_hash_func()
1547 copy->soa.mname = strdup(rr->soa.mname); in dns_resource_record_copy()
1548 if (!copy->soa.mname) in dns_resource_record_copy()
Dresolved-dns-answer.c253 soa->soa.mname = strdup(name); in dns_answer_add_soa()
254 if (!soa->soa.mname) in dns_answer_add_soa()
Dresolved-dns-rr.h148 char *mname; member
Dresolved-dns-packet.c963 r = dns_packet_append_name(p, rr->soa.mname, true, true, NULL); in dns_packet_append_rr()
1793 r = dns_packet_read_name(p, &rr->soa.mname, true, NULL); in dns_packet_read_rr()