/xen/tools/debugger/gdbsx/gx/ |
A D | gx_comm.c | 160 static char buf[BUFSIZ]; in readchar() local 187 gx_getpkt (char *buf) in gx_getpkt() 248 gx_reply_ok(char *buf) in gx_reply_ok() 257 gx_reply_error(char *buf) in gx_reply_error() 271 gx_putpkt (char *buf) in gx_putpkt()
|
A D | xg_dummy.c | 33 char buf[2048]; in xgtrc() local 47 char buf[2048]; in xgprt() local
|
/xen/xen/common/xz/ |
A D | dec_bcj.c | 74 uint8_t buf[16]; member 88 static size_t INIT bcj_x86(struct xz_dec_bcj *s, uint8_t *buf, size_t size) in bcj_x86() 160 static size_t INIT bcj_powerpc(struct xz_dec_bcj *s, uint8_t *buf, size_t size) in bcj_powerpc() 181 static size_t INIT bcj_ia64(struct xz_dec_bcj *s, uint8_t *buf, size_t size) in bcj_ia64() 265 static size_t INIT bcj_arm(struct xz_dec_bcj *s, uint8_t *buf, size_t size) in bcj_arm() 288 static size_t INIT bcj_armthumb(struct xz_dec_bcj *s, uint8_t *buf, size_t size) in bcj_armthumb() 316 static size_t INIT bcj_sparc(struct xz_dec_bcj *s, uint8_t *buf, size_t size) in bcj_sparc() 346 uint8_t *buf, size_t *pos, size_t size) in bcj_apply()
|
/xen/tools/libfsimage/zfs/ |
A D | zfs_fletcher.c | 29 fletcher_2_native(const void *buf, uint64_t size, zio_cksum_t *zcp) in fletcher_2_native() 46 fletcher_2_byteswap(const void *buf, uint64_t size, zio_cksum_t *zcp) in fletcher_2_byteswap() 63 fletcher_4_native(const void *buf, uint64_t size, zio_cksum_t *zcp) in fletcher_4_native() 80 fletcher_4_byteswap(const void *buf, uint64_t size, zio_cksum_t *zcp) in fletcher_4_byteswap()
|
A D | fsys_zfs.c | 113 zio_checksum_off(const void *buf, uint64_t size, zio_cksum_t *zcp) in zio_checksum_off() 287 zio_read_gang(blkptr_t *bp, dva_t *dva, void *buf, char *stack) in zio_read_gang() 336 zio_read_data(blkptr_t *bp, void *buf, char *stack) in zio_read_data() 374 zio_read(blkptr_t *bp, void *buf, char *stack) in zio_read() 426 dmu_read(dnode_phys_t *dn, uint64_t blkid, void *buf, char *stack) in dmu_read() 528 int array_len, const char *buf) in zap_leaf_array_equal() 703 dnode_get(dnode_phys_t *mdn, uint64_t objnum, uint8_t type, dnode_phys_t *buf, in dnode_get() 1445 void *buf; in zfs_open() local 1481 zfs_read(char *buf, int len) in zfs_read()
|
/xen/tools/libvchan/ |
A D | node.c | 40 int libxenvchan_write_all(struct libxenvchan *ctrl, char *buf, int size) in libxenvchan_write_all() 55 int write_all(int fd, char *buf, int size) in write_all() 78 char buf[BUFSIZE]; variable
|
/xen/xen/common/ |
A D | trace.c | 230 struct t_buf *buf; in alloc_trace_bufs() local 464 static inline u32 calc_unconsumed_bytes(const struct t_buf *buf) in calc_unconsumed_bytes() 483 static inline u32 calc_bytes_to_wrap(const struct t_buf *buf) in calc_bytes_to_wrap() 502 static inline u32 calc_bytes_avail(const struct t_buf *buf) in calc_bytes_avail() 507 static unsigned char *next_record(const struct t_buf *buf, uint32_t *next, in next_record() 551 static inline void __insert_record(struct t_buf *buf, in __insert_record() 620 static inline void insert_wrap_record(struct t_buf *buf, in insert_wrap_record() 643 static inline void insert_lost_records(struct t_buf *buf) in insert_lost_records() 685 struct t_buf *buf; in __trace_var() local
|
A D | gdbstub.c | 143 gdb_io_write(const char *buf, unsigned long len, struct gdb_context *ctx) in gdb_io_write() 237 gdb_write_to_packet(const char *buf, int count, struct gdb_context *ctx) in gdb_write_to_packet() 245 gdb_write_to_packet_str(const char *buf, struct gdb_context *ctx) in gdb_write_to_packet_str() 253 char buf[sizeof(unsigned long) * 2 + 1]; in gdb_write_to_packet_hex() local 317 char buf[3]; in gdb_send_packet() local 336 gdb_send_reply(const char *buf, struct gdb_context *ctx) in gdb_send_reply() 384 const char *buf, struct gdb_context *ctx) in gdb_cmd_write_mem()
|
A D | debugtrace.c | 29 char buf[]; member 100 char buf[16]; in debugtrace_dump_worker() local 144 static void debugtrace_add_to_buf(char *buf) in debugtrace_add_to_buf() 161 static char buf[1024], last_buf[1024]; in debugtrace_printk() local
|
A D | vsprintf.c | 147 char *buf, const char *end, unsigned long long num, in number() 554 int vsnprintf(char *buf, size_t size, const char *fmt, va_list args) in vsnprintf() 780 int vscnprintf(char *buf, size_t size, const char *fmt, va_list args) in vscnprintf() 804 int snprintf(char * buf, size_t size, const char *fmt, ...) in snprintf() 829 int scnprintf(char * buf, size_t size, const char *fmt, ...) in scnprintf() 859 char *buf; in vasprintf() local
|
A D | hypfs.c | 139 static int hypfs_get_path_user(char *buf, in hypfs_get_path_user() 296 char *buf; in hypfs_write_leaf() local 334 bool buf; in hypfs_write_bool() local 356 char *buf; in hypfs_write_custom() local
|
/xen/stubdom/vtpmmgr/ |
A D | disk_tpm.c | 56 void TPM_pcr_digest(struct hash160 *buf, le32_t selection) in TPM_pcr_digest() 134 uint8_t buf[512]; in TPM_disk_seal() local 166 unsigned char buf[RSA_CIPHER_SIZE]; in TPM2_disk_unbind() local 212 uint8_t buf[512]; in TPM_disk_unseal() local 254 int TPM_disk_nvread(void *buf, size_t bufsiz, be32_t nvram_slot, struct tpm_authdata auth) in TPM_disk_nvread() 261 int TPM_disk_nvwrite(void *buf, size_t bufsiz, be32_t nvram_slot, struct tpm_authdata auth) in TPM_disk_nvwrite()
|
/xen/tools/xenstore/ |
A D | xs_lib.c | 42 static char buf[PATH_MAX]; in xs_daemon_path() local 54 static char buf[PATH_MAX]; in xs_daemon_tdb() local 66 static char buf[PATH_MAX]; in xs_daemon_socket_ro() local
|
/xen/tools/libxl/ |
A D | libxl_flask.c | 19 int libxl_flask_context_to_sid(libxl_ctx *ctx, char *buf, size_t len, in libxl_flask_context_to_sid() 30 char **buf, size_t *len) in libxl_flask_sid_to_context()
|
/xen/xen/xsm/flask/ss/ |
A D | policydb.c | 841 __le32 buf[2]; in mls_read_range_helper() local 910 __le32 buf[3]; in context_read_and_validate() local 954 __le32 buf[2]; in perm_read() local 996 __le32 buf[4]; in common_read() local 1053 __le32 buf[3]; in read_cons_helper() local 1158 __le32 buf[6]; in class_read() local 1258 __le32 buf[3]; in role_read() local 1329 __le32 buf[4]; in type_read() local 1394 __le32 buf[1]; in mls_read_level() local 1423 __le32 buf[3]; in user_read() local [all …]
|
A D | conditional.c | 227 __le32 buf[3]; in cond_read_bool() local 367 __le32 buf[1]; in cond_read_av_list() local 417 __le32 buf[2]; in cond_read_node() local 476 __le32 buf[1]; in cond_read_list() local
|
/xen/tools/libxc/ |
A D | xc_dom_decompress_lz4.c | 19 static inline uint_fast16_t le16_to_cpup(const unsigned char *buf) in le16_to_cpup() 24 static inline uint_fast32_t le32_to_cpup(const unsigned char *buf) in le32_to_cpup()
|
A D | xc_flask.c | 64 int xc_flask_load(xc_interface *xch, char *buf, uint32_t size) in xc_flask_load() 86 int xc_flask_context_to_sid(xc_interface *xch, char *buf, uint32_t size, uint32_t *sid) in xc_flask_context_to_sid() 112 int xc_flask_sid_to_context(xc_interface *xch, int sid, char *buf, uint32_t size) in xc_flask_sid_to_context() 359 int xc_flask_avc_hashstats(xc_interface *xch, char *buf, int size) in xc_flask_avc_hashstats() 376 int xc_flask_avc_cachestats(xc_interface *xch, char *buf, int size) in xc_flask_avc_cachestats()
|
/xen/xen/common/libfdt/ |
A D | fdt_empty_tree.c | 56 int fdt_create_empty_tree(void *buf, int bufsize) in fdt_create_empty_tree()
|
/xen/xen/arch/arm/ |
A D | guestcopy.c | 54 static unsigned long copy_guest(void *buf, uint64_t addr, unsigned int len, in copy_guest() 135 void *buf, in copy_to_guest_phys_flush_dcache() 142 int access_guest_memory_by_ipa(struct domain *d, paddr_t gpa, void *buf, in access_guest_memory_by_ipa()
|
/xen/xen/drivers/char/ |
A D | xen_pv_console.c | 133 static size_t pv_ring_puts(const char *buf, size_t nr) in pv_ring_puts() 189 void pv_console_puts(const char *buf, size_t nr) in pv_console_puts()
|
/xen/tools/debugger/kdd/ |
A D | kdd.c | 228 static size_t blocking_write(int fd, const void *buf, size_t count) in blocking_write() 295 uint32_t len, void *buf) in kdd_read_physical() 301 uint32_t len, void *buf) in kdd_write_physical() 376 uint32_t len, void *buf, int write) in kdd_access_virtual() 402 uint32_t len, void *buf) in kdd_read_virtual() 408 uint32_t len, void *buf) in kdd_write_virtual() 582 uint64_t buf; in get_os_info_64() local 787 char *buf = (char *) s->txb + sizeof (kdd_hdr) + sizeof (kdd_msg); in kdd_send_string() local 982 uint8_t *buf = s->txb + sizeof (kdd_hdr) + sizeof (kdd_cmd); in kdd_handle_read_ctrl() local 1080 uint8_t *buf; in kdd_handle_memory_access() local
|
/xen/tools/libfsimage/common/ |
A D | fsimage.c | 119 ssize_t fsi_read_file(fsi_file_t *ffi, void *buf, size_t nbytes) in fsi_read_file() 132 ssize_t fsi_pread_file(fsi_file_t *ffi, void *buf, size_t nbytes, uint64_t off) in fsi_pread_file()
|
/xen/tools/libfsimage/ext2fs-lib/ |
A D | ext2fs-lib.c | 105 ext2lib_read(fsi_file_t *file, void *buf, size_t nbytes) in ext2lib_read() 121 ext2lib_pread(fsi_file_t *file, void *buf, size_t nbytes, uint64_t off) in ext2lib_pread()
|
/xen/xen/arch/x86/ |
A D | debug.c | 112 void * __user buf, unsigned int len, in dbg_rw_guest_mem() 163 unsigned int dbg_rw_mem(void * __user addr, void * __user buf, in dbg_rw_mem()
|