Home
last modified time | relevance | path

Searched refs:table_add_cell (Results 1 – 13 of 13) sorted by relevance

/systemd-251/src/sysupdate/
Dsysupdate.c536 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/
Ddissect.c553 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/
Dtimedatectl.c125 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/
Danalyze-timestamp.c58 r = table_add_cell(table, NULL, TABLE_STRING, "UNIX seconds:"); in test_timestamp_one()
/systemd-251/src/systemctl/
Dsystemctl-list-units.c394 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/
Dformat-table.h78 static inline int table_add_cell(Table *t, TableCell **ret_cell, TableDataType type, const void *da… in table_add_cell() function
Dformat-table.c200 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/
Dbusctl.c316 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/
Dmount-tool.c1428 … r = table_add_cell(table, NULL, c == COLUMN_NODE ? TABLE_PATH : TABLE_STRING, strna(x)); in list_devices()
/systemd-251/src/login/
Dloginctl.c273 r = table_add_cell(table, NULL, TABLE_STRING, seat); in list_seats()
/systemd-251/src/resolve/
Dresolvectl.c1658 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/
Dnetworkctl.c1192 r = table_add_cell(table, NULL, TABLE_UINT32, &label); in dump_address_labels()
1425 r = table_add_cell(table, NULL, \
/systemd-251/src/home/
Dhomectl.c162 r = table_add_cell(table, &cell, TABLE_STRING, state); in list_homes()