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

/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Dadsp_Write.c82 goto unlink;
92 goto unlink;
100 goto unlink;
123 unlink:
/macosx-10.5.8/xnu-1228.15.4/bsd/man/man2/
H A DMakefile187 unlink.2 \
/macosx-10.5.8/xnu-1228.15.4/tools/tests/xnu_quick_test/
H A Dmisc.c121 my_err = unlink( my_pathp );
123 printf( "unlink failed with error %d - \"%s\" \n", errno, strerror( errno) );
H A Dtests.c619 * Test link, stat and unlink system calls.
718 /* now make sure unlink works OK */
719 my_err = unlink( my_path2p );
721 printf( "unlink call failed. got errno %d - %s. \n", errno, strerror( errno ) );
1190 unlink( my_link_pathp );
4919 my_err = unlink( my_pathp );
4921 printf( "unlink failed with error %d - \"%s\" \n", errno, strerror( errno) );
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Din6.c1177 goto unlink;
1207 goto unlink;
1211 * not just go to unlink.
1387 unlink:
1481 printf("Couldn't unlink in6_ifaddr from in6_ifaddr\n");
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dinit_sysent.c57 {AC(unlink_args), 0, 0, (sy_call_t *)unlink, munge_w, munge_d, _SYSCALL_RET_INT_T, 4}, /* 10 = unlink */
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dskiplists.s702 bne++ cr1,mapRem64a ; loop if another list to unlink from
736 bne+ cr1,mapRem32a ; loop if another list to unlink from
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dsysproto.h1708 int unlink(struct proc *, struct unlink_args *, int *);
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_syscalls.c2942 /* unlink or delete is allowed on rsrc forks and named streams */
3078 unlink(__unused proc_t p, struct unlink_args *uap, __unused register_t *retval) function
3656 * Check if we raced (post lookup) against the last unlink of a file.
3675 * Check if we raced (post lookup) against the last unlink of a file.

Completed in 115 milliseconds