Searched defs:of (Results 1 - 3 of 3) sorted by relevance

/systemd/src/bootchart/
H A Dbootchart.c2 This file is part of systemd.
10 under the terms of the GNU Lesser General Public License as published by
11 the Free Software Foundation; either version 2.1 of the License, or
15 WITHOUT ANY WARRANTY; without even the implied warranty of
19 You should have received a copy of the GNU Lesser General Public License
138 " -F --no-filter Disable filtering of unimportant or ephemeral processes\n"
308 _cleanup_fclose_ FILE *of = NULL; local
466 if (!of) {
472 of = fopen(output_file, "we");
475 if (!of) {
[all...]
H A Dsvg.c2 This file is part of systemd.
10 under the terms of the GNU Lesser General Public License as published by
11 the Free Software Foundation; either version 2.1 of the License, or
15 WITHOUT ANY WARRANTY; without even the implied warranty of
19 You should have received a copy of the GNU Lesser General Public License
74 static void svg_header(FILE *of, struct list_sample_data *head, double graph_start, int n_cpus) { argument
95 fprintf(of, "<?xml version=\"1.0\" standalone=\"no\"?>\n");
96 fprintf(of, "<!DOCTYPE svg PUBLIC \"-//W3C//DTD SVG 1.1//EN\" ");
97 fprintf(of, "\"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd\">\n");
99 //fprintf(of, "<
147 svg_title(FILE *of, const char *build, int pscount, double log_start, int overrun) argument
223 svg_graph_box(FILE *of, struct list_sample_data *head, int height, double graph_start) argument
286 svg_pss_graph(FILE *of, struct list_sample_data *head, struct ps_struct *ps_first, double graph_start) argument
523 svg_io_bi_bar(FILE *of, struct list_sample_data *head, int n_samples, double graph_start, double interval) argument
637 svg_io_bo_bar(FILE *of, struct list_sample_data *head, int n_samples, double graph_start, double interval) argument
749 svg_cpu_bar(FILE *of, struct list_sample_data *head, int n_cpus, int cpu_num, double graph_start) argument
798 svg_wait_bar(FILE *of, struct list_sample_data *head, int n_cpus, int cpu_num, double graph_start) argument
847 svg_entropy_bar(FILE *of, struct list_sample_data *head, double graph_start) argument
915 svg_do_initcall(FILE *of, struct list_sample_data *head, int count_only, double graph_start) argument
1001 svg_ps_bars(FILE *of, struct list_sample_data *head, int n_samples, int n_cpus, struct ps_struct *ps_first, double graph_start, double interval) argument
1208 svg_top_ten_cpu(FILE *of, struct ps_struct *ps_first) argument
1240 svg_top_ten_pss(FILE *of, struct ps_struct *ps_first) argument
1273 svg_do(FILE *of, const char *build, struct list_sample_data *head, struct ps_struct *ps_first, int n_samples, int pscount, int n_cpus, double graph_start, double log_start, double interval, int overrun) argument
[all...]
/systemd/src/journal/
H A Dsd-journal.c2 This file is part of systemd.
7 under the terms of the GNU Lesser General Public License as published by
8 the Free Software Foundation; either version 2.1 of the License, or
12 WITHOUT ANY WARRANTY; without even the implied warranty of
16 You should have received a copy of the GNU Lesser General Public License
82 * we keep track only of all error kinds, but not of all error
1960 log_debug_errno(r, "Cannot decompress %s object of length %zu at offset "OFSfmt": %m",
2450 JournalFile *of; local
2473 /* We reached the end of th
2577 JournalFile *f, *of; local
[all...]

Completed in 242 milliseconds