Searched refs:linkat (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/sys/
H A Dlink.c34 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 Dlink.c51 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 DMakefile214 linkat.2 \
345 linkat.2 := LINKSRC = link.2
/illumos-gate/usr/src/boot/include/
H A Dunistd.h433 int linkat(int, const char *, int, const char *, int);
/illumos-gate/usr/src/uts/common/os/
H A Dsysent.c98 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 Dunistd.h571 extern int linkat(int, const char *, int, const char *, int);
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dfake_vop.c490 * (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