Searched defs:architecture (Results 1 - 2 of 2) sorted by relevance
/systemd/src/hostname/ |
H A D | hostnamectl.c | 30 #include "architecture.h" 69 char *architecture; member in struct:StatusInfo 122 if (!isempty(i->architecture)) 123 printf(" Architecture: %s\n", i->architecture); 174 { "Architecture", "s", NULL, offsetof(StatusInfo, architecture) }, 209 free(info.architecture);
|
/systemd/src/analyze/ |
H A D | analyze.c | 123 char *architecture; member in struct:host_info 333 free(hi->architecture); 452 { "Architecture", "s", NULL, offsetof(struct host_info, architecture) }, 668 strempty(host->architecture),
|
Completed in 13 milliseconds