Home
last modified time | relevance | path

Searched refs:BUFSIZE (Results 1 – 15 of 15) sorted by relevance

/linux/drivers/s390/char/
H A Dtape_3590.c21 #define BUFSIZE 512 /* size of buffers for dynamic generated messages */ macro
961 exception = kmalloc(BUFSIZE, GFP_ATOMIC); in tape_3590_print_mim_msg_f0()
962 service = kmalloc(BUFSIZE, GFP_ATOMIC); in tape_3590_print_mim_msg_f0()
971 snprintf(exception, BUFSIZE, "Data degraded"); in tape_3590_print_mim_msg_f0()
974 snprintf(exception, BUFSIZE, "Data degraded in partition %i", in tape_3590_print_mim_msg_f0()
978 snprintf(exception, BUFSIZE, "Medium degraded"); in tape_3590_print_mim_msg_f0()
981 snprintf(exception, BUFSIZE, "Medium degraded in partition %i", in tape_3590_print_mim_msg_f0()
985 snprintf(exception, BUFSIZE, "Block 0 Error"); in tape_3590_print_mim_msg_f0()
988 snprintf(exception, BUFSIZE, "Medium Exception 0x%02x", in tape_3590_print_mim_msg_f0()
992 snprintf(exception, BUFSIZE, "0x%02x", in tape_3590_print_mim_msg_f0()
[all …]
/linux/tools/testing/selftests/ftrace/
H A Dpoll.c16 #define BUFSIZE 4096 macro
25 char buf[BUFSIZE]; in main()
60 do {} while (read(pfd.fd, buf, BUFSIZE) == BUFSIZE); in main()
/linux/arch/sparc/boot/
H A Dpiggyback.c126 #define BUFSIZE 1024 macro
137 char buffer[BUFSIZE]; in get_hdrs_offset()
143 if (read(kernelfd, buffer, BUFSIZE) != BUFSIZE) in get_hdrs_offset()
163 if (read(kernelfd, buffer, BUFSIZE) != BUFSIZE) in get_hdrs_offset()
/linux/arch/x86/tools/
H A Dinsn_decoder_test.c109 #define BUFSIZE 256 macro
113 char line[BUFSIZE], sym[BUFSIZE] = "<unknown>"; in main()
121 while (fgets(line, BUFSIZE, stdin)) { in main()
122 char copy[BUFSIZE], *s, *tab1, *tab2; in main()
/linux/sound/usb/bcd2000/
H A Dbcd2000.c21 #define BUFSIZE 64 macro
51 unsigned char midi_in_buf[BUFSIZE];
52 unsigned char midi_out_buf[BUFSIZE];
131 BUILD_BUG_ON(sizeof(device_cmd_prefix) >= BUFSIZE); in bcd2000_midi_send()
146 bcd2k->midi_out_buf + 3, BUFSIZE - 3); in bcd2000_midi_send()
157 bcd2k->midi_out_urb->transfer_buffer_length = BUFSIZE; in bcd2000_midi_send()
328 bcd2k->midi_in_buf, BUFSIZE, in bcd2000_init_midi()
333 bcd2k->midi_out_buf, BUFSIZE, in bcd2000_init_midi()
/linux/tools/perf/util/
H A Dlzma.c15 #define BUFSIZE 8192 macro
42 u8 buf_in[BUFSIZE]; in lzma_decompress_to_file()
43 u8 buf_out[BUFSIZE]; in lzma_decompress_to_file()
H A Dcpumap.c153 #define BUFSIZE 1024 in cpu_map__fprintf() macro
154 char buf[BUFSIZE]; in cpu_map__fprintf()
158 #undef BUFSIZE in cpu_map__fprintf()
/linux/tools/perf/tests/
H A Ddso-data.c280 #define BUFSIZE 10 in test__dso_data_cache()
281 u8 buf[BUFSIZE]; in test__dso_data_cache()
284 n = dso__data_read_offset(dso, &machine, 0, buf, BUFSIZE); in test__dso_data_cache()
285 TEST_ASSERT_VAL("failed to read dso", n == BUFSIZE); in test__dso_data_cache()
282 #define BUFSIZE test__dso_data_cache() macro
/linux/tools/testing/selftests/bpf/
H A Dxdp_features.c40 #define BUFSIZE 128 macro
387 unsigned char buf[BUFSIZE] = {}; in dut_run()
390 err = recv_msg(ctrl_sockfd, buf, BUFSIZE, NULL, 0); in dut_run()
531 unsigned char buf[BUFSIZE] = {}; in send_and_recv_msg()
542 err = recv_msg(sockfd, buf, BUFSIZE, val, val_size); in send_and_recv_msg()
/linux/drivers/misc/sgi-gru/
H A Dgrukservices.c1102 #define BUFSIZE 200 macro
1105 char buf1[BUFSIZE], buf2[BUFSIZE]; in quicktest3()
1110 gru_copy_gpa(uv_gpa(buf2), uv_gpa(buf1), BUFSIZE); in quicktest3()
1111 if (memcmp(buf1, buf2, BUFSIZE)) { in quicktest3()
/linux/drivers/net/mctp/
H A Dmctp-serial.c34 #define BUFSIZE MCTP_SERIAL_FRAME_MTU macro
68 u8 txbuf[BUFSIZE],
69 rxbuf[BUFSIZE];
/linux/drivers/i2c/busses/
H A Di2c-jz4780.c124 #define BUFSIZE 200 macro
163 int data_buf[BUFSIZE];
164 int cmd_buf[BUFSIZE];
/linux/include/linux/usb/
H A Dr8a66597.h372 #define BUFSIZE 0x7C00 /* b14-10: Pipe buffer size */ macro
/linux/drivers/platform/chrome/
H A Dcros_ec_proto_test.c16 #define BUFSIZE 512 macro
20 u8 dout[BUFSIZE];
21 u8 din[BUFSIZE];
23 u8 _msg[BUFSIZE];
/linux/drivers/ps3/
H A Dps3av.c24 #define BUFSIZE 4096 /* vuart buf size */ macro