Lines Matching defs:data
42 /// Returns whenever there is no remaining data in the write buffer
60 /// - NOTE_EXIT: the process has exited. The exit status will be stored in data.
228 data: intptr_t,
237 // data can be either i64 or intptr_t, depending on platform
238 data: data as _,
261 pub fn data(&self) -> intptr_t {
262 self.kevent.data as intptr_t
333 ev.kevent.data = 0;
356 assert_eq!(0x1337, actual.data());