/systemd-251/src/sysupdate/ |
D | sysupdate.c | 536 r = table_add_cell(t, NULL, TABLE_UUID, &i->metadata.partition_uuid); in context_show_version() 538 r = table_add_cell(t, NULL, TABLE_EMPTY, NULL); in context_show_version() 544 r = table_add_cell(t, NULL, TABLE_UINT64_HEX, &i->metadata.partition_flags); in context_show_version() 546 r = table_add_cell(t, NULL, TABLE_EMPTY, NULL); in context_show_version() 552 r = table_add_cell(t, NULL, TABLE_TIMESTAMP, &i->metadata.mtime); in context_show_version() 554 r = table_add_cell(t, NULL, TABLE_EMPTY, NULL); in context_show_version() 560 r = table_add_cell(t, NULL, TABLE_MODE, &i->metadata.mode); in context_show_version() 562 r = table_add_cell(t, NULL, TABLE_EMPTY, NULL); in context_show_version() 568 r = table_add_cell(t, NULL, TABLE_SIZE, &i->metadata.size); in context_show_version() 570 r = table_add_cell(t, NULL, TABLE_EMPTY, NULL); in context_show_version() [all …]
|
/systemd-251/src/dissect/ |
D | dissect.c | 553 r = table_add_cell(t, NULL, TABLE_EMPTY, NULL); in action_dissect() 555 r = table_add_cell(t, NULL, TABLE_UUID, &p->uuid); in action_dissect() 568 r = table_add_cell(t, NULL, TABLE_STRING, "external"); in action_dissect() 570 r = table_add_cell(t, NULL, TABLE_STRING, in action_dissect() 574 r = table_add_cell(t, NULL, TABLE_EMPTY, NULL); in action_dissect() 583 r = table_add_cell(t, NULL, TABLE_STRING, arg_image); in action_dissect() 587 r = table_add_cell(t, NULL, TABLE_EMPTY, NULL); in action_dissect() 589 r = table_add_cell(t, NULL, TABLE_STRING, p->node); in action_dissect() 593 r = table_add_cell(t, NULL, TABLE_INT, &p->partno); in action_dissect()
|
/systemd-251/src/timedate/ |
D | timedatectl.c | 125 r = table_add_cell(table, NULL, TABLE_STRING, "Time zone:"); in print_status_info() 395 r = table_add_cell(table, NULL, TABLE_STRING, "Server:"); in print_ntp_status_info() 403 r = table_add_cell(table, NULL, TABLE_STRING, "Poll interval:"); in print_ntp_status_info() 458 r = table_add_cell(table, NULL, TABLE_STRING, i->reference.str); in print_ntp_status_info() 464 r = table_add_cell(table, NULL, TABLE_STRING, "Precision:"); in print_ntp_status_info() 474 r = table_add_cell(table, NULL, TABLE_STRING, "Root distance:"); in print_ntp_status_info() 484 r = table_add_cell(table, NULL, TABLE_STRING, "Offset:"); in print_ntp_status_info() 505 r = table_add_cell(table, NULL, TABLE_STRING, "Frequency:"); in print_ntp_status_info()
|
/systemd-251/src/analyze/ |
D | analyze-timestamp.c | 58 r = table_add_cell(table, NULL, TABLE_STRING, "UNIX seconds:"); in test_timestamp_one()
|
/systemd-251/src/systemctl/ |
D | systemctl-list-units.c | 394 r = table_add_cell(table, NULL, TABLE_EMPTY, NULL); in output_sockets_list() 396 r = table_add_cell(table, NULL, TABLE_STRING, s->triggered[0]); in output_sockets_list() 401 r = table_add_cell(table, NULL, TABLE_STRV, s->triggered); in output_sockets_list()
|
/systemd-251/src/shared/ |
D | format-table.h | 78 static inline int table_add_cell(Table *t, TableCell **ret_cell, TableDataType type, const void *da… in table_add_cell() function
|
D | format-table.c | 200 r = table_add_cell(t, &cell, TABLE_STRING, h); in table_new_internal() 492 return table_add_cell(t, ret_cell, TABLE_STRING, buffer); in table_add_cell_stringf() 507 r = table_add_cell(t, NULL, TABLE_EMPTY, NULL); in table_fill_empty() 1064 r = table_add_cell(t, &last_cell, type, data); in table_add_many_internal()
|
/systemd-251/src/busctl/ |
D | busctl.c | 316 r = table_add_cell(table, NULL, TABLE_STRING, u); in list_bus_names() 318 r = table_add_cell(table, NULL, TABLE_EMPTY, NULL); in list_bus_names() 344 r = table_add_cell(table, NULL, TABLE_ID128, &mid); in list_bus_names()
|
/systemd-251/src/mount/ |
D | mount-tool.c | 1428 … r = table_add_cell(table, NULL, c == COLUMN_NODE ? TABLE_PATH : TABLE_STRING, strna(x)); in list_devices()
|
/systemd-251/src/login/ |
D | loginctl.c | 273 r = table_add_cell(table, NULL, TABLE_STRING, seat); in list_seats()
|
/systemd-251/src/resolve/ |
D | resolvectl.c | 1658 r = table_add_cell(table, NULL, TABLE_STRING, "none"); in status_ifindex() 1675 r = table_add_cell(table, NULL, TABLE_STRING, buf); in status_ifindex()
|
/systemd-251/src/network/ |
D | networkctl.c | 1192 r = table_add_cell(table, NULL, TABLE_UINT32, &label); in dump_address_labels() 1425 r = table_add_cell(table, NULL, \
|
/systemd-251/src/home/ |
D | homectl.c | 162 r = table_add_cell(table, &cell, TABLE_STRING, state); in list_homes()
|