Searched defs:symlink (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/libbc/libc/sys/4.2/
H A Dsymlink.c30 symlink(char *t, char *f) function
/illumos-gate/usr/src/lib/libbc/libc/sys/sys5/
H A Dsymlink.c30 symlink(char *t, char *f) function
/illumos-gate/usr/src/lib/libc/port/sys/
H A Dsymlink.c37 #pragma weak _symlink = symlink
39 symlink(const char *path1, const char *path2) function
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo_realpath.c72 * Find the real name of path, by removing all ".", ".." and symlink
88 char left[PATH_MAX], next_token[PATH_MAX], symlink[PATH_MAX]; local
193 slen = readlink(resolved, symlink,
194 sizeof (symlink) - 1);
197 symlink[slen] = '\0';
199 if (symlink[0] == '/') {
212 * append them to symlink. The result is placed
216 if (symlink[slen - 1] != '/') {
217 if (slen + 1 >= sizeof (symlink)) {
221 symlink[sle
[all...]
/illumos-gate/usr/src/uts/common/syscall/
H A Dsymlink.c115 symlink(char *target, char *linkname) function
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dnl7clogd.c54 * the symlink "current" to 1 of up to 16 NCA BLF logging files, by default
104 * dir - path to the directory where the current logfile symlink
107 * symlink - name of the logfile symlink.
109 * symlink_path - path to the logfile symlink.
127 static caddr_t symlink = "current"; variable
327 /* Remove the current symlink */
328 (void) VOP_REMOVE(nca_fio_dvp(&fio), symlink, kcred, NULL, 0); local
334 /* Create symlink to the new log file */
335 ret = VOP_SYMLINK(nca_fio_dvp(&fio), symlink,
[all...]
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_vfsops.c1225 * of that symlink.
1227 * (get symlink text) PUTFH READLINK
1266 /* 0. putfh symlink fh */
1319 /* treat symlink name as data */
1353 * Resolve a symbolic link path. The symlink is in the nth component of
1356 * component resolved to its symlink text.
1363 char *symlink, *newpath; local
1370 error = getlinktext_otw(mi, fh, &symlink, cr, flags);
1372 if (error || symlink == NULL || strlen(symlink)
[all...]
H A Dnfs4_srv.c1693 * symlink names must be treated as data
2680 * XXX if the vnode is a symlink and it is not visible in
2681 * a pseudo filesystem, return ENOENT (not following symlink).
2682 * V4 client can not mount such symlink. This is a regression
3800 /* Get an artificial symlink based on a referral */
3867 utf8string *symlink = (utf8string *)&resp->link; local
3869 if (symlink->utf8string_val) {
3870 UTF8STRING_FREE(*symlink)
9842 /* Allocate the symlink buffer and fill it */
9869 * can send it a symlink instea
[all...]
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs.h598 nfsstat rl_status; /* status of symlink read */
711 * arguments to symlink
1397 nfs_fh3 symlink; member in struct:READLINK3args
1629 symlinkdata3 symlink; member in struct:SYMLINK3args

Completed in 86 milliseconds