Home
last modified time | relevance | path

Searched refs:tmp16 (Results 1 – 1 of 1) sorted by relevance

/xnu-12377.81.4/bsd/vfs/
H A Dvfs_fsevents.c1666 uint16_t tmp16; in copy_out_kfse() local
1938 tmp16 = FSE_ARG_DONE; in copy_out_kfse()
1939 memcpy(&evbuff[evbuff_idx], &tmp16, sizeof(uint16_t)); in copy_out_kfse()
1963 uint16_t tmp16; in fmod_watch() local
2011 tmp16 = FSE_ARG_DONE; // makes it a consistent msg in fmod_watch()
2012 error = uiomove((caddr_t)&tmp16, sizeof(int16_t), uio); in fmod_watch()