Searched refs:kev32 (Results 1 – 1 of 1) sorted by relevance
2371 struct kevent32 kev32; in ktrstructarray() local2373 if (ksa->struct_size != sizeof(kev32)) in ktrstructarray()2375 memcpy(&kev32, data, sizeof(kev32)); in ktrstructarray()2377 kev.ident = kev32.ident; in ktrstructarray()2378 kev.filter = kev32.filter; in ktrstructarray()2379 kev.flags = kev32.flags; in ktrstructarray()2380 kev.fflags = kev32.fflags; in ktrstructarray()2382 kev.data = kev32.data2 | ((int64_t)kev32.data1 << 32); in ktrstructarray()2384 kev.data = kev32.data1 | ((int64_t)kev32.data2 << 32); in ktrstructarray()2386 kev.udata = (void *)(uintptr_t)kev32.udata; in ktrstructarray()[all …]