/openbmc/qemu/qobject/ |
H A D | json-writer.c | 29 JSONWriter *writer = g_new(JSONWriter, 1); in json_writer_new() local 38 const char *json_writer_get(JSONWriter *writer) in json_writer_get() 44 GString *json_writer_get_and_free(JSONWriter *writer) in json_writer_get_and_free() 54 void json_writer_free(JSONWriter *writer) in json_writer_free() 61 static void enter_container(JSONWriter *writer, bool is_array) in enter_container() 80 static bool in_object(JSONWriter *writer) in in_object() 87 static void pretty_newline(JSONWriter *writer) in pretty_newline() 95 static void pretty_newline_or_space(JSONWriter *writer) in pretty_newline_or_space() 105 static void quoted_str(JSONWriter *writer, const char *str) in quoted_str() 182 void json_writer_end_object(JSONWriter *writer) in json_writer_end_object() [all …]
|
H A D | qjson.c | 151 static void to_json(JSONWriter *writer, const char *name, in to_json() 223 JSONWriter *writer = json_writer_new(pretty); in qobject_to_json_pretty() local
|
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/ |
H A D | parsing.py | 34 def __init__(self, writer, paths, options): argument 131 def compile(self, writer): argument 177 def crop(self, writer, crop_after): argument 290 def _parse_proc_ps_log(writer, file): argument 339 def _parse_taskstats_log(writer, file): argument 596 def _parse_dmesg(writer, file): argument 667 def _parse_pacct(writer, file): argument 691 def _parse_paternity_log(writer, file): argument 705 def _parse_cmdline_log(writer, file): argument 783 def parse_file(writer, state, filename): argument [all …]
|
H A D | batch.py | 20 def render(writer, trace, app_options, filename): argument
|
H A D | samples.py | 118 def __init__(self, writer, process_map, sample_count, sample_period, start_time, end_time): argument 128 def __init__(self, writer, pid, cmd, ppid, start_time): argument 150 def split(self, writer, pid, cmd, ppid, start_time): argument
|
H A D | process_tree.py | 40 def __init__(self, writer, kernel, psstats, sample_period, argument
|
/openbmc/linux/lib/ |
H A D | decompress_unlzma.c | 277 struct writer { struct 292 static inline size_t INIT get_pos(struct writer *wr) in get_pos() argument
|
/openbmc/google-misc/subprojects/dhcp-done/ |
H A D | file-io.cpp | 34 stdplus::fd::AtomicWriter writer(filename, 0644); in fileWrite() local
|
/openbmc/phosphor-pid-control/sensors/ |
H A D | pluggable.hpp | 20 std::unique_ptr<WriteInterface> writer) : in PluggableSensor()
|
/openbmc/linux/scripts/ |
H A D | jobserver-exec | 36 writer = os.open(path, os.O_WRONLY) variable
|
/openbmc/linux/tools/testing/radix-tree/ |
H A D | regression4.c | 60 pthread_t reader, writer; in regression4_test() local
|
/openbmc/bmcweb/http/ |
H A D | http_body.hpp | 137 class HttpBody::writer class in bmcweb::HttpBody 157 writer(boost::beast::http::header<IsRequest, Fields>& /*header*/, in writer() function in bmcweb::HttpBody::writer
|
H A D | http2_connection.hpp | 45 std::optional<bmcweb::HttpBody::writer> writer; member
|
/openbmc/phosphor-logging/test/openpower-pels/ |
H A D | section_header_test.cpp | 48 Stream writer{data}; in TEST() local
|
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/tests/ |
H A D | parser_test.py | 18 writer = main._mk_writer(options) variable
|
/openbmc/linux/drivers/misc/ibmasm/ |
H A D | remote.c | 173 unsigned long writer; in ibmasm_handle_mouse_interrupt() local
|
/openbmc/openbmc/poky/bitbake/lib/bb/asyncrpc/ |
H A D | connection.py | 41 def __init__(self, reader, writer, timeout, max_chunk=DEFAULT_MAX_CHUNK): argument
|
H A D | serv.py | 127 async def handle_stream_client(self, reader, writer): argument
|
/openbmc/qemu/tests/unit/ |
H A D | io-channel-helpers.c | 107 GThread *reader, *writer; in qio_channel_test_run_threads() local
|
/openbmc/linux/tools/testing/selftests/powerpc/dscr/ |
H A D | dscr_default_test.c | 41 pthread_t writer; in dscr_default_lockstep_test() local
|
/openbmc/linux/include/linux/ |
H A D | percpu-rwsem.h | 15 struct rcuwait writer; member
|
/openbmc/linux/tools/perf/util/ |
H A D | data-convert-bt.c | 64 struct bt_ctf_writer *writer; member 92 struct ctf_writer writer; member 1373 struct bt_ctf_writer *writer = cw->writer; in ctf_writer__setup_env() local 1511 struct bt_ctf_writer *writer; in ctf_writer__init() local
|
/openbmc/linux/crypto/ |
H A D | jitterentropy-testing.c | 130 u32 writer = (u32)atomic_read(&data->rb_writer); in jent_testing_reader() local
|
/openbmc/phosphor-networkd/src/ |
H A D | config_parser.cpp | 282 stdplus::fd::AtomicWriter writer(filename, 0644); in writeFileInt() local
|
/openbmc/linux/drivers/char/ |
H A D | apm-emulation.c | 107 unsigned int writer: 1; member
|