Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/vfs/
H A Dvfs_fsevents.c1369 uint16_t tmp16; in copy_out_kfse() local
1540 tmp16 = FSE_ARG_DONE; in copy_out_kfse()
1541 memcpy(&evbuff[evbuff_idx], &tmp16, sizeof(uint16_t)); in copy_out_kfse()
1565 uint16_t tmp16; in fmod_watch() local
1613 tmp16 = FSE_ARG_DONE; // makes it a consistent msg in fmod_watch()
1614 error = uiomove((caddr_t)&tmp16, sizeof(int16_t), uio); in fmod_watch()