Searched refs:AT_REMOVEDIR (Results 1 - 16 of 16) sorted by relevance
/illumos-gate/usr/src/lib/libbc/libc/sys/sys5/ |
H A D | rmdir.c | 34 return (_syscall(SYS_unlinkat, AT_FDCWD, d, AT_REMOVEDIR));
|
/illumos-gate/usr/src/lib/libbc/libc/sys/4.2/ |
H A D | rmdir.c | 36 ret = _syscall(SYS_unlinkat, AT_FDCWD, d, AT_REMOVEDIR);
|
/illumos-gate/usr/src/lib/libc/port/sys/ |
H A D | unlink.c | 57 return (unlinkat(AT_FDCWD, name, AT_REMOVEDIR));
|
/illumos-gate/usr/src/uts/common/syscall/ |
H A D | unlink.c | 64 (flags == AT_REMOVEDIR) ? RMDIRECTORY : RMFILE); 81 return (unlinkat(AT_FDCWD, name, AT_REMOVEDIR));
|
/illumos-gate/usr/src/lib/libbc/inc/include/sys/ |
H A D | fcntlcom.h | 153 #define AT_REMOVEDIR 0x1 macro
|
/illumos-gate/usr/src/cmd/cpio/ |
H A D | cpio.h | 306 #define AT_REMOVEDIR 0x0001 macro
|
H A D | cpio.c | 9720 if (flag == AT_REMOVEDIR) {
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | fcntl.h | 387 #define AT_REMOVEDIR 0x1 macro
|
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | fcntl.h | 210 #define AT_REMOVEDIR 0x800 /* Remove directory instead of file */ macro
|
/illumos-gate/usr/src/lib/brand/solaris10/s10_brand/common/ |
H A D | s10_deleted.c | 289 AT_FDCWD, name, AT_REMOVEDIR));
|
/illumos-gate/usr/src/cmd/rm/ |
H A D | rm.c | 376 flag = AT_REMOVEDIR;
|
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/ |
H A D | fake_vop.c | 583 if (unlinkat(dvp->v_fd, name, AT_REMOVEDIR) == -1)
|
/illumos-gate/usr/src/cmd/tar/ |
H A D | tar.c | 100 #define AT_REMOVEDIR 0x1 macro 3372 if (unlinkat(dirfd, comp, AT_REMOVEDIR) < 0) { 6654 if (unlinkat(fd, comp, AT_REMOVEDIR) < 0) { 6665 AT_REMOVEDIR); 8562 if (flag == AT_REMOVEDIR)
|
/illumos-gate/usr/src/cmd/truss/ |
H A D | print.c | 2821 else if (!raw && val == AT_REMOVEDIR) 2822 outstring(pri, "AT_REMOVEDIR");
|
H A D | systable.c | 1417 (Lsp->pr_sysarg[2] == AT_REMOVEDIR)? 2 :
|
/illumos-gate/usr/src/uts/common/c2/ |
H A D | audit_event.c | 1182 if (uap->flags & AT_REMOVEDIR)
|
Completed in 199 milliseconds