Home
last modified time | relevance | path

Searched refs:stat_buf (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/nolibc/
H A Dnolibc-test.c1078 struct stat stat_buf; in test_mmap_munmap()
1109 ret = fstat(fd, &stat_buf); in test_mmap_munmap()
1115 if (stat_buf.st_size != 42) { in test_mmap_munmap()
1290 struct stat stat_buf; in run_syscall()
1313 ret = stat(files[i], &stat_buf); in run_syscall()
1321 file_size = stat_buf.st_size; in run_syscall()
1418 struct stat stat_buf; in run_syscall()
1425 ret = fstat(fd, &stat_buf); in test_difftime()
1431 if ((stat_buf.st_mode & 0777) != mode) in run_stdlib()
1458 struct stat stat_buf; in run_stdlib()
1082 struct stat stat_buf; test_mmap_munmap() local
1211 struct stat stat_buf; test_namespace() local
1281 struct stat stat_buf; run_syscall() local
1808 struct stat stat_buf; prepare() local
[all...]
/linux/drivers/net/wireless/atmel/
H A Dat76c50x-usb.c685 u8 *stat_buf; in at76_get_cmd_status() local
688 stat_buf = kmalloc(40, GFP_NOIO); in at76_get_cmd_status()
689 if (!stat_buf) in at76_get_cmd_status()
694 USB_RECIP_INTERFACE, cmd, 0, stat_buf, in at76_get_cmd_status()
697 ret = stat_buf[5]; in at76_get_cmd_status()
698 kfree(stat_buf); in at76_get_cmd_status()