Searched refs:phow (Results 1 - 2 of 2) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/openat2/ |
H A D | openat201.c | 14 static struct open_how_pad *phow; variable 42 {&fd_atcwd, TEST_FILE, O_RDWR, S_IRWXU, RESOLVE_IN_ROOT, (struct open_how **)&phow, sizeof(*how) + 8}, 55 phow->pad = 0x00; in setup() 95 {&phow, .size = sizeof(*phow)},
|
H A D | openat203.c | 13 static struct open_how_pad *phow; variable 34 {"invalid-size-big-with-pad", AT_FDCWD, TEST_FILE, O_RDWR | O_CREAT, S_IRWXU, 0, (struct open_how **)&phow, sizeof(*how) + 8, E2BIG}, 40 phow->pad = 0xDEAD; in setup() 77 {&phow, .size = sizeof(*phow)},
|
Completed in 1 milliseconds