OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bt_buf
(Results
1 - 1
of
1
) sorted by null
/external/linux-kselftest/tools/testing/selftests/x86/
mpx-dig.c
194
static char
bt_buf
[MPX_BOUNDS_TABLE_SIZE_BYTES];
local
199
int read_ret = read(fd, &
bt_buf
, sizeof(
bt_buf
));
200
if (read_ret != sizeof(
bt_buf
))
202
return &
bt_buf
;
214
char *
bt_buf
;
local
219
bt_buf
= read_bounds_table_into_buf(table_vaddr);
234
bt_entry_buf = (void *)&
bt_buf
[offset_inside_bt];
235
if (!
bt_buf
) {
236
printf("null
bt_buf
\n")
[
all
...]
Completed in 411 milliseconds