Searched refs:mname (Results 1 – 5 of 5) sorted by relevance
/systemd-251/src/systemctl/ ! |
D | systemctl-list-machines.c | 177 _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/ ! |
D | resolved-dns-rr.c | 427 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()
|
D | resolved-dns-answer.c | 253 soa->soa.mname = strdup(name); in dns_answer_add_soa() 254 if (!soa->soa.mname) in dns_answer_add_soa()
|
D | resolved-dns-rr.h | 148 char *mname; member
|
D | resolved-dns-packet.c | 963 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()
|