Home | History | Annotate | Download | only in uuid

Lines Matching refs:out

25 //     OUT PULONG p1,
26 // OUT PULONG p2,
27 // OUT PULONG p3,
28 // OUT PUCHAR Seed // 6 bytes
81 void uuid_generate(uuid_t out)
86 ((NtAllocateUuids_2000)NtAllocateUuids)(out, ((char*)out)+8, ((char*)out)+12, &seed[0] );
90 NtAllocateUuids(out, ((char*)out)+8, ((char*)out)+12);