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

/macosx-10.5.8/xnu-1228.15.4/bsd/man/man2/
H A DMakefile42 exchangedata.2 \
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dinit_sysent.c328 {AC(exchangedata_args), 0, 0, (sy_call_t *)exchangedata, munge_www, munge_ddd, _SYSCALL_RET_INT_T, 12}, /* 223 = exchangedata */
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dsysproto.h1884 int exchangedata(struct proc *, struct exchangedata_args *, int *);
/macosx-10.5.8/xnu-1228.15.4/tools/tests/xnu_quick_test/
H A Dtests.c4219 * Test exchangedata system calls.
4240 /* ufs does not support exchangedata */
4301 /* test exchangedata */
4302 my_err = exchangedata( my_file1_pathp, my_file2_pathp, 0 );
4304 printf( "exchangedata failed with error %d - \"%s\" \n", errno, strerror( errno) );
4322 printf( "exchangedata failed - incorrect data in file \n" );
4398 /* ufs does not support exchangedata */
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_syscalls.c6036 exchangedata (__unused proc_t p, struct exchangedata_args *uap, __unused register_t *retval) function
6133 /* call out to allow 3rd party notification of exchangedata.

Completed in 45 milliseconds