Home
last modified time | relevance | path

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

/samples/hidraw/
Dhid-example.c48 struct hidraw_devinfo info; in main() local
60 memset(&info, 0x0, sizeof(info)); in main()
97 res = ioctl(fd, HIDIOCGRAWINFO, &info); in main()
103 info.bustype, bus_str(info.bustype)); in main()
104 printf("\tvendor: 0x%04hx\n", info.vendor); in main()
105 printf("\tproduct: 0x%04hx\n", info.product); in main()
/samples/seccomp/
Dbpf-direct.c61 static void emulator(int nr, siginfo_t *info, void *void_context) in emulator() argument
68 if (info->si_code != SYS_SECCOMP) in emulator()