Searched refs:linkat (Results 1 - 7 of 7) sorted by relevance
/illumos-gate/usr/src/lib/libc/port/sys/ |
H A D | link.c | 34 linkat(int fd1, const char *path1, int fd2, const char *path2, int flag) function 56 return (linkat(AT_FDCWD, path1, AT_FDCWD, path2, 62 return (linkat(AT_FDCWD, path1, AT_FDCWD, path2, 0));
|
/illumos-gate/usr/src/uts/common/syscall/ |
H A D | link.c | 51 linkat(int ffd, char *from, int tfd, char *to, int flag) function 84 return (linkat(AT_FDCWD, from, AT_FDCWD, to, 0));
|
/illumos-gate/usr/src/man/man2/ |
H A D | Makefile | 214 linkat.2 \ 345 linkat.2 := LINKSRC = link.2
|
/illumos-gate/usr/src/boot/include/ |
H A D | unistd.h | 433 int linkat(int, const char *, int, const char *, int);
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | sysent.c | 98 int linkat(int, char *, int, char *, int); 448 /* 7 */ SYSENT_CI("linkat", linkat, 5), 829 /* 7 */ SYSENT_CI("linkat", linkat, 5),
|
/illumos-gate/usr/src/head/ |
H A D | unistd.h | 571 extern int linkat(int, const char *, int, const char *, int);
|
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/ |
H A D | fake_vop.c | 490 * (fr_vp->v_fd, NULL) but linkat does not permit it. 492 err = linkat(AT_FDCWD, fr_vp->v_path, to_dvp->v_fd, to_name,
|
Completed in 69 milliseconds