Searched refs:symlink (Results 1 – 25 of 251) sorted by relevance
1234567891011
/linux/Documentation/devicetree/bindings/power/supply/ |
A D | bq256xx.yaml | 19 - https://www.ti.com/lit/ds/symlink/bq25600.pdf 20 - https://www.ti.com/lit/ds/symlink/bq25601.pdf 21 - https://www.ti.com/lit/ds/symlink/bq25600d.pdf 22 - https://www.ti.com/lit/ds/symlink/bq25601d.pdf 23 - https://www.ti.com/lit/ds/symlink/bq25611d.pdf 24 - https://www.ti.com/lit/ds/symlink/bq25618.pdf 25 - https://www.ti.com/lit/ds/symlink/bq25619.pdf
|
A D | bq2515x.yaml | 21 http://www.ti.com/lit/ds/symlink/bq25150.pdf 22 http://www.ti.com/lit/ds/symlink/bq25155.pdf
|
/linux/scripts/ |
A D | depmod.sh | 39 symlink="$INSTALL_MOD_PATH/lib/modules/99.98.$KERNELRELEASE" 40 ln -s "$KERNELRELEASE" "$symlink" 52 rm -f "$symlink"
|
/linux/Documentation/hwmon/ |
A D | ucd9200.rst | 15 - http://focus.ti.com/lit/ds/symlink/ucd9220.pdf 16 - http://focus.ti.com/lit/ds/symlink/ucd9222.pdf 17 - http://focus.ti.com/lit/ds/symlink/ucd9224.pdf 18 - http://focus.ti.com/lit/ds/symlink/ucd9240.pdf 19 - http://focus.ti.com/lit/ds/symlink/ucd9244.pdf 20 - http://focus.ti.com/lit/ds/symlink/ucd9246.pdf 21 - http://focus.ti.com/lit/ds/symlink/ucd9248.pdf
|
A D | ucd9000.rst | 15 - http://focus.ti.com/lit/ds/symlink/ucd90120.pdf 16 - http://focus.ti.com/lit/ds/symlink/ucd90124.pdf 17 - http://focus.ti.com/lit/ds/symlink/ucd90160.pdf 18 - http://focus.ti.com/lit/ds/symlink/ucd90320.pdf 19 - http://focus.ti.com/lit/ds/symlink/ucd9090.pdf 20 - http://focus.ti.com/lit/ds/symlink/ucd90910.pdf
|
A D | lm95245.rst | 12 https://www.ti.com/lit/ds/symlink/lm95235.pdf 20 https://www.ti.com/lit/ds/symlink/lm95245.pdf
|
A D | ads7828.rst | 12 http://focus.ti.com/lit/ds/symlink/ads7828.pdf 20 http://focus.ti.com/lit/ds/symlink/ads7830.pdf
|
/linux/Documentation/ABI/removed/ |
A D | o2cb | 1 What: /sys/o2cb symlink 5 Description: This is a symlink: /sys/o2cb to /sys/fs/o2cb. The symlink is
|
/linux/fs/udf/ |
A D | symlink.c | 108 unsigned char *symlink; in udf_symlink_filler() local 125 symlink = iinfo->i_data + iinfo->i_lenEAttr; in udf_symlink_filler() 134 symlink = bh->b_data; in udf_symlink_filler() 137 err = udf_pc_to_char(inode->i_sb, symlink, inode->i_size, p, PAGE_SIZE); in udf_symlink_filler()
|
/linux/fs/ |
A D | built-in.a | 119 kernfs/symlink.o/ 122 sysfs/symlink.o/ 128 configfs/symlink.o/ 159 ext4/symlink.o/ 176 ext2/symlink.o/ 193 squashfs/symlink.o/ 219 nfs/symlink.o/ 286 autofs/symlink.o/
|
/linux/security/tomoyo/ |
A D | audit.c | 251 const char *symlink = NULL; in tomoyo_init_log() local 270 symlink = r->obj->symlink_target->name; in tomoyo_init_log() 272 len += 18 + strlen(symlink); in tomoyo_init_log() 286 } else if (symlink) in tomoyo_init_log() 288 symlink); in tomoyo_init_log()
|
/linux/tools/testing/selftests/exec/ |
A D | Makefile | 8 TEST_GEN_FILES := execveat.symlink execveat.denatured script subdir pipe 25 $(OUTPUT)/execveat.symlink: $(OUTPUT)/execveat
|
/linux/Documentation/devicetree/bindings/leds/ |
A D | leds-lp50xx.yaml | 20 https://www.ti.com/lit/ds/symlink/lp5012.pdf 21 https://www.ti.com/lit/ds/symlink/lp5024.pdf 22 https://www.ti.com/lit/ds/symlink/lp5036.pdf
|
/linux/Documentation/filesystems/ |
A D | path-lookup.rst | 947 The symlink stack 976 If a symlink referred to itself either directly or through 1029 pathname in a symlink can be seen as the content of that symlink and 1093 to be followed once that symlink has been fully parsed. 1095 Following the symlink 1115 the last component of a symlink itself points to a symlink, we 1165 Following the symlink in the final component 1178 symlink. 1187 component of each symlink is another symlink. 1223 open process continues on the symlink that was found. [all …]
|
/linux/Documentation/ABI/testing/ |
A D | sysfs-firmware-ofw | 16 symlink. It is possible that the absolute path will change 17 in the future, but the symlink is the stable ABI. 19 The /proc/device-tree symlink replaces the devicetree /proc
|
/linux/Documentation/driver-api/driver-model/ |
A D | binding.rst | 63 A symlink is created in the bus's 'devices' directory that points to 66 A symlink is created in the driver's 'devices' directory that points 70 symlink is created in that directory that points to the device's 73 A symlink can be created (though this isn't done yet) in the device's
|
/linux/fs/nfs/ |
A D | nfs3proc.c | 288 struct nfs3_symlinkargs symlink; member 560 data->arg.symlink.fromfh = NFS_FH(dir); in nfs3_proc_symlink() 561 data->arg.symlink.fromname = dentry->d_name.name; in nfs3_proc_symlink() 562 data->arg.symlink.fromlen = dentry->d_name.len; in nfs3_proc_symlink() 563 data->arg.symlink.pages = &page; in nfs3_proc_symlink() 564 data->arg.symlink.pathlen = len; in nfs3_proc_symlink() 565 data->arg.symlink.sattr = sattr; in nfs3_proc_symlink() 989 .symlink = nfs_symlink, 1040 .symlink = nfs3_proc_symlink,
|
/linux/Documentation/devicetree/bindings/iio/potentiostat/ |
A D | ti,lmp91000.yaml | 14 LMP91000: https://www.ti.com/lit/ds/symlink/lmp91000.pdf 15 LMP91002: https://www.ti.com/lit/ds/symlink/lmp91002.pdf
|
/linux/fs/kernfs/ |
A D | symlink.c | 45 kn->symlink.target_kn = target; in kernfs_create_link() 115 struct kernfs_node *target = kn->symlink.target_kn; in kernfs_getlink()
|
A D | Makefile | 6 obj-y := mount.o inode.o dir.o file.o symlink.o
|
A D | built-in.a | 7 symlink.o/
|
/linux/Documentation/w1/ |
A D | w1-generic.rst | 91 bus (standard) symlink to the w1 bus 92 driver (standard) symlink to the w1 driver 126 bus (standard) symlink to the w1 bus 127 driver (standard) symlink to the w1 driver
|
/linux/tools/testing/selftests/wireguard/qemu/ |
A D | init.c | 103 if (symlink("/run", "/var/run")) in mount_filesystems() 105 if (symlink("/proc/self/fd", "/dev/fd")) in mount_filesystems()
|
/linux/fs/sysfs/ |
A D | Makefile | 6 obj-y := file.o dir.o symlink.o mount.o group.o
|
A D | built-in.a | 5 symlink.o/
|
Completed in 35 milliseconds
1234567891011