Home
last modified time | relevance | path

Searched full:symbolic (Results 1 – 25 of 253) sorted by relevance

1234567891011

/Linux-v5.4/Documentation/admin-guide/
Ddevices.rst67 the /dev directory. It is preferred that symbolic links use the same
69 classified as "hard" or "symbolic" depending on the preferred type of
78 /dev/fd /proc/self/fd symbolic File descriptors
79 /dev/stdin fd/0 symbolic stdin file descriptor
80 /dev/stdout fd/1 symbolic stdout file descriptor
81 /dev/stderr fd/2 symbolic stderr file descriptor
82 /dev/nfsd socksys symbolic Required by iBCS-2
83 /dev/X0R null symbolic Required by iBCS-2
95 /dev/core /proc/kcore symbolic Backward compatibility
96 /dev/ramdisk ram0 symbolic Backward compatibility
[all …]
/Linux-v5.4/drivers/media/usb/pvrusb2/
Dpvrusb2-ctrl.h66 /* Return true if control has custom symbolic representation */
69 /* Convert a given mask/val to a custom symbolic value */
75 /* Convert a symbolic value to a mask/value pair */
80 /* Convert a given mask/val to a symbolic value */
86 /* Convert a symbolic value to a mask/value pair */
91 /* Convert a given mask/val to a symbolic value - must already be
Dpvrusb2-ctrl.c258 /* Return true if control has custom symbolic representation */
268 /* Convert a given mask/val to a custom symbolic value */
280 /* Convert a symbolic value to a mask/value pair */
475 /* Convert a symbolic value to a mask/value pair */
532 /* Convert a given mask/val to a symbolic value */
572 /* Convert a given mask/val to a symbolic value */
/Linux-v5.4/fs/squashfs/
Dsymlink.c12 * This file implements code to handle symbolic links.
14 * The data contents of symbolic links are stored inside the symbolic
15 * link inode within the inode table. This allows the normally small symbolic
17 * compression than if the symbolic link was compressed individually.
/Linux-v5.4/Documentation/filesystems/
Daffs.txt79 symbolic links on an AFFS partition. Default = "/".
82 volume=name When symbolic links with an absolute path are created
126 Symbolic links
131 with symbolic links. While Linux has a file system with exactly one
134 these entities are called "volumes". They have symbolic names which
135 can be used to access them. Thus, symbolic links can point to a
144 /amiga/WB and /amiga/Graphics). A symbolic link referring to
Dautofs.txt49 symbolic links and mount traps. Mount traps are directories with
154 mount trap, either because it is a symbolic link or because it is
225 symbolic links or empty directories any time it likes. If the unmount
275 the directory or anything below it is in use. For symbolic links,
521 set the ownership of directories and symbolic links. When the
559 > Too many levels of symbolic links
/Linux-v5.4/include/uapi/scsi/fc/
Dfc_ns.h32 FC_NS_GSPN_ID = 0x0118, /* get symbolic port name */
41 FC_NS_RSPN_ID = 0x0218, /* reg symbolic port name */
43 FC_NS_RSNN_NN = 0x0239, /* reg symbolic node name */
169 * RSNN_NN request - register symbolic node name
178 * RSPN_ID request - register symbolic port name
/Linux-v5.4/Documentation/ABI/testing/
Dsysfs-devices-memory76 When CONFIG_NUMA is enabled, a symbolic link that
79 For example, the following symbolic link is created for
89 /sys/devices/system/node/nodeX/memoryY is a symbolic link that
91 memory section directory. For example, the following symbolic
Dsysfs-bus-pci144 This symbolic link appears when hardware supports the SR-IOV
146 The symbolic link points to the PCI device sysfs entry of the
153 This symbolic link appears when hardware supports the SR-IOV
156 The symbolic link points to the PCI device sysfs entry of
163 This symbolic link appears when a device is a Virtual Function.
164 The symbolic link points to the PCI device sysfs entry of the
171 This symbolic link points to the PCI hotplug controller driver
Dsysfs-bus-vfio-mdev39 This directory contains symbolic links pointing to mdev
100 This is symbolic link pointing to supported type, <type-id>
/Linux-v5.4/fs/
Dfs_types.c34 * * DT_LNK - Symbolic link
75 * * FT_SYMLINK - Symbolic link
98 * * DT_LNK - Symbolic link
/Linux-v5.4/include/drm/
Ddrm_property.h33 * struct drm_property_enum - symbolic values for enumerations
36 * @name: symbolic name for the enum
38 * For enumeration and bitmask properties this structure stores the symbolic
58 * symbolic property will have the same modeset object ID on all modeset
162 * @name: symbolic name of the properties
187 * List of &drm_prop_enum_list structures with the symbolic names for
/Linux-v5.4/Documentation/PCI/endpoint/
Dpci-endpoint-cfs.rst89 The <EPC Device> directory will have a list of symbolic links to
90 <EPF Device>. These symbolic links should be created by the user to
101 | <Symbolic Link: Function>
/Linux-v5.4/fs/xfs/scrub/
Dsymlink.c18 /* Set us up to scrub a symbolic link. */
32 /* Symbolic links. */
/Linux-v5.4/drivers/scsi/bfa/
Dbfa_defs_fcs.h64 * symbolic names for base port/virtual port
88 struct bfa_lport_symname_s sym_name; /* vm port symbolic name */
89 struct bfa_lport_symname_s node_sym_name; /* Node symbolic name */
342 * port/node symbolic names for rport
398 struct bfa_rport_symname_s symname; /* Symbolic Name */
Dbfa_fc.h19 #define FC_SYMNAME_MAX 256 /* max name server symbolic name size */
1006 * symbolic name
1277 GS_GSPN_ID = 0x0118, /* Get symbolic PN on ID */
1279 GS_RSPN_ID = 0x0218, /* Register symbolic PN on ID */
1280 GS_RSNN_NN = 0x0239, /* Register symbolic NN on NN */
1354 u8 spn_len; /* symbolic port name length */
1355 u8 spn[256]; /* symbolic port name */
1363 u8 snn_len; /* symbolic node name length */
1364 u8 snn[256]; /* symbolic node name */
1419 u8 spn_len; /* Length of Symbolic Port Name */
[all …]
/Linux-v5.4/arch/mips/boot/
Decoff.h12 int32_t f_symptr; /* file pointer to symbolic header */
13 int32_t f_nsyms; /* sizeof(symbolic hdr) */
/Linux-v5.4/Documentation/scsi/
Dbnx2fc.txt40 5. "Symbolic Name" in 'fcoeadm -i' output would display if bnx2fc has claimed
51 Symbolic Name: bnx2fc v1.0.5 over eth5.4
/Linux-v5.4/include/uapi/linux/
Dfcntl.h82 #define AT_SYMLINK_NOFOLLOW 0x100 /* Do not follow symbolic links. */
85 #define AT_SYMLINK_FOLLOW 0x400 /* Follow symbolic links. */
/Linux-v5.4/tools/include/uapi/linux/
Dfcntl.h82 #define AT_SYMLINK_NOFOLLOW 0x100 /* Do not follow symbolic links. */
85 #define AT_SYMLINK_FOLLOW 0x400 /* Follow symbolic links. */
/Linux-v5.4/Documentation/devicetree/bindings/clock/
Dbrcm,kona-ccu.txt67 its symbolic specifier (rather than its numeric index value) should
112 its symbolic specifier (rather than its numeric index value) should
/Linux-v5.4/drivers/pci/
Dslot.c360 * pci_hp_create_link - create symbolic link to the hotplug driver module.
363 * Helper function for pci_hotplug_core.c to create symbolic link to
386 * pci_hp_remove_link - remove symbolic link to the hotplug driver module.
389 * Helper function for pci_hotplug_core.c to remove symbolic link to
/Linux-v5.4/fs/debugfs/
Dinode.c618 * debugfs_create_symlink- create a symbolic link in the debugfs filesystem
619 * @name: a pointer to a string containing the name of the symbolic link to
621 * @parent: a pointer to the parent dentry for this symbolic link. This
623 * then the symbolic link will be created in the root of the debugfs
626 * symbolic link.
628 * This function creates a symbolic link with the given name in debugfs that
632 * pointer must be passed to the debugfs_remove() function when the symbolic
/Linux-v5.4/Documentation/devicetree/bindings/display/connector/
Danalog-tv-connector.txt8 - label: a symbolic name for the connector
/Linux-v5.4/tools/perf/Documentation/
Dperf-list.txt6 perf-list - List all symbolic event types
16 This command displays the symbolic event types which can be selected in the
86 Even when an event is not available in a symbolic form within perf right now,

1234567891011