Searched refs:of (Results 1 - 18 of 18) sorted by relevance

/systemd/src/bootchart/
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...]
H A Dsvg.h4 This file is part of systemd.
12 under the terms of the GNU Lesser General Public License as published by
13 the Free Software Foundation; either version 2.1 of the License, or
17 WITHOUT ANY WARRANTY; without even the implied warranty of
21 You should have received a copy of the GNU Lesser General Public License
25 int svg_do(FILE *of,
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...]
/systemd/src/hostname/
H A Dorg.freedesktop.hostname1.conf6 This file is part of systemd.
9 under the terms of the GNU Lesser General Public License as published by
10 the Free Software Foundation; either version 2.1 of the License, or
/systemd/src/locale/
H A Dorg.freedesktop.locale1.conf6 This file is part of systemd.
9 under the terms of the GNU Lesser General Public License as published by
10 the Free Software Foundation; either version 2.1 of the License, or
/systemd/src/resolve/
H A Dorg.freedesktop.resolve1.conf6 This file is part of systemd.
9 under the terms of the GNU Lesser General Public License as published by
10 the Free Software Foundation; either version 2.1 of the License, or
/systemd/src/timedate/
H A Dorg.freedesktop.timedate1.conf6 This file is part of systemd.
9 under the terms of the GNU Lesser General Public License as published by
10 the Free Software Foundation; either version 2.1 of the License, or
/systemd/src/import/
H A Dorg.freedesktop.import1.conf6 This file is part of systemd.
9 under the terms of the GNU Lesser General Public License as published by
10 the Free Software Foundation; either version 2.1 of the License, or
/systemd/src/network/
H A Dorg.freedesktop.network1.conf6 This file is part of systemd.
9 under the terms of the GNU Lesser General Public License as published by
10 the Free Software Foundation; either version 2.1 of the License, or
/systemd/test/bus-policy/
H A Dtest.conf9 this user can only send the one kind of message -->
16 only if the message is sent by the owner of FooService -->
/systemd/src/machine/
H A Dorg.freedesktop.machine1.conf6 This file is part of systemd.
9 under the terms of the GNU Lesser General Public License as published by
10 the Free Software Foundation; either version 2.1 of the License, or
/systemd/src/core/
H A Dorg.freedesktop.systemd1.conf6 This file is part of systemd.
9 under the terms of the GNU Lesser General Public License as published by
10 the Free Software Foundation; either version 2.1 of the License, or
/systemd/src/login/
H A Dorg.freedesktop.login1.conf6 This file is part of systemd.
9 under the terms of the GNU Lesser General Public License as published by
10 the Free Software Foundation; either version 2.1 of the License, or
/systemd/test/
H A Dtest-efi-create-disk.sh5 dd if=/dev/null of=test-efi-disk.img bs=1M seek=512 count=1
H A Dtest-functions31 # new i386 version of QEMU
34 # i386 version of QEMU
235 dd if=/dev/null of="$TESTDIR/rootdisk.img" bs=1M seek=400
493 ## @brief Converts numeric logging level to the first letter of level name.
496 # @retval 1 if @a lvl is out of range.
498 # @result Echoes first letter of level name.
705 # Location of the image dir is assumed to be $initdir
729 # prints the list of symlinks to stdout.
928 # install any of listed files
932 # path as source. If none of liste
[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...]
/systemd/src/udev/
H A Dudev-event.c5 * it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation, either version 2 of the License, or
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * You should have received a copy of the GNU General Public License
252 /* get part part of the result string */
272 log_error("requested part of result string not found");
307 /* try to read the attribute of the parent device, other matches have selected */
753 /* child closes parent's ends of pipes */
774 log_error_errno(errno, "fork of '%s' failed: %m", cmd);
778 /* parent closed child's ends of pipe
[all...]
H A Dudev-rules.c5 * it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation, either version 2 of the License, or
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * You should have received a copy of the GNU General Public License
124 /* tokens of a rule are sorted/handled in this order */
756 /* remember end of key */
1035 * so save the work for the error case instead of always trying
1040 /* If we aren't at the end of the line, this is a parsing error.
1050 log_error("hint: comments can only start at beginning of line");
1673 * rules file names to the beginning of th
[all...]

Completed in 1107 milliseconds