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

/macosx-10.5.8/xnu-1228.15.4/bsd/man/man2/
H A DMakefile135 rename.2 \
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dinit_sysent.c208 {AC(rename_args), 0, 0, (sy_call_t *)rename, munge_ww, munge_dd, _SYSCALL_RET_INT_T, 8}, /* 128 = rename */
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dsysproto.h1811 int rename(struct proc *, struct rename_args *, int *);
/macosx-10.5.8/xnu-1228.15.4/tools/tests/xnu_quick_test/
H A Dtests.c3577 * Test rename, stat system calls.
3612 /* get a unique name for our rename test */
3626 /* test rename */
3627 my_err = rename( my_pathp, my_new_pathp );
3629 printf( "rename - failed with error %d - \"%s\" \n", errno, strerror( errno) );
3636 printf( "rename call failed - found old name \n" );
3647 printf( "rename failed - wrong file id \n" );
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_syscalls.c2716 * Call out to allow 3rd party notification of rename.
2830 /* call out to allow 3rd party notification of rename.
4713 rename(__unused proc_t p, struct rename_args *uap, __unused register_t *retval) function
4757 * Translate error code for rename("dir1", "dir2/.").
4850 * being valid. If so, simply re-drive the rename call from the
4869 * being valid. If so, simply re-drive the rename call from the
4913 * Check for cross-device rename.
5037 * we may no longer be dealing with a rename
5123 * try to create the entry. In this case, we should re-drive this rename
5134 /* call out to allow 3rd party notification of rename
[all...]

Completed in 88 milliseconds