Searched defs:buffer (Results 1 – 25 of 1150) sorted by relevance
12345678910>>...46
/openbmc/qemu/util/ |
H A D | buffer.c | 34 static size_t buffer_req_size(Buffer *buffer, size_t len) in buffer_req_size() 40 static void buffer_adj_size(Buffer *buffer, size_t len) in buffer_adj_size() 54 void buffer_init(Buffer *buffer, const char *name, ...) in buffer_init() 63 static uint64_t buffer_get_avg_size(Buffer *buffer) in buffer_get_avg_size() 68 void buffer_shrink(Buffer *buffer) in buffer_shrink() 91 void buffer_reserve(Buffer *buffer, size_t len) in buffer_reserve() 98 gboolean buffer_empty(Buffer *buffer) in buffer_empty() 103 uint8_t *buffer_end(Buffer *buffer) in buffer_end() 108 void buffer_reset(Buffer *buffer) in buffer_reset() 114 void buffer_free(Buffer *buffer) in buffer_free() [all …]
|
/openbmc/linux/drivers/gpu/drm/etnaviv/ |
D | etnaviv_buffer.c |
|
/openbmc/linux/drivers/xen/ |
D | sys-hypervisor.c |
|
/openbmc/linux/drivers/net/ethernet/amd/xgbe/ |
D | xgbe-debugfs.c |
|
/openbmc/linux/drivers/s390/char/ |
D | sclp_rw.c |
|
/openbmc/linux/drivers/input/ |
D | input-compat.c |
|
/openbmc/linux/sound/pci/hda/ |
D | hda_proc.c |
|
/openbmc/linux/drivers/parport/ |
D | ieee1284_ops.c |
|
/openbmc/linux/sound/pci/ca0106/ |
D | ca0106_proc.c |
|
/openbmc/openbmc-test-automation/lib/ |
H A D | escape.tcl | 6 proc escape_bash_quotes { buffer } { argument 31 proc quotes_to_curly_braces { buffer } { argument 93 proc curly_braces_to_quotes { buffer } { argument 115 proc escape_regex_metachars { buffer } { argument
|
H A D | print.tcl | 100 proc replace_passwords {buffer} { argument 179 proc sprint { { buffer {} } } { argument 193 proc sprintn { { buffer {} } } { argument 207 proc sprint_time { { buffer {} } } { argument
|
/openbmc/linux/sound/pci/lola/ |
D | lola_proc.c |
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fault/ |
D | gp100.c |
|
D | user.c |
|
/openbmc/linux/drivers/gpu/drm/amd/amdkfd/ |
D | kfd_packet_manager_vi.c |
|
/openbmc/linux/drivers/connector/ |
D | cn_proc.c |
|
/openbmc/linux/tools/testing/selftests/mm/ |
D | hmm-tests.c |
|
/openbmc/linux/sound/usb/ |
D | proc.c |
|
/openbmc/linux/tools/wmi/ |
D | dell-smbios-example.c |
|
/openbmc/linux/drivers/pnp/ |
D | interface.c |
|
/openbmc/linux/drivers/media/tuners/ |
D | tea5767.c |
|
/openbmc/linux/fs/configfs/ |
D | file.c |
|
/openbmc/linux/fs/xfs/libxfs/ |
D | xfs_cksum.h |
|
/openbmc/linux/sound/pci/ac97/ |
D | ac97_proc.c |
|
/openbmc/u-boot/drivers/usb/musb-new/ |
H A D | musb_uboot.c | 34 unsigned long pipe, void *buffer, int len, in construct_urb() 91 void *buffer, int len, struct devrequest *setup) in _musb_submit_control_msg() 104 struct usb_device *dev, unsigned long pipe, void *buffer, int len) in _musb_submit_bulk_msg() 113 void *buffer, int len, int interval) in _musb_submit_int_msg() 122 int elementsize, void *buffer, int interval) in _musb_create_int_queue() 259 void *buffer, int length) in submit_bulk_msg() 265 void *buffer, int length, struct devrequest *setup) in submit_control_msg() 271 void *buffer, int length, int interval) in submit_int_msg() 278 void *buffer, int interval) in create_int_queue() 307 unsigned long pipe, void *buffer, int length, in musb_submit_control_msg() [all …]
|
12345678910>>...46