Home
last modified time | relevance | path

Searched full:exist (Results 1 – 25 of 3939) sorted by relevance

12345678910>>...158

/OK3568_Linux_fs/kernel/net/ceph/
H A Dstring_table.c13 struct ceph_string *cs, *exist; in ceph_find_or_create_string() local
17 exist = NULL; in ceph_find_or_create_string()
21 exist = rb_entry(*p, struct ceph_string, node); in ceph_find_or_create_string()
22 ret = ceph_compare_string(exist, str, len); in ceph_find_or_create_string()
29 exist = NULL; in ceph_find_or_create_string()
31 if (exist && !kref_get_unless_zero(&exist->kref)) { in ceph_find_or_create_string()
32 rb_erase(&exist->node, &string_tree); in ceph_find_or_create_string()
33 RB_CLEAR_NODE(&exist->node); in ceph_find_or_create_string()
34 exist = NULL; in ceph_find_or_create_string()
37 if (exist) in ceph_find_or_create_string()
[all …]
/OK3568_Linux_fs/buildroot/package/mtp/
H A D0006-UbuntuMtpDatabase-Don-t-modify-element-in-BOOST_FORE.patch19 + MtpObjectHandle exist = -1; /* ROOT */
28 + exist = i;
33 + if (exist != -1) {
34 + VLOG(2) << "deleting file at handle " << exist
35 + <<"(path: " << db.at(exist).path << ")\n";
36 + deleteFile(exist);
38 + local_server->sendObjectRemoved(exist);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/vendor/nunicode/include/libnu/
H A Dcasemap.h42 * @return uppercase codepoint or 0 if mapping doesn't exist
57 * if mapping doesn't exist. Can't be NULL, supposed to be decoded with
75 * @return lowercase codepoint or 0 if mapping doesn't exist
91 * if mapping doesn't exist. Can't be NULL, supposed to be decoded with
109 * @return casefolded codepoint or 0 if mapping doesn't exist
124 * if mapping doesn't exist. Can't be NULL, supposed to be decoded with
/OK3568_Linux_fs/kernel/fs/ceph/
H A Dsnap.c1043 struct ceph_snapid_map *sm, *exist; in ceph_get_snapid_map() local
1047 exist = NULL; in ceph_get_snapid_map()
1051 exist = rb_entry(*p, struct ceph_snapid_map, node); in ceph_get_snapid_map()
1052 if (snap > exist->snap) { in ceph_get_snapid_map()
1054 } else if (snap < exist->snap) { in ceph_get_snapid_map()
1057 if (atomic_inc_return(&exist->ref) == 1) in ceph_get_snapid_map()
1058 list_del_init(&exist->lru); in ceph_get_snapid_map()
1061 exist = NULL; in ceph_get_snapid_map()
1064 if (exist) { in ceph_get_snapid_map()
1065 dout("found snapid map %llx -> %x\n", exist->snap, exist->dev); in ceph_get_snapid_map()
[all …]
/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/
H A Dsysexits.h54 * exist or was not readable. This could also include
57 * EX_NOUSER -- The user specified did not exist. This might
59 * EX_NOHOST -- The host specified did not exist. This is used
62 * if a support program or file does not exist. This
73 * exist in the passwd file.
75 * etc.) does not exist, cannot be opened, or has some
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/ebc-dev/bufmanage/
H A Dbuf_list.c66 /* element does not exist */ in buf_list_get()
77 /* element does not exist */ in buf_list_remove()
80 /* exist because nb_elt > 0 */ in buf_list_remove()
150 /* exist because nb_elt > 0 */ in buf_list_get_pos()
164 /* element does not exist */ in buf_list_set()
167 /* exist because nb_elt > 0 */ in buf_list_set()
/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/
H A Dsysexits.h54 * exist or was not readable. This could also include
57 * EX_NOUSER -- The user specified did not exist. This might
59 * EX_NOHOST -- The host specified did not exist. This is used
62 * if a support program or file does not exist. This
73 * exist in the passwd file.
75 * etc.) does not exist, cannot be opened, or has some
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dref-verify.c26 * These are meant to represent what should exist in the extent tree, these can
264 struct block_entry *be = NULL, *exist; in add_block_entry() local
281 exist = insert_block_entry(&fs_info->block_tree, be); in add_block_entry()
282 if (exist) { in add_block_entry()
286 exist_re = insert_root_entry(&exist->roots, re); in add_block_entry()
293 return exist; in add_block_entry()
314 struct ref_entry *ref = NULL, *exist; in add_tree_block() local
344 exist = insert_ref_entry(&be->refs, ref); in add_tree_block()
345 if (exist) { in add_tree_block()
346 exist->num_refs++; in add_tree_block()
[all …]
H A Ddelayed-ref.c599 struct btrfs_delayed_ref_node *exist; in insert_delayed_ref() local
604 exist = tree_insert(&href->ref_tree, ref); in insert_delayed_ref()
605 if (!exist) in insert_delayed_ref()
610 if (exist->action == ref->action) { in insert_delayed_ref()
614 if (exist->ref_mod < ref->ref_mod) { in insert_delayed_ref()
615 exist->action = ref->action; in insert_delayed_ref()
616 mod = -exist->ref_mod; in insert_delayed_ref()
617 exist->ref_mod = ref->ref_mod; in insert_delayed_ref()
619 list_add_tail(&exist->add_list, in insert_delayed_ref()
622 ASSERT(!list_empty(&exist->add_list)); in insert_delayed_ref()
[all …]
/OK3568_Linux_fs/kernel/drivers/hid/
H A Dhid-roccat.c43 int exist; member
99 if (!device->exist) { in roccat_read()
143 if (!reader->device->exist) in roccat_poll()
164 pr_emerg("roccat device with minor %d doesn't exist\n", minor); in roccat_open()
214 pr_emerg("roccat device with minor %d doesn't exist\n", minor); in roccat_release()
225 if (device->exist) { in roccat_release()
344 device->exist = 1; in roccat_connect()
363 device->exist = 0; /* TODO exist maybe not needed */ in roccat_disconnect()
H A Dhidraw.c57 if (!list->hidraw->exist) { in hidraw_read()
112 if (!hidraw_table[minor] || !hidraw_table[minor]->exist) { in hidraw_send_report()
187 if (!hidraw_table[minor] || !hidraw_table[minor]->exist) { in hidraw_get_report()
257 if (!list->hidraw->exist) in hidraw_poll()
276 if (!hidraw_table[minor] || !hidraw_table[minor]->exist) { in hidraw_open()
322 hidraw->exist = 0; in drop_ref()
333 if (!hidraw->exist) { in drop_ref()
377 if (!dev || !dev->exist) { in hidraw_ioctl()
564 dev->exist = 1; in hidraw_connect()
/OK3568_Linux_fs/kernel/arch/arm/mach-omap2/
H A Dvoltage.c55 pr_warn("%s: VDD specified does not exist!\n", __func__); in voltdm_get_voltage()
77 pr_warn("%s: VDD specified does not exist!\n", __func__); in voltdm_scale()
128 pr_warn("%s: VDD specified does not exist!\n", __func__); in voltdm_reset()
158 pr_warn("%s: VDD specified does not exist!\n", __func__); in omap_voltage_get_volttable()
186 pr_warn("%s: VDD specified does not exist!\n", __func__); in omap_voltage_get_voltdata()
191 pr_warn("%s: voltage table does not exist for vdd_%s\n", in omap_voltage_get_voltdata()
220 pr_warn("%s: VDD specified does not exist!\n", __func__); in omap_voltage_register_pmic()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/xmlsec1/xmlsec1/
H A D0001-nss-nspr-fix-for-multilib.patch30 …/include/$NSPR_INCLUDE_MARKER" and/or "$with_nspr/lib/$NSPR_LIB_MARKER" files don't exist), typo?])
31 …r}/$NSPR_INCLUDE_MARKER" and/or "$with_nspr/${libdir}/$NSPR_LIB_MARKER" files don't exist), typo?])
45 …nss/include/$NSS_INCLUDE_MARKER" and/or "$with_nss/lib/$NSS_LIB_MARKER" files don't exist), typo?])
46 …edir}/$NSS_INCLUDE_MARKER" and/or "$with_nss/${libdir}/$NSS_LIB_MARKER" files don't exist), typo?])
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/powerpc/
H A Dibm,powerpc-cpu-features.txt107 If bit 0 is set, then the hwcap-bit-nr property will exist.
119 feature to lesser privilege levels. If the property does not exist then no
125 If the HFSCR bit is set, then the hfscr-bit-nr property will exist and
138 feature to lesser privilege levels. If the property does not exist then no
144 If the FSCR bit is set, then the fscr-bit-nr property will exist and
179 This property may exist when the usable-privilege property value has PR bit set.
/OK3568_Linux_fs/buildroot/package/patchelf/
H A D0003-Add-option-to-make-the-rpath-relative-under-a-specif.patch14 RPATH, resolve it and test if it's valid (does exist)
18 the build machine). Test if it's valid (does exist).
23 valid (does exist).
212 + RPATH. Resolve it and test if it's valid (does exist).
215 + the build machine). Test if it's valid (does exist).
219 + valid (does exist).
226 + debug("removing directory '%s' from RPATH because '%s' doesn't exist\n",
232 + debug("removing directory '%s' from RPATH because it doesn't exist\n", dirName…
/OK3568_Linux_fs/u-boot/include/
H A Dkey.h69 /* Check whether the key is exist or not, 1: exist, 0: not exist */
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/
H A Dfitimage.py54 "%s image tree source doesn't exist" % (fitimage_its_path))
56 "%s FIT image doesn't exist" % (fitimage_path))
135 "%s image tree source doesn't exist" % (fitimage_its_path))
137 "%s FIT image doesn't exist" % (fitimage_path))
289 "%s image tree source doesn't exist" % (fitimage_its_path))
291 "%s FIT image doesn't exist" % (fitimage_path))
373 "%s image tree source doesn't exist" % (fitimage_its_path))
375 "%s FIT image doesn't exist" % (fitimage_path))
464 "%s image tree source doesn't exist" % (fitimage_its_path))
466 "%s FIT image doesn't exist" % (fitimage_path))
[all …]
H A Dmanifest.py66 '''Verifying the SDK manifest entries exist, this may take a build'''
93 self.logger.debug("{}: {} does not exist".format(
103 self.logger.debug("{}: {} does not exist".format(
129 '''Verifying the image manifest entries exist'''
/OK3568_Linux_fs/u-boot/include/dm/
H A Dof_access.h256 * @return 0 on success, -EINVAL if the property does not exist,
269 * it. Returns 0 on success, -EINVAL if the property does not exist,
288 * @return 0 on success, -EINVAL if the property does not exist, -ENODATA
304 * @return 0 on success, -EINVAL if the property does not exist, -ENODATA
319 * @return 0 on success, -EINVAL if the property does not exist, -ENODATA
341 * Returns 0 on success, -EINVAL if the property does not exist, -ENODATA if
363 * success, -EINVAL if the property does not exist, -ENODATA if property
395 * @list_name does not exist, -EINVAL if a phandle was not found,
434 * @list_name does not exist, -EINVAL if a phandle was not found,
/OK3568_Linux_fs/kernel/tools/testing/selftests/pstore/
H A Dpstore_post_reboot_tests40 prlog -n "Checking dmesg files exist in pstore filesystem ... "
43 prlog -n "Checking console files exist in pstore filesystem ... "
46 prlog -n "Checking pmsg files exist in pstore filesystem ... "
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Duseradd_base.bbclass89 bbnote "${PN}: group $groupname doesn't exist, not removing it"
106 bbnote "${PN}: user $username doesn't exist, not removing it"
125 bbwarn "${PN}: group $groupname doesn't exist, unable to modify it"
144 bbwarn "${PN}: user $username doesn't exist, unable to modify it"
163 bbnote "${PN}: user $username doesn't exist, not expiring its password"
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/vsftpd/files/
H A Dchange-secure_chroot_dir.patch22 @@ -27,11 +27,11 @@ user in case it does not already exist. e.g.:
28 configuration. Add this directory in case it does not already exist. e.g.:
35 2c) For anonymous FTP, you will need the user "ftp" to exist, and have a
/OK3568_Linux_fs/kernel/drivers/net/wan/
H A Dhdlc_fr.c13 (exist,new) -> 0,0 when "PVC create" or if "link unreliable"
18 -> 1 when "PVC up" and (exist,new) = 1,0
21 (exist,new,active) = FULL STATUS if "link reliable"
25 exist = new = not used
126 unsigned int exist: 1; member
464 !pvc->state.exist ? "deleted" : in fr_log_dlci_active()
531 if (state(hdlc)->reliable && !pvc->state.exist) { in fr_lmi_send()
532 pvc->state.exist = pvc->state.new = 1; in fr_lmi_send()
538 pvc->state.exist && !pvc->state.new) { in fr_lmi_send()
588 pvc->state.exist = pvc->state.active = 1; in fr_set_link_state()
[all …]
/OK3568_Linux_fs/u-boot/arch/arc/lib/
H A Dstart.S38 breq r5, 0, 1f ; I$ doesn't exist
50 breq r5, 0, 1f ; D$ doesn't exist
64 breq r5, 0, 1f ; SLC doesn't exist
/OK3568_Linux_fs/kernel/include/linux/
H A Dgeneric-radix-tree.h22 * NULL if that entry does not exist
29 * The radix tree allocates one page of entries at a time, so entries may exist
128 * Returns a pointer to entry at @_idx, or NULL if that entry does not exist.
176 * If no more entries exist at or above @_iter's current position, returns NULL

12345678910>>...158