Searched refs:io_async_ref64_t (Results 1 - 3 of 3) sorted by relevance

/xnu-2782.1.97/osfmk/device/
H A Ddevice_types.h102 typedef io_user_reference_t io_async_ref64_t[8]; typedef
109 typedef io_user_reference_t io_async_ref64_t[8]; typedef
116 typedef uint64_t io_async_ref64_t[8]; typedef
H A Ddevice.defs106 type io_async_ref64_t = array[*:8] of io_user_reference_t;
113 type io_async_ref64_t = array[*:8] of io_user_reference_t;
120 type io_async_ref64_t = array[*:8] of uint64_t;
619 in reference : io_async_ref64_t;
654 in reference : io_async_ref64_t;
662 in reference : io_async_ref64_t;
671 in reference : io_async_ref64_t;
784 in reference : io_async_ref64_t;
/xnu-2782.1.97/iokit/Kernel/
H A DIOUserClient.cpp2001 io_async_ref64_t reference,
2006 matching, 0, wake_port, &reference[0], sizeof(io_async_ref64_t),
2035 io_async_ref64_t reference,
2040 matching, matchingCnt, wake_port, &reference[0], sizeof(io_async_ref64_t),
2097 io_async_ref64_t reference,
2103 matching, matchingCnt, wake_port, &reference[0], sizeof(io_async_ref64_t),
2189 io_async_ref64_t reference,
2194 wake_port, &reference[0], sizeof(io_async_ref64_t), true, notification));
3508 io_async_ref64_t reference,
3713 io_async_ref64_t _referenc
[all...]

Completed in 24 milliseconds