/linux-4.1.27/drivers/s390/char/ |
D | tape_3590.c | 20 #define BUFSIZE 512 /* size of buffers for dynamic generated messages */ macro 965 exception = kmalloc(BUFSIZE, GFP_ATOMIC); in tape_3590_print_mim_msg_f0() 966 service = kmalloc(BUFSIZE, GFP_ATOMIC); in tape_3590_print_mim_msg_f0() 975 snprintf(exception, BUFSIZE, "Data degraded"); in tape_3590_print_mim_msg_f0() 978 snprintf(exception, BUFSIZE, "Data degraded in partion %i", in tape_3590_print_mim_msg_f0() 982 snprintf(exception, BUFSIZE, "Medium degraded"); in tape_3590_print_mim_msg_f0() 985 snprintf(exception, BUFSIZE, "Medium degraded in partition %i", in tape_3590_print_mim_msg_f0() 989 snprintf(exception, BUFSIZE, "Block 0 Error"); in tape_3590_print_mim_msg_f0() 992 snprintf(exception, BUFSIZE, "Medium Exception 0x%02x", in tape_3590_print_mim_msg_f0() 996 snprintf(exception, BUFSIZE, "0x%02x", in tape_3590_print_mim_msg_f0() [all …]
|
/linux-4.1.27/arch/sparc/boot/ |
D | piggyback.c | 137 #define BUFSIZE 1024 macro 148 char buffer[BUFSIZE]; in get_hdrs_offset() 154 if (read(kernelfd, buffer, BUFSIZE) != BUFSIZE) in get_hdrs_offset() 170 if (read(kernelfd, buffer, BUFSIZE) != BUFSIZE) in get_hdrs_offset()
|
/linux-4.1.27/arch/x86/tools/ |
D | test_get_len.c | 109 #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-4.1.27/sound/usb/bcd2000/ |
D | bcd2000.c | 30 #define BUFSIZE 64 macro 60 unsigned char midi_in_buf[BUFSIZE]; 61 unsigned char midi_out_buf[BUFSIZE]; 140 BUILD_BUG_ON(sizeof(device_cmd_prefix) >= BUFSIZE); in bcd2000_midi_send() 155 bcd2k->midi_out_buf + 3, BUFSIZE - 3); in bcd2000_midi_send() 166 bcd2k->midi_out_urb->transfer_buffer_length = BUFSIZE; in bcd2000_midi_send() 337 bcd2k->midi_in_buf, BUFSIZE, in bcd2000_init_midi() 342 bcd2k->midi_out_buf, BUFSIZE, in bcd2000_init_midi()
|
/linux-4.1.27/tools/perf/util/ |
D | lzma.c | 7 #define BUFSIZE 8192 macro 33 u8 buf_in[BUFSIZE]; in lzma_decompress_to_file() 34 u8 buf_out[BUFSIZE]; in lzma_decompress_to_file()
|
/linux-4.1.27/tools/perf/tests/ |
D | attr.c | 42 #define BUFSIZE 1024 macro 46 char buf[BUFSIZE]; \ 49 size = snprintf(buf, BUFSIZE, #str "=%"fmt "\n", data); \
|
D | dso-data.c | 265 #define BUFSIZE 10 in test__dso_data_cache() macro 266 u8 buf[BUFSIZE]; in test__dso_data_cache() 269 n = dso__data_read_offset(dso, &machine, 0, buf, BUFSIZE); in test__dso_data_cache() 270 TEST_ASSERT_VAL("failed to read dso", n == BUFSIZE); in test__dso_data_cache()
|
/linux-4.1.27/drivers/i2c/busses/ |
D | i2c-jz4780.c | 147 #define BUFSIZE 200 macro 171 int data_buf[BUFSIZE]; 172 int cmd_buf[BUFSIZE]; 787 memset(i2c->cmd_buf, 0, BUFSIZE); in jz4780_i2c_probe() 788 memset(i2c->data_buf, 0, BUFSIZE); in jz4780_i2c_probe()
|
/linux-4.1.27/drivers/misc/sgi-gru/ |
D | grukservices.c | 1107 #define BUFSIZE 200 macro 1110 char buf1[BUFSIZE], buf2[BUFSIZE]; in quicktest3() 1115 gru_copy_gpa(uv_gpa(buf2), uv_gpa(buf1), BUFSIZE); in quicktest3() 1116 if (memcmp(buf1, buf2, BUFSIZE)) { in quicktest3()
|
/linux-4.1.27/include/linux/usb/ |
D | r8a66597.h | 385 #define BUFSIZE 0x7C00 /* b14-10: Pipe buffer size */ macro
|
/linux-4.1.27/drivers/staging/mt29f_spinand/ |
D | mt29f_spinand.c | 26 #define BUFSIZE (10 * 64 * 2048) macro 873 state->buf = devm_kzalloc(&spi_nand->dev, BUFSIZE, GFP_KERNEL); in spinand_probe()
|
/linux-4.1.27/drivers/ps3/ |
D | ps3av.c | 35 #define BUFSIZE 4096 /* vuart buf size */ macro
|