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

/linux-master/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);
962 service = kmalloc(BUFSIZE, GFP_ATOMIC);
971 snprintf(exception, BUFSIZE, "Data degraded");
974 snprintf(exception, BUFSIZE, "Data degraded in partition %i",
978 snprintf(exception, BUFSIZE, "Medium degraded");
981 snprintf(exception, BUFSIZE, "Medium degraded in partition %i",
985 snprintf(exception, BUFSIZE, "Block 0 Error");
988 snprintf(exception, BUFSIZE, "Medium Exception 0x%02x",
992 snprintf(exception, BUFSIZE, "
[all...]
/linux-master/arch/sparc/boot/
H A Dpiggyback.c126 #define BUFSIZE 1024 macro
137 char buffer[BUFSIZE];
143 if (read(kernelfd, buffer, BUFSIZE) != BUFSIZE)
163 if (read(kernelfd, buffer, BUFSIZE) != BUFSIZE)
/linux-master/arch/x86/tools/
H A Dinsn_decoder_test.c109 #define BUFSIZE 256 macro
113 char line[BUFSIZE], sym[BUFSIZE] = "<unknown>";
121 while (fgets(line, BUFSIZE, stdin)) {
122 char copy[BUFSIZE], *s, *tab1, *tab2;
/linux-master/tools/perf/util/
H A Dlzma.c15 #define BUFSIZE 8192 macro
42 u8 buf_in[BUFSIZE];
43 u8 buf_out[BUFSIZE];
H A Dcpumap.c153 #define BUFSIZE 1024 macro
154 char buf[BUFSIZE];
158 #undef BUFSIZE macro
/linux-master/tools/perf/tests/
H A Dattr.c50 #define BUFSIZE 1024 macro
54 char buf[BUFSIZE]; \
57 size = snprintf(buf, BUFSIZE, #str "=%"fmt "\n", data); \
H A Ddso-data.c282 #define BUFSIZE 10 macro
283 u8 buf[BUFSIZE];
286 n = dso__data_read_offset(dso, &machine, 0, buf, BUFSIZE);
287 TEST_ASSERT_VAL("failed to read dso", n == BUFSIZE);
/linux-master/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);
146 bcd2k->midi_out_buf + 3, BUFSIZE - 3);
157 bcd2k->midi_out_urb->transfer_buffer_length = BUFSIZE;
328 bcd2k->midi_in_buf, BUFSIZE,
333 bcd2k->midi_out_buf, BUFSIZE,
/linux-master/tools/testing/selftests/bpf/
H A Dxdp_features.c40 #define BUFSIZE 128 macro
387 unsigned char buf[BUFSIZE] = {};
390 err = recv_msg(ctrl_sockfd, buf, BUFSIZE, NULL, 0);
531 unsigned char buf[BUFSIZE] = {};
542 err = recv_msg(sockfd, buf, BUFSIZE, val, val_size);
/linux-master/drivers/net/mctp/
H A Dmctp-serial.c33 #define BUFSIZE MCTP_SERIAL_FRAME_MTU macro
67 unsigned char txbuf[BUFSIZE],
68 rxbuf[BUFSIZE];
/linux-master/drivers/misc/sgi-gru/
H A Dgrukservices.c1104 #define BUFSIZE 200 macro
1107 char buf1[BUFSIZE], buf2[BUFSIZE];
1112 gru_copy_gpa(uv_gpa(buf2), uv_gpa(buf1), BUFSIZE); local
1113 if (memcmp(buf1, buf2, BUFSIZE)) {
/linux-master/drivers/i2c/busses/
H A Di2c-jz4780.c124 #define BUFSIZE 200 macro
163 int data_buf[BUFSIZE];
164 int cmd_buf[BUFSIZE];
/linux-master/include/linux/usb/
H A Dr8a66597.h372 #define BUFSIZE 0x7C00 /* b14-10: Pipe buffer size */ macro
/linux-master/drivers/ps3/
H A Dps3av.c24 #define BUFSIZE 4096 /* vuart buf size */ macro
/linux-master/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];

Completed in 433 milliseconds