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

/darwin-on-arm/xnu/tools/tests/libMicro/apple/
H A Dlmbench_bw_unix.c75 void touch(char *buf, int nbytes);
203 touch(state->buf, XFERSIZE);
331 touch(buf, XFERSIZE);
342 touch(char *buf, int nbytes) function
/darwin-on-arm/xnu/bsd/kern/
H A Dmakesyscalls.sh62 touch $syslegal $sysent $sysinc $sysarg $sysprotoend $syscallnamestempfile $syshdrtempfile $audittempfile
H A Dkern_event.c1699 * Call touch routine to notify filter of changes
1749 int touch; local
1768 touch = 0;
1775 touch = (!kn->kn_fop->f_isfd && kn->kn_fop->f_touch != NULL);
1777 if (revalidate || touch) {
1781 /* call the filter/touch routines with just a ref */
1789 /* capture the kevent data - using touch if specified */
1790 if (result && touch) {
1804 if (!touch) {
1848 } else if (!touch || k
[all...]
H A Dsys_pipe.c291 /* Bitmap for things to touch in pipe_touch() */
297 pipe_touch(struct pipe *tpipe, int touch) argument
303 if (touch & PIPE_ATIME) {
308 if (touch & PIPE_MTIME) {
313 if (touch & PIPE_CTIME) {
/darwin-on-arm/xnu/tools/tests/libMicro/
H A DbenchDS.sh98 touch $IFILE
99 /usr/bin/touch /private/var/tmp/lmbench
H A Dbench.sh103 touch $IFILE
104 /usr/bin/touch /private/var/tmp/lmbench
H A Dcoreos_bench.sh111 touch $IFILE
112 /usr/bin/touch /private/var/tmp/lmbench
H A Dembd_bench.sh110 touch $IFILE
111 /usr/bin/touch /private/var/tmp/lmbench

Completed in 38 milliseconds