/illumos-gate/usr/src/cmd/make/lib/vroot/ |
H A D | readlink.cc | 29 extern int readlink(const char *path, void *buf, size_t bufsiz); 36 vroot_result= readlink(path, vroot_args.readlink.buffer, vroot_args.readlink.buffer_size); in readlink_thunk() 42 vroot_args.readlink.buffer= buffer; in readlink_vroot() 43 vroot_args.readlink.buffer_size= buffer_size; in readlink_vroot()
|
H A D | Makefile | 30 readlink.o \
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/ |
H A D | univlib.h | 40 __STDPP__directive pragma pp:hide getuniverse readlink setuniverse symlink universe 43 #define readlink ______readlink 60 __STDPP__directive pragma pp:nohide getuniverse readlink setuniverse symlink universe 63 #undef readlink 88 extern int readlink(const char*, char*, int);
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/misc/ |
H A D | tst.macroglob.ksh.out | 6 readlink entry 11 readlink entry 15 readlink entry
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/ |
H A D | readlink.c | 28 NoN(readlink) 41 readlink(const char* path, char* buf, int siz)
|
/illumos-gate/usr/src/lib/libc/port/sys/ |
H A D | readlink.c | 43 #pragma weak _readlink = readlink 45 readlink(const char *path, char *buf, size_t bufsize) in readlink() function
|
/illumos-gate/usr/src/cmd/fs.d/nfs/dtrace/ |
H A D | nfs-trace.d | 76 nfsv3:::op-readlink-start, 110 nfsv3:::op-readlink-done, 179 nfsv4:::op-readlink-start, 218 nfsv4:::op-readlink-done,
|
/illumos-gate/usr/src/cmd/fs.d/nfs/nfsref/ |
H A D | nfsref.c | 109 err = readlink(sl_path, buf, SYMLINK_MAX); in addref() 205 err = readlink(sl_path, buf, SYMLINK_MAX); in delref() 271 err = readlink(sl_path, buf, SYMLINK_MAX); in lookup()
|
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/ |
H A D | smb_reparse.c | 65 if (readlink(path, symbuf, MAXREPARSELEN) == -1) in smb_reparse_stat() 206 if ((rc = readlink(path, rp_data, MAXREPARSELEN)) == -1) { in smb_reparse_init()
|
/illumos-gate/usr/src/cmd/make/include/vroot/ |
H A D | args.h | 75 } readlink; member
|
/illumos-gate/usr/src/lib/lib9p/common/backend/ |
H A D | backend.h | 51 int (*readlink)(void *, struct l9p_request *); member
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/path/ |
H A D | pathgetlink.c | 46 if ((n = readlink(name, buf, siz)) < 0) return(-1); in pathgetlink()
|
H A D | pathprog.c | 62 if ((n = readlink(_PROC_PROG, path, size)) > 0 && *path == '/') in prog()
|
/illumos-gate/usr/src/tools/make/lib/vroot/ |
H A D | Makefile | 30 readlink.o \
|
/illumos-gate/usr/src/lib/sun_fc/common/ |
H A D | HBANPIVPort.cc | 97 if ((count = readlink(node,buf,sizeof(buf)))) { in lookupControllerPath()
|
/illumos-gate/usr/src/man/man2/ |
H A D | Makefile | 116 readlink.2 \ 377 readlinkat.2 := LINKSRC = readlink.2
|
/illumos-gate/usr/src/tools/protolist/ |
H A D | protolist.c | 122 if ((c = readlink(path, symsrc, MAXPATHLEN)) == -1) in visit_dir()
|
/illumos-gate/usr/src/uts/common/syscall/ |
H A D | readlink.c | 119 readlink(char *name, char *buf, size_t count) in readlink() function
|
/illumos-gate/usr/src/cmd/svr4pkg/pkgproto/ |
H A D | main.c | 214 if ((s = readlink(path, mylocal, PATH_MAX)) > 0) { in output() 459 n = readlink(path, buf, PATH_MAX); in findlink()
|
/illumos-gate/usr/src/cmd/fs.d/nfs/statd/ |
H A D | sm_statd.c | 490 n = readlink(path, rname, MAXNAMELEN); in thr_call_statd() 899 n = readlink(from, rname, MAXNAMELEN); in move_file() 1055 n = readlink(path, rname, MAXNAMELEN); in remove_single_name() 1129 n = readlink(lpath, rname, MAXNAMELEN); in count_symlinks()
|
/illumos-gate/usr/src/lib/libdevinfo/ |
H A D | devinfo_realpath.c | 191 slen = readlink(resolved, symlink, in s_realpath()
|
/illumos-gate/usr/src/cmd/hal/probing/printer/ |
H A D | probe-printer.c | 90 if ((readlink(path, lpath, sizeof (lpath)) > 0) && in prnio_device_name()
|
/illumos-gate/usr/src/test/zfs-tests/include/ |
H A D | blkdev.shlib | 129 readlink $DEV_MPATHDIR/$disk > /dev/null 2>&1 262 dm_name="$(readlink $DEV_DSKDIR/$disk \ 306 dm_name="$(readlink $DEV_DSKDIR/$disk \
|
/illumos-gate/usr/src/cmd/allocate/ |
H A D | mkdevalloc.c | 291 if ((sz = readlink(tape[i].name, linkvalue, in dotape() 498 if ((sz = readlink(audio[i].name, linkvalue, in doaudio() 706 if ((sz = readlink(fp[i].name, linkvalue, in dofloppy() 873 if ((sz = readlink(cd[i].name, linkvalue, sizeof (linkvalue))) < in docd()
|
/illumos-gate/usr/src/uts/sparc/os/ |
H A D | name_to_sysnum | 85 readlink 90
|