| /OK3568_Linux_fs/yocto/poky/meta/recipes-gnome/gnome/ |
| H A D | adwaita-icon-theme_41.0.bb | 24 PACKAGES = "${PN}-cursors ${PN}-symbolic-hires ${PN}-symbolic ${PN}-hires ${PN}" 31 FILES:${PN}-symbolic-hires = "${prefix}/share/icons/Adwaita/96x96/*/*.symbolic.png \ 32 ${prefix}/share/icons/Adwaita/64x64/*/*.symbolic.png \ 33 ${prefix}/share/icons/Adwaita/48x48/*/*.symbolic.png \ 34 ${prefix}/share/icons/Adwaita/32x32/*/*.symbolic.png" 35 FILES:${PN}-symbolic = "${prefix}/share/icons/Adwaita/16x16/*/*.symbolic.png \ 36 ${prefix}/share/icons/Adwaita/24x24/*/*.symbolic.png \ 37 ${prefix}/share/icons/Adwaita/scalable/*/*-symbolic*.svg"
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-extended/python-blivet/python3-blivetgui/ |
| H A D | 0002-Use-symbolic-list-add-and-edit-icons.patch | 8 Subject: [PATCH] Use symbolic list-add and edit- icons (Adwaita dropped old 11 adwaita-icon-theme 42 no longer includes the non-symbolic icons 12 for these names. The choices are to switch to symbolic ones or 13 carry the non-symbolic ones downstream. 33 + icon_add = Gtk.IconTheme.load_icon(icon_theme, "list-add-symbolic", 16, 0) 34 + icon_delete = Gtk.IconTheme.load_icon(icon_theme, "edit-delete-symbolic", 16, 0) 35 + icon_edit = Gtk.IconTheme.load_icon(icon_theme, "edit-select-all-symbolic", 16, 0) 36 + icon_misc = Gtk.IconTheme.load_icon(icon_theme, "edit-paste-symbolic", 16, 0) 51 + icon_add = Gtk.IconTheme.load_icon(icon_theme, "list-add-symbolic", 16, 0) 52 + icon_delete = Gtk.IconTheme.load_icon(icon_theme, "edit-delete-symbolic", 16, 0) [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/ |
| H A D | devices.rst | 67 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 …]
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/pvrusb2/ |
| H A D | pvrusb2-ctrl.h | 66 /* 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
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/doc/ld.html/ |
| H A D | Symbolic-Constants.html | 17 <title>LD: Symbolic Constants</title> 19 <meta name="description" content="LD: Symbolic Constants"> 20 <meta name="keywords" content="LD: Symbolic Constants"> 64 <a name="Symbolic-Constants"></a> 70 <a name="Symbolic-Constants-1"></a> 71 <h4 class="subsection">3.10.2 Symbolic Constants</h4> 72 <a name="index-symbolic-constants"></a>
|
| H A D | Symbols.html | 30 <link href="Symbolic-Constants.html#Symbolic-Constants" rel="previous" title="Symbolic Constants"> 67 …an Sections</a>, Previous: <a href="Symbolic-Constants.html#Symbolic-Constants" accesskey="p" rel=…
|
| H A D | Constants.html | 29 <link href="Symbolic-Constants.html#Symbolic-Constants" rel="next" title="Symbolic Constants"> 67 Next: <a href="Symbolic-Constants.html#Symbolic-Constants" accesskey="n" rel="next">Symbolic Consta…
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/doc/ld.html/ |
| H A D | Symbolic-Constants.html | 17 <title>LD: Symbolic Constants</title> 19 <meta name="description" content="LD: Symbolic Constants"> 20 <meta name="keywords" content="LD: Symbolic Constants"> 64 <a name="Symbolic-Constants"></a> 70 <a name="Symbolic-Constants-1"></a> 71 <h4 class="subsection">3.10.2 Symbolic Constants</h4> 72 <a name="index-symbolic-constants"></a>
|
| H A D | Symbols.html | 30 <link href="Symbolic-Constants.html#Symbolic-Constants" rel="previous" title="Symbolic Constants"> 67 …an Sections</a>, Previous: <a href="Symbolic-Constants.html#Symbolic-Constants" accesskey="p" rel=…
|
| H A D | Constants.html | 29 <link href="Symbolic-Constants.html#Symbolic-Constants" rel="next" title="Symbolic Constants"> 67 Next: <a href="Symbolic-Constants.html#Symbolic-Constants" accesskey="n" rel="next">Symbolic Consta…
|
| /OK3568_Linux_fs/kernel/fs/squashfs/ |
| H A D | symlink.c | 12 * 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.
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/ |
| H A D | cachedpath.py | 46 # call stat as well in the symbolic link case 72 # This follows symbolic links, so both islink() and isdir() can be true 82 # This follows symbolic links, so both islink() and isdir() 92 """Test whether a path is a symbolic link""" 99 # This is false for dangling symbolic links on systems that support them. 101 """Test whether a path exists. Returns False for broken symbolic links""" 107 """Test whether a path exists. Returns True for broken symbolic links"""
|
| /OK3568_Linux_fs/kernel/include/uapi/scsi/fc/ |
| H A D | fc_ns.h | 32 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
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | affs.rst | 95 symbolic links on an AFFS partition. Default = "/". 99 When symbolic links with an absolute path are created 147 Symbolic links 152 with symbolic links. While Linux has a file system with exactly one 155 these entities are called "volumes". They have symbolic names which 156 can be used to access them. Thus, symbolic links can point to a 165 /amiga/WB and /amiga/Graphics). A symbolic link referring to
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/scsi/fc/ |
| H A D | fc_ns.h | 45 FC_NS_GSPN_ID = 0x0118, /* get symbolic port name */ 54 FC_NS_RSPN_ID = 0x0218, /* reg symbolic port name */ 56 FC_NS_RSNN_NN = 0x0239, /* reg symbolic node name */ 182 * RSNN_NN request - register symbolic node name 191 * RSPN_ID request - register symbolic port name
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-gnome/gnome/adwaita-icon-theme/ |
| H A D | 0001-Run-installation-commands-as-shell-jobs.patch | 14 src/symbolic/Makefile.am | 11 ++++++----- 56 diff --git a/src/symbolic/Makefile.am b/src/symbolic/Makefile.am 58 --- a/src/symbolic/Makefile.am 59 +++ b/src/symbolic/Makefile.am
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/scsi/fc/ |
| H A D | fc_ns.h | 45 FC_NS_GSPN_ID = 0x0118, /* get symbolic port name */ 54 FC_NS_RSPN_ID = 0x0218, /* reg symbolic port name */ 56 FC_NS_RSNN_NN = 0x0239, /* reg symbolic node name */ 182 * RSNN_NN request - register symbolic node name 191 * RSPN_ID request - register symbolic port name
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-devices-memory | 80 When CONFIG_NUMA is enabled, a symbolic link that 83 For example, the following symbolic link is created for 94 /sys/devices/system/node/nodeX/memoryY is a symbolic link that 96 memory section directory. For example, the following symbolic
|
| H A D | sysfs-bus-pci | 150 This symbolic link appears when hardware supports the SR-IOV 152 The symbolic link points to the PCI device sysfs entry of the 159 This symbolic link appears when hardware supports the SR-IOV 162 The symbolic link points to the PCI device sysfs entry of 169 This symbolic link appears when a device is a Virtual Function. 170 The symbolic link points to the PCI device sysfs entry of the 177 This symbolic link points to the PCI hotplug controller driver
|
| /OK3568_Linux_fs/kernel/include/drm/ |
| H A D | drm_property.h | 33 * 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
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | fs_types.c | 34 * * DT_LNK - Symbolic link 75 * * FT_SYMLINK - Symbolic link 98 * * DT_LNK - Symbolic link
|
| /OK3568_Linux_fs/u-boot/scripts/ |
| H A D | Makefile.autoconf | 2 # - symbolic links (arch/$ARCH/include/asm/arch 120 # symbolic links 122 # make a symbolic link to that directory. 123 # Otherwise, create a symbolic link to arch/$(ARCH)/include/asm/arch-$(SOC).
|
| /OK3568_Linux_fs/kernel/Documentation/PCI/endpoint/ |
| H A D | pci-endpoint-cfs.rst | 89 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>
|
| /OK3568_Linux_fs/kernel/drivers/scsi/bfa/ |
| H A D | bfa_fc.h | 19 #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 …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/base-files/ |
| H A D | base-files_3.0.14.bb | 76 # need to remove the symbolic links first before we create the directories. 77 # Otherwise the directory creation will fail and we will have circular symbolic 84 # Remove the symbolic link 89 # Remove the symbolic link
|