Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/vfs/
H A Dvfs_fsevents.c1419 uint16_t tmp16; in copy_out_kfse() local
1590 tmp16 = FSE_ARG_DONE; in copy_out_kfse()
1591 memcpy(&evbuff[evbuff_idx], &tmp16, sizeof(uint16_t)); in copy_out_kfse()
1615 uint16_t tmp16; in fmod_watch() local
1663 tmp16 = FSE_ARG_DONE; // makes it a consistent msg in fmod_watch()
1664 error = uiomove((caddr_t)&tmp16, sizeof(int16_t), uio); in fmod_watch()