Home | History | Annotate | Download | only in qemu

Lines Matching refs:host_name

812     char host_name[512];
817 int to_copy = MIN(sizeof(host_name)-1, port_name - host_and_port);
819 memcpy(host_name, host_and_port, to_copy);
820 host_name[to_copy] = '\0';
821 actual_host_name = host_name;
1557 host_name( void )