Home
last modified time | relevance | path

Searched defs:f (Results 1 – 25 of 1063) sorted by relevance

12345678910>>...43

/openbmc/qemu/include/migration/
H A Dqemu-file-types.h42 static inline unsigned int qemu_get_ubyte(QEMUFile *f) in qemu_get_ubyte()
55 static inline void qemu_put_be64s(QEMUFile *f, const uint64_t *pv) in qemu_put_be64s()
60 static inline void qemu_put_be32s(QEMUFile *f, const uint32_t *pv) in qemu_put_be32s()
65 static inline void qemu_put_be16s(QEMUFile *f, const uint16_t *pv) in qemu_put_be16s()
70 static inline void qemu_put_8s(QEMUFile *f, const uint8_t *pv) in qemu_put_8s()
75 static inline void qemu_get_be64s(QEMUFile *f, uint64_t *pv) in qemu_get_be64s()
80 static inline void qemu_get_be32s(QEMUFile *f, uint32_t *pv) in qemu_get_be32s()
85 static inline void qemu_get_be16s(QEMUFile *f, uint16_t *pv) in qemu_get_be16s()
90 static inline void qemu_get_8s(QEMUFile *f, uint8_t *pv) in qemu_get_8s()
96 static inline void qemu_put_sbe16(QEMUFile *f, int v) in qemu_put_sbe16()
[all …]
/openbmc/qemu/migration/
H A Dqemu-file.c71 int qemu_file_shutdown(QEMUFile *f) in qemu_file_shutdown() argument
113 QEMUFile *f; in qemu_file_new_impl() local
130 QEMUFile *qemu_file_get_return_path(QEMUFile *f) in qemu_file_get_return_path()
153 int qemu_file_get_error_obj(QEMUFile *f, Error **errp) in qemu_file_get_error_obj()
201 void qemu_file_set_error_obj(QEMUFile *f, int ret, Error *err) in qemu_file_set_error_obj()
218 int qemu_file_get_error(QEMUFile *f) in qemu_file_get_error()
226 void qemu_file_set_error(QEMUFile *f, int ret) in qemu_file_set_error()
231 static bool qemu_file_is_writable(QEMUFile *f) in qemu_file_is_writable()
236 static void qemu_iovec_release_ram(QEMUFile *f) in qemu_iovec_release_ram()
271 bool qemu_file_is_seekable(QEMUFile *f) in qemu_file_is_seekable()
[all …]
H A Dvmstate-types.c25 static int get_bool(QEMUFile *f, void *pv, size_t size, in get_bool()
33 static int put_bool(QEMUFile *f, void *pv, size_t size, in put_bool()
49 static int get_int8(QEMUFile *f, void *pv, size_t size, in get_int8()
57 static int put_int8(QEMUFile *f, void *pv, size_t size, in put_int8()
73 static int get_int16(QEMUFile *f, void *pv, size_t size, in get_int16()
81 static int put_int16(QEMUFile *f, void *pv, size_t size, in put_int16()
97 static int get_int32(QEMUFile *f, void *pv, size_t size, in get_int32()
105 static int put_int32(QEMUFile *f, void *pv, size_t size, in put_int32()
122 static int get_int32_equal(QEMUFile *f, void *pv, size_t size, in get_int32_equal()
149 static int get_int32_le(QEMUFile *f, void *pv, size_t size, in get_int32_le()
[all …]
H A Drdma.h47 int rdma_registration_handle(QEMUFile *f) { return 0; } in rdma_registration_handle()
49 int rdma_registration_start(QEMUFile *f, uint64_t flags) { return 0; } in rdma_registration_start()
51 int rdma_registration_stop(QEMUFile *f, uint64_t flags) { return 0; } in rdma_registration_stop()
53 int rdma_block_notification_handle(QEMUFile *f, const char *name) { return 0; } in rdma_block_notification_handle()
55 int rdma_control_save_page(QEMUFile *f, ram_addr_t block_offset, in rdma_control_save_page()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/
Diwl-debug.h
/openbmc/linux/drivers/net/ethernet/ibm/emac/
Ddebug.h
/openbmc/qemu/target/hexagon/
H A Dhex_common.py340 def decl_reg_num(self, f, regno): argument
448 def decl_tcg(self, f, tag, regno): argument
453 def log_write(self, f, tag): argument
457 def analyze_write(self, f, tag, regno): argument
464 def decl_tcg(self, f, tag, regno): argument
469 def analyze_read(self, f, regno): argument
475 def decl_tcg(self, f, tag, regno): argument
479 def analyze_read(self, f, regno): argument
485 def decl_tcg(self, f, tag, regno): argument
497 def log_write(self, f, tag): argument
[all …]
/openbmc/linux/include/linux/ceph/
Dceph_frag.h
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
Ddebug.h
/openbmc/u-boot/examples/standalone/
H A Dstubs.c18 #define EXPORT_FUNC(f, a, x, ...) \ argument
31 #define EXPORT_FUNC(f, a, x, ...) \ argument
46 #define EXPORT_FUNC(f, a, x, ...) \ argument
59 #define EXPORT_FUNC(f, a, x, ...) \ argument
76 #define EXPORT_FUNC(f, a, x, ...) \ argument
92 #define EXPORT_FUNC(f, a, x, ...) \ argument
105 #define EXPORT_FUNC(f, a, x, ...) \ argument
121 #define EXPORT_FUNC(f, a, x, ...) \ argument
136 #define EXPORT_FUNC(f, a, x, ...) \ argument
148 #define EXPORT_FUNC(f, a, x, ...) \ argument
[all …]
/openbmc/linux/drivers/gpu/drm/i915/
Di915_sw_fence_work.c
/openbmc/linux/drivers/gpu/host1x/
Dfence.c
/openbmc/linux/include/linux/mtd/
Dsh_flctl.h
/openbmc/qemu/include/qemu/
H A Dfutex.h35 static inline void qemu_futex_wake_all(void *f) in qemu_futex_wake_all()
40 static inline void qemu_futex_wake_single(void *f) in qemu_futex_wake_single()
45 static inline void qemu_futex_wait(void *f, unsigned val) in qemu_futex_wait()
61 static inline void qemu_futex_wake_all(void *f) in qemu_futex_wake_all()
66 static inline void qemu_futex_wake_single(void *f) in qemu_futex_wake_single()
71 static inline void qemu_futex_wait(void *f, unsigned val) in qemu_futex_wait()
/openbmc/phosphor-logging/lib/include/phosphor-logging/lg2/
H A Dconversion.hpp93 static auto log_convert(const char* h, log_flag<Fs...> f, V v) in log_convert()
110 static auto log_convert(const char* h, log_flag<Fs...> f, V v) in log_convert()
126 static auto log_convert(const char* h, log_flag<Fs...> f, V v) in log_convert()
146 static auto log_convert(const char* h, log_flag<Fs...> f, V v) in log_convert()
166 static auto log_convert(const char* h, log_flag<Fs...> f, V v) in log_convert()
186 static auto log_convert(const char* h, log_flag<Fs...> f, const V& v) in log_convert()
227 static auto log_convert(const char* h, log_flag<Fs...> f, V v) in log_convert()
251 static auto log_convert(const char* h, log_flag<Fs...> f, V&& v) in log_convert()
271 static auto log_convert(const char* h, log_flag<Fs...> f, V&& v) in log_convert()
290 static auto log_convert(const char* h, log_flag<Fs...> f, V&& v) in log_convert()
[all …]
/openbmc/linux/drivers/w1/
Dw1_family.c
/openbmc/linux/tools/testing/selftests/bpf/progs/
Dlinked_list_fail.c
/openbmc/qemu/tests/unit/
H A Dtest-opts-visitor.c36 setup_fixture(OptsVisitorFixture *f, gconstpointer test_data) in setup_fixture()
54 teardown_fixture(OptsVisitorFixture *f, gconstpointer test_data) in teardown_fixture()
63 void (*test_func)(OptsVisitorFixture *f, gconstpointer test_data), in add_test()
73 expect_ok(OptsVisitorFixture *f, gconstpointer test_data) in expect_ok()
81 expect_fail(OptsVisitorFixture *f, gconstpointer test_data) in expect_fail()
96 test_value(OptsVisitorFixture *f, gconstpointer test_data) in test_value()
135 expect_i64_min(OptsVisitorFixture *f, gconstpointer test_data) in expect_i64_min()
145 expect_i64_max(OptsVisitorFixture *f, gconstpointer test_data) in expect_i64_max()
155 expect_zero(OptsVisitorFixture *f, gconstpointer test_data) in expect_zero()
165 expect_u64_max(OptsVisitorFixture *f, gconstpointer test_data) in expect_u64_max()
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
Damdgpu_amdkfd_fence.c
/openbmc/openbmc/poky/bitbake/lib/bb/parse/
H A D__init__.py50 def cached_mtime(f): argument
56 def cached_mtime_noerror(f): argument
65 def check_mtime(f, mtime): argument
74 def update_mtime(f): argument
84 def update_cache(f): argument
93 def mark_dependency(d, f): argument
102 def check_dependency(d, f): argument
191 def inner(f): argument
209 def inner(f): argument
/openbmc/linux/drivers/char/mwave/
Dmwavedd.h
/openbmc/linux/drivers/dma-buf/
Dst-dma-resv.c
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/
Dprintf.h
/openbmc/bmcweb/http/routing/
H A Dwebsocketrule.hpp57 self_t& onopen(Func f) in onopen()
64 self_t& onmessage(Func f) in onmessage()
71 self_t& onmessageex(Func f) in onmessageex()
78 self_t& onclose(Func f) in onclose()
85 self_t& onerror(Func f) in onerror()
/openbmc/linux/drivers/scsi/esas2r/
Desas2r_log.h

12345678910>>...43