OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BSIZE
(Results
1 - 10
of
10
) sorted by null
/external/ltp/testcases/kernel/fs/fs_di/
create_datafile.c
37
#define
BSIZE
1048576L
43
char buf[
BSIZE
];
49
BSIZE
);
55
for (i = 1; i <
BSIZE
; i++)
57
buf[
BSIZE
- 1] = 'Z';
63
if (write(fd, buf,
BSIZE
) == -1)
/external/ltp/testcases/network/nfs/nfs_stress/
nfs04_create_file.c
37
#define
BSIZE
1048576L
43
char buf[
BSIZE
];
49
BSIZE
);
55
for (i = 1; i <
BSIZE
; i++)
57
buf[
BSIZE
- 1] = 'Z';
63
if (write(fd, buf,
BSIZE
) == -1)
/external/ltp/testcases/kernel/fs/lftest/
lftest.c
40
#define
BSIZE
1048576L
41
char buf[
BSIZE
];
54
printf("usage:<# of %ld buffers to write>\n",
BSIZE
);
62
for (i = 1; i <
BSIZE
; i++)
64
buf[
BSIZE
- 1] = 'Z';
70
if (write(fd, buf,
BSIZE
) == -1)
78
if (lseek(fd, (i + 1) *
BSIZE
, 0) == -1)
/external/ltp/testcases/kernel/syscalls/memset/
memset01.c
46
#undef
BSIZE
47
#define
BSIZE
4096
52
char buf[
BSIZE
];
103
for (i = 0; i <
BSIZE
; i++)
/external/ltp/testcases/kernel/syscalls/memcmp/
memcmp01.c
46
#undef
BSIZE
47
#define
BSIZE
4096
52
char buf[
BSIZE
];
194
for (i = 0; i <
BSIZE
; i++)
/external/ltp/testcases/kernel/syscalls/memcpy/
memcpy01.c
51
#undef
BSIZE
52
#define
BSIZE
4096
61
char buf[
BSIZE
];
143
for (i = 0; i <
BSIZE
; i++)
/external/ltp/testcases/kernel/fs/doio/
write_log.c
76
#ifndef
BSIZE
78
#define
BSIZE
DEV_BSIZE
81
#define
BSIZE
512
266
char buf[
BSIZE
* 32], *bufend, *cp, *bufstart;
growfiles.c
320
#ifndef
BSIZE
322
#define
BSIZE
1024
324
#define
BSIZE
512
326
#endif /*
BSIZE
*/
430
bytes_to_consume *=
BSIZE
;
[
all
...]
iogen.c
73
#ifndef
BSIZE
75
#define
BSIZE
DEV_BSIZE
77
#define
BSIZE
512
477
Mintrans, (Mintrans +
BSIZE
- 1) /
BSIZE
);
481
Maxtrans, (Maxtrans +
BSIZE
- 1) /
BSIZE
);
489
Rawmult, (Rawmult +
BSIZE
- 1) /
BSIZE
);
619
random_range(Mintrans, Maxtrans,
BSIZE
, NULL)
[
all
...]
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Tpm20.h
84
typedef UINT16
BSIZE
;
[
all
...]
Completed in 1298 milliseconds