| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | privates.c | 361 assert(!global_keys[t].created); in dixRegisterPrivateKey() 384 assert(!global_keys[type].created); in dixRegisterPrivateKey() 444 global_keys[type].created++; in _dixInitPrivates() 446 global_keys[PRIVATE_XSELINUX].created++; in _dixInitPrivates() 459 global_keys[type].created--; in _dixFiniPrivates() 461 global_keys[PRIVATE_XSELINUX].created--; in _dixFiniPrivates() 622 assert (!pScreen->screenSpecificPrivates[type].created); in dixRegisterScreenSpecificPrivateKey() 672 pScreen->screenSpecificPrivates[type].created++; in _dixInitScreenPrivates() 677 global_keys[type].created++; in _dixInitScreenPrivates() 679 global_keys[PRIVATE_XSELINUX].created++; in _dixInitScreenPrivates() [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gcc/gcc/ |
| H A D | 0028-debug-101473-apply-debug-prefix-maps-before-checksum.patch | 85 created = ggc_alloc<dwarf_file_data> (); 86 - created->filename = file_name; 87 + created->key = file_name; 88 + created->filename = remap_debug_filename (file_name); 89 created->emitted_number = 0; 90 *slot = created; 91 return created;
|
| /OK3568_Linux_fs/buildroot/package/mtp/ |
| H A D | 0009-MtpServer-Support-creation-time.patch | 41 + time_t created) = 0; 95 + time_t created) 103 + entry.creation = created; 115 - mData.putEmptyString(); // date created 117 + mData.putString(date); // date created 126 + if (!parseDateTime(created, createdTime)) 151 + time_t created)
|
| /OK3568_Linux_fs/kernel/Documentation/PCI/endpoint/ |
| H A D | pci-endpoint-cfs.rst | 39 entries corresponding to EPF driver will be created by the EPF core. 55 (These entries are created by the framework when any new <EPF Device> is 56 created) 76 entries corresponding to EPC device will be created by the EPC core. 90 <EPF Device>. These symbolic links should be created by the user to 96 all the EPF devices are created and linked with the EPC device.
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-bus-vfio-mdev | 9 Each supported type is a directory whose name is created 41 devices sysfs entries which are created of this <type-id>. 48 devices of type <type-id> that can be created. This is a 53 the number of available instances could be created before 69 mediated device that will get created of type <type-id>. 81 mediated device that will get created of type <type-id>. 102 directory of which this mediated device is created.
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/orm/management/commands/ |
| H A D | lsupdates.py | 136 l, created = Layer.objects.get_or_create(name=index.layerItems[id].name) 141 if created: 171 lv, created = Layer_Version.objects.get_or_create( 182 if created: 230 distro, created = Distro.objects.get_or_create( 245 mo, created = Machine.objects.get_or_create( 264 ro, created = Recipe.objects.get_or_create(
|
| /OK3568_Linux_fs/kernel/net/ceph/ |
| H A D | crypto.c | 79 if (*p + sizeof(u16) + sizeof(key->created) + in ceph_crypto_key_encode() 83 ceph_encode_copy(p, &key->created, sizeof(key->created)); in ceph_crypto_key_encode() 93 ceph_decode_need(p, end, 2*sizeof(u16) + sizeof(key->created), bad); in ceph_crypto_key_decode() 95 ceph_decode_copy(p, &key->created, sizeof(key->created)); in ceph_crypto_key_decode()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/initscripts/initscripts-1.0/ |
| H A D | volatiles | 2 # during startup and be created if missing. 21 # Thus, if a link is in the place to be verified, the object will be created 24 # a link will be created at /var/test pointing to /tmp/testfile and due to this 25 # link the file defined as /var/test will actually be created as /tmp/testfile.
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/driver-model/ |
| H 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 69 A directory for the device is created in the class's directory. A 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 75 top-level directory. One can also be created to point to its driver's
|
| /OK3568_Linux_fs/kernel/arch/x86/kvm/mmu/ |
| H A D | mmutrace.h | 152 TP_PROTO(struct kvm_mmu_page *sp, bool created), 153 TP_ARGS(sp, created), 157 __field(bool, created) 162 __entry->created = created; 166 __entry->created ? "new" : "existing")
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/dvb/ |
| H A D | net-add-if.rst | 36 ULE) and the interface number for the new interface to be created. When 38 created. 41 filled with the number of the created interface.
|
| /OK3568_Linux_fs/buildroot/package/ntfs-3g/ |
| H A D | 0001-ntfscp-Support-directory-copy.patch | 24 * Return: the created file inode 31 /* inode to the file that is being created */ 52 + int created = 0; 97 + created = 1; 106 + if (!created && (out->mrec->flags & MFT_RECORD_IS_DIRECTORY)
|
| /OK3568_Linux_fs/kernel/Documentation/leds/ |
| H A D | uleds.rst | 12 When the driver is loaded, a character device is created at /dev/uleds. To 22 A new LED class device will be created with the name given. The name can be 34 Multiple LED class devices are created by opening additional file handles to
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/bblayers/templates/ |
| H A D | example.bb | 2 DESCRIPTION = "Recipe created by bitbake-layers" 8 bb.plain("* Example recipe created by bitbake-layers *");
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | efivarfs.rst | 7 The efivarfs filesystem was created to address the shortcomings of 14 Variables can be created, deleted and modified with the efivarfs 23 files that are not well-known standardized variables are created
|
| /OK3568_Linux_fs/buildroot/board/intel/galileo/ |
| H A D | genimage.cfg | 13 # * the image created by buildroot 14 # * the efi-partition created above
|
| /OK3568_Linux_fs/buildroot/board/minnowboard/ |
| H A D | genimage.cfg | 16 # * the image created by buildroot 17 # * the efi-partition created above
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/ulp/ipoib/ |
| H A D | ipoib_fs.c | 102 unsigned long created; in ipoib_mcg_seq_show() local 108 ipoib_mcast_iter_read(iter, &mgid, &created, &queuelen, in ipoib_mcg_seq_show() 120 gid_buf, created, queuelen, in ipoib_mcg_seq_show()
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | facebook-bmc-flash-layout.dtsi | 34 * Although the master partition can be created by enabling 36 * explicitly created to avoid breaking legacy applications.
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/geoclue/ |
| H A D | qgeopositioninfosource_geocluemaster.cpp | 465 bool created = false; in configurePositionSource() local 469 created = m_master->createMasterClient(Accuracy::Detailed, QGeoclueMaster::ResourceGps); in configurePositionSource() 472 …created = m_master->createMasterClient(Accuracy::None, QGeoclueMaster::ResourceCell | QGeoclueMast… in configurePositionSource() 475 created = m_master->createMasterClient(Accuracy::None, QGeoclueMaster::ResourceAll); in configurePositionSource() 484 if (!created) { in configurePositionSource()
|
| /OK3568_Linux_fs/kernel/Documentation/usb/ |
| H A D | gadget_configfs.rst | 62 For each gadget to be created its corresponding directory must be created:: 82 In order to have a place to store them, a strings subdirectory must be created 97 directories must be created: 110 Each configuration also needs its strings, so a subdirectory must be created 127 directory must be created:: 148 At this moment a number of gadgets is created, each of which has a number of 354 a number of its default sub-groups created automatically.
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/ |
| H A D | overlay-notes.rst | 18 in an active device should have it created while if the device node is either 81 As a result of the overlay, a new device node (bar) has been created 83 is loaded the device will be created as expected. 115 previously created via the call to of_overlay_fdt_apply(). Removal of an
|
| /OK3568_Linux_fs/kernel/Documentation/security/tpm/ |
| H A D | tpm_vtpm_proxy.rst | 36 as well as the major and minor numbers of the character device that was created. 38 example ``/dev/tpm10`` was created, the number (``dev_num``) 10 is returned. 40 Once the device has been created, the driver will immediately try to talk
|
| /OK3568_Linux_fs/buildroot/docs/manual/ |
| H A D | makeusers-syntax.txt | 21 group will be created. 26 be +root+. If the group does not exist, it will be created. 37 home directory will be created, and the user's home will be +/+. 43 no additional group. Missing groups will be created with an arbitrary
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/sysctl/ |
| H A D | user.rst | 25 the user in the user namespace who created the object and 29 who created user namespaces the creation of the object happens 33 This recursive counting of created objects ensures that creating a
|