Home
last modified time | relevance | path

Searched defs:writer (Results 1 – 25 of 29) sorted by relevance

12

/openbmc/qemu/qobject/
H A Djson-writer.c29 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 Dqjson.c151 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 Dparsing.py34 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 Dbatch.py20 def render(writer, trace, app_options, filename): argument
H A Dsamples.py118 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 Dprocess_tree.py40 def __init__(self, writer, kernel, psstats, sample_period, argument
/openbmc/linux/lib/
H A Ddecompress_unlzma.c277 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 Dfile-io.cpp34 stdplus::fd::AtomicWriter writer(filename, 0644); in fileWrite() local
/openbmc/phosphor-pid-control/sensors/
H A Dpluggable.hpp20 std::unique_ptr<WriteInterface> writer) : in PluggableSensor()
/openbmc/linux/scripts/
H A Djobserver-exec36 writer = os.open(path, os.O_WRONLY) variable
/openbmc/linux/tools/testing/radix-tree/
H A Dregression4.c60 pthread_t reader, writer; in regression4_test() local
/openbmc/bmcweb/http/
H A Dhttp_body.hpp137 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 Dhttp2_connection.hpp45 std::optional<bmcweb::HttpBody::writer> writer; member
/openbmc/phosphor-logging/test/openpower-pels/
H A Dsection_header_test.cpp48 Stream writer{data}; in TEST() local
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/tests/
H A Dparser_test.py18 writer = main._mk_writer(options) variable
/openbmc/linux/drivers/misc/ibmasm/
H A Dremote.c173 unsigned long writer; in ibmasm_handle_mouse_interrupt() local
/openbmc/openbmc/poky/bitbake/lib/bb/asyncrpc/
H A Dconnection.py41 def __init__(self, reader, writer, timeout, max_chunk=DEFAULT_MAX_CHUNK): argument
H A Dserv.py127 async def handle_stream_client(self, reader, writer): argument
/openbmc/qemu/tests/unit/
H A Dio-channel-helpers.c107 GThread *reader, *writer; in qio_channel_test_run_threads() local
/openbmc/linux/tools/testing/selftests/powerpc/dscr/
H A Ddscr_default_test.c41 pthread_t writer; in dscr_default_lockstep_test() local
/openbmc/linux/include/linux/
H A Dpercpu-rwsem.h15 struct rcuwait writer; member
/openbmc/linux/tools/perf/util/
H A Ddata-convert-bt.c64 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 Djitterentropy-testing.c130 u32 writer = (u32)atomic_read(&data->rb_writer); in jent_testing_reader() local
/openbmc/phosphor-networkd/src/
H A Dconfig_parser.cpp282 stdplus::fd::AtomicWriter writer(filename, 0644); in writeFileInt() local
/openbmc/linux/drivers/char/
H A Dapm-emulation.c107 unsigned int writer: 1; member

12