Searched refs:readlink (Results 1 – 25 of 80) sorted by relevance
1234
/linux-5.19.10/tools/leds/ |
D | get_led_device_info.sh | 37 bus=`readlink $led_cdev_path/device/subsystem | sed s'/.*\///'` 38 usb_subdev=`readlink $led_cdev_path | grep usb | sed s'/\(.*usb[0-9]*\/[0-9]*-[0-9]*\)\/.*/\1/'` 43 input_node=`readlink $led_cdev_path/device | sed s'/.*\///'` 50 usb_interface=`readlink $led_cdev_path | sed s'/.*\(usb[0-9]*\)/\1/' | cut -d\/ -f3` 52 driver=`readlink $usb_interface/driver | sed s'/.*\///'`
|
/linux-5.19.10/tools/perf/ |
D | perf-archive.sh | 32 PERF_BUILDID_LINKDIR=$(readlink -f $PERF_BUILDID_DIR)/ 37 filename=$(readlink -f $linkname)
|
D | Makefile | 38 FULL_O := $(shell cd $(PWD); readlink -f $(O) || echo $(O))
|
/linux-5.19.10/tools/testing/selftests/proc/ |
D | proc-self-map-files-001.c | 32 if (readlink(name, buf, sizeof(buf)) == -1) in pass() 42 if (readlink(name, buf, sizeof(buf)) == -1 && errno == ENOENT) in fail()
|
D | proc-self-map-files-002.c | 32 if (readlink(name, buf, sizeof(buf)) == -1) in pass() 42 if (readlink(name, buf, sizeof(buf)) == -1 && errno == ENOENT) in fail()
|
D | self.c | 33 rv = readlink("/proc/self", buf2, sizeof(buf2)); in main()
|
D | thread-self.c | 37 rv = readlink("/proc/thread-self", buf2, sizeof(buf2)); in f()
|
D | proc-subset-pid.c | 114 int rv = readlink("/proc/cpuinfo", &c, 1); in main()
|
/linux-5.19.10/tools/perf/trace/strace/groups/ |
D | file | 13 readlink
|
D | string | 46 readlink
|
/linux-5.19.10/scripts/dummy-tools/ |
D | gcc | 100 echo "$(dirname "$(readlink -f "$0")")/dummy-plugin-dir"
|
/linux-5.19.10/Documentation/i2c/ |
D | i2c-sysfs.rst | 143 command ``ls -l`` or ``readlink``. 154 $ readlink /sys/bus/i2c/devices/i2c-7/device 172 $ readlink /sys/bus/i2c/devices/i2c-73/device 174 $ readlink /sys/bus/i2c/devices/i2c-73/mux_device 213 Read the link ``channel-1`` using ``readlink`` or ``ls -l``:: 215 /sys/bus/i2c/devices/i2c-7/7-0071$ readlink channel-1 251 /sys/bus/i2c/devices/i2c-73/73-0072$ readlink channel-3 333 /sys/bus/i2c/devices/i2c-73$ readlink -f 73-0040/driver 335 /sys/bus/i2c/devices/i2c-73$ readlink -f 73-0072/driver
|
/linux-5.19.10/fs/nfs/ |
D | symlink.c | 34 error = NFS_PROTO(inode)->readlink(inode, &folio->page, 0, PAGE_SIZE); in nfs_symlink_filler()
|
/linux-5.19.10/Documentation/ABI/testing/ |
D | sysfs-dev | 14 $ readlink /sys/dev/block/8:32
|
/linux-5.19.10/tools/perf/util/ |
D | util.c | 412 int n = readlink("/proc/self/exe", buf, len); in perf_exe() 452 ret = readlink(proc_root, buf, sizeof(buf) - 1); in filename_with_chroot()
|
/linux-5.19.10/tools/perf/tests/ |
D | sdt.c | 51 if (buf && readlink("/proc/self/exe", buf, PATH_MAX - 1) < 0) { in get_self_path()
|
/linux-5.19.10/tools/testing/selftests/openat2/ |
D | helpers.h | 83 #define E_readlink(...) E_func(readlink, __VA_ARGS__)
|
/linux-5.19.10/tools/perf/tests/shell/ |
D | test_arm_coresight.sh | 115 path=`readlink -f $dev`
|
D | buildid.sh | 77 file=${build_id_dir}/.build-id/${id:0:2}/`readlink ${link}`/elf
|
/linux-5.19.10/arch/um/os-Linux/ |
D | user_syms.c | 84 EXPORT_SYMBOL_PROTO(readlink);
|
/linux-5.19.10/scripts/kconfig/ |
D | merge_config.sh | 98 KCONFIG_CONFIG=$(readlink -m -- "$OUTPUT/.config")
|
/linux-5.19.10/tools/bpf/bpftool/ |
D | jit_disasm.c | 36 len = readlink(path, tpath, size - 1); in get_exec_path()
|
/linux-5.19.10/tools/testing/selftests/mount/ |
D | nosymfollow-test.c | 157 ret = readlink(LINK, buf, sizeof(buf)); in test_readlink()
|
/linux-5.19.10/tools/testing/selftests/bpf/prog_tests/ |
D | d_path.c | 27 return readlink(buf, src.paths[src.cnt++], MAX_PATH_LEN); in set_pathname()
|
/linux-5.19.10/fs/ |
D | bad_inode.c | 174 .readlink = bad_inode_readlink,
|
1234