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

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_fsevents.c1223 uint16_t tmp16; local
1358 tmp16 = FSE_ARG_DONE;
1359 memcpy(&evbuff[evbuff_idx], &tmp16, sizeof(uint16_t));
1383 uint16_t tmp16; local
1431 tmp16 = FSE_ARG_DONE; // makes it a consistent msg
1432 error = uiomove((caddr_t)&tmp16, sizeof(int16_t), uio);

Completed in 23 milliseconds