| /OK3568_Linux_fs/kernel/drivers/s390/char/ |
| H A D | tape_3590.c | 21 #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 …]
|
| /OK3568_Linux_fs/kernel/arch/sparc/boot/ |
| H A D | piggyback.c | 126 #define BUFSIZE 1024 macro 137 char buffer[BUFSIZE]; in get_hdrs_offset() 143 if (read(kernelfd, buffer, BUFSIZE) != BUFSIZE) in get_hdrs_offset() 159 if (read(kernelfd, buffer, BUFSIZE) != BUFSIZE) in get_hdrs_offset()
|
| /OK3568_Linux_fs/u-boot/board/samsung/smdkv310/tools/ |
| H A D | mksmdkv310spl.c | 16 #define BUFSIZE (16*1024) macro 36 unsigned char buffer[BUFSIZE] = {0}; in main() 83 if (write(ofd, buffer, BUFSIZE) != BUFSIZE) { in main()
|
| /OK3568_Linux_fs/kernel/arch/x86/tools/ |
| H A D | insn_decoder_test.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()
|
| /OK3568_Linux_fs/u-boot/board/samsung/origen/tools/ |
| H A D | mkorigenspl.c | 15 #define BUFSIZE (16*1024) macro 38 unsigned char buffer[BUFSIZE] = {0}; in main() 92 if (write(ofd, buffer, BUFSIZE) != BUFSIZE) { in main()
|
| /OK3568_Linux_fs/kernel/sound/usb/bcd2000/ |
| H A D | bcd2000.c | 21 #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()
|
| /OK3568_Linux_fs/external/xserver/os/ |
| H A D | io.c | 119 #define BUFSIZE 16384 macro 372 (oci->bufcnt < BUFSIZE) && (needed < BUFSIZE)) { in ReadRequestFromClient() 375 ibuf = (char *) realloc(oci->buffer, BUFSIZE); in ReadRequestFromClient() 377 oci->size = BUFSIZE; in ReadRequestFromClient() 921 if (notWritten + BUFSIZE <= INT_MAX) { in FlushClient() 922 obuf = realloc(oco->buf, notWritten + BUFSIZE); in FlushClient() 930 oco->size = notWritten + BUFSIZE; in FlushClient() 983 oci->buffer = malloc(BUFSIZE); in AllocateInputBuffer() 988 oci->size = BUFSIZE; in AllocateInputBuffer() 1004 oco->buf = calloc(1, BUFSIZE); in AllocateOutputBuffer() [all …]
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | lzma.c | 15 #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 D | cpumap.c | 73 #define BUFSIZE 1024 in cpu_map__fprintf() macro 74 char buf[BUFSIZE]; in cpu_map__fprintf() 78 #undef BUFSIZE in cpu_map__fprintf()
|
| /OK3568_Linux_fs/kernel/tools/perf/tests/ |
| H A D | dso-data.c | 282 #define BUFSIZE 10 in test__dso_data_cache() macro 283 u8 buf[BUFSIZE]; in test__dso_data_cache() 286 n = dso__data_read_offset(dso, &machine, 0, buf, BUFSIZE); in test__dso_data_cache() 287 TEST_ASSERT_VAL("failed to read dso", n == BUFSIZE); in test__dso_data_cache()
|
| H A D | attr.c | 49 #define BUFSIZE 1024 macro 53 char buf[BUFSIZE]; \ 56 size = snprintf(buf, BUFSIZE, #str "=%"fmt "\n", data); \
|
| /OK3568_Linux_fs/kernel/drivers/misc/sgi-gru/ |
| H A D | grukservices.c | 1104 #define BUFSIZE 200 macro 1107 char buf1[BUFSIZE], buf2[BUFSIZE]; in quicktest3() 1112 gru_copy_gpa(uv_gpa(buf2), uv_gpa(buf1), BUFSIZE); in quicktest3() 1113 if (memcmp(buf1, buf2, BUFSIZE)) { in quicktest3()
|
| /OK3568_Linux_fs/kernel/drivers/i2c/busses/ |
| H A D | i2c-jz4780.c | 124 #define BUFSIZE 200 macro 163 int data_buf[BUFSIZE]; 164 int cmd_buf[BUFSIZE];
|
| /OK3568_Linux_fs/kernel/include/linux/usb/ |
| H A D | r8a66597.h | 386 #define BUFSIZE 0x7C00 /* b14-10: Pipe buffer size */ macro
|
| /OK3568_Linux_fs/u-boot/drivers/usb/host/ |
| H A D | r8a66597.h | 337 #define BUFSIZE 0x7C00 /* b14-10: Pipe buffer size */ macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | cpp.info | 1132 #define TABLESIZE BUFSIZE 1133 #define BUFSIZE 1024 1135 ==> BUFSIZE 1138 'TABLESIZE' is expanded first to produce 'BUFSIZE', then that macro is 1141 Notice that 'BUFSIZE' was not defined when 'TABLESIZE' was defined. 1143 this case, 'BUFSIZE'--and does not check to see whether it too contains 1147 This makes a difference if you change the definition of 'BUFSIZE' at 1149 always expand using the definition of 'BUFSIZE' that is currently in 1152 #define BUFSIZE 1020 1153 #define TABLESIZE BUFSIZE [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | cpp.info | 1132 #define TABLESIZE BUFSIZE 1133 #define BUFSIZE 1024 1135 ==> BUFSIZE 1138 'TABLESIZE' is expanded first to produce 'BUFSIZE', then that macro is 1141 Notice that 'BUFSIZE' was not defined when 'TABLESIZE' was defined. 1143 this case, 'BUFSIZE'--and does not check to see whether it too contains 1147 This makes a difference if you change the definition of 'BUFSIZE' at 1149 always expand using the definition of 'BUFSIZE' that is currently in 1152 #define BUFSIZE 1020 1153 #define TABLESIZE BUFSIZE [all …]
|
| /OK3568_Linux_fs/kernel/drivers/ps3/ |
| H A D | ps3av.c | 23 #define BUFSIZE 4096 /* vuart buf size */ macro
|
| /OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/ |
| H A D | README | 224 is now done in units of 256 (smallest BUFSIZE) and unsigned longs are used,
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/info/ |
| H A D | libc.info-12 | 7018 *RESULT, char *BUFFER, int BUFSIZE) 7029 size BUFSIZE pointed to by BUFFER. 7038 • BUFSIZE is too small for reading a complete new entry.
|
| H A D | libc.info-13 | 13881 ‘struct mntent * getmntent_r (FILE *STREAM, struct mntent *RESULT, char *BUFFER, int BUFSIZE)’
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/info/ |
| H A D | libc.info-12 | 7018 *RESULT, char *BUFFER, int BUFSIZE) 7029 size BUFSIZE pointed to by BUFFER. 7038 • BUFSIZE is too small for reading a complete new entry.
|
| H A D | libc.info-13 | 13881 ‘struct mntent * getmntent_r (FILE *STREAM, struct mntent *RESULT, char *BUFFER, int BUFSIZE)’
|