Searched refs:SYSCALL_UNLINK (Results 1 – 2 of 2) sorted by relevance
| /CafeSDK-2.12.13-1/system/src/lib/libsys/ | ||
| D | indsyscl.h | 54 #define SYSCALL_UNLINK 0x20008 /* unlink(fname) */ macro |
| D | ind_io.c | 242 return __ghs_syscall(SYSCALL_UNLINK, name); in __ghs_hostio_unlink() |