Searched refs:phow (Results 1 – 2 of 2) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/openat2/ |
D | openat203.c | 13 static struct open_how_pad *phow; variable 34 …, AT_FDCWD, TEST_FILE, O_RDWR | O_CREAT, S_IRWXU, 0, (struct open_how **)&phow, sizeof(*how) + 8, … 40 phow->pad = 0xDEAD; in setup() 77 {&phow, .size = sizeof(*phow)},
|
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) +… 55 phow->pad = 0x00; in setup() 95 {&phow, .size = sizeof(*phow)},
|