OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:READLINK
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/gpl2/lvm2/dist/scripts/
fsadm.sh
20
# mount, umount, grep,
readlink
, blockdev, blkid, fsck, xfs_check
46
READLINK
=
readlink
162
VOLUME=$($
READLINK
$READLINK_E "/dev/$VOLUME") || error "Cannot get
readlink
$1"
366
-a -n "$RMDIR" -a -n "$BLOCKDEV" -a -n "$BLKID" -a -n "$GREP" -a -n "$
READLINK
" \
371
$($
READLINK
-e / >/dev/null 2>&1) || READLINK_E="-f"
vgimportclone.sh
27
READLINK
=
readlink
301
FOLLOW=`"$
READLINK
" $DEV`
/src/lib/librumphijack/
hijack.c
356
{ DUALCALL_READLINK, "
readlink
", RSYS_NAME(
READLINK
) },
2719
*
readlink
() can be called from malloc which can be called
2723
readlink
(const char *path, char *buf, size_t bufsiz)
2729
op_readlink = GETSYSCALL(rump,
READLINK
);
2733
op_readlink = GETSYSCALL(host,
READLINK
);
/src/external/mit/libuv/dist/src/unix/
fs.c
755
/* According to
readlink
(2) lstat can report st_size == 0
771
len =
readlink
(req->path, buf, maxlen);
1722
X(
READLINK
, uv__fs_readlink(req));
2102
INIT(
READLINK
);
/src/lib/libpuffs/
puffs.c
95
FILLOP(
readlink
,
READLINK
);
/src/sys/fs/puffs/
puffs_vnops.c
127
{ &vop_readlink_desc, puffs_vnop_checkop }, /*
readlink
*/
252
{ &vop_readlink_desc, puffs_vnop_readlink }, /*
readlink
*/
341
CHECKOP_NOTSUPP(
READLINK
);
2083
PUFFS_MSG_VARS(vn,
readlink
);
2089
PUFFS_MSG_ALLOC(vn,
readlink
);
2112
PUFFS_MSG_RELEASE(
readlink
);
/src/external/mit/libuv/dist/src/win/
fs.c
3165
XX(
READLINK
,
readlink
)
Completed in 38 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026