Searched refs:info (Results 1 – 2 of 2) sorted by relevance
48 struct hidraw_devinfo info; in main() local60 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()
61 static void emulator(int nr, siginfo_t *info, void *void_context) in emulator() argument68 if (info->si_code != SYS_SECCOMP) in emulator()