Home
last modified time | relevance | path

Searched refs:exist (Results 1 – 25 of 884) sorted by relevance

12345678910>>...36

/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/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/kernel/fs/btrfs/
H A Dref-verify.c264 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()
674 struct ref_entry *ref = NULL, *exist; in btrfs_ref_tree_mod() local
[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/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/drivers/platform/chrome/wilco_ec/
H A Devent.c196 bool exist; member
310 if (!dev_data->exist) in event_open()
330 if (!dev_data->exist) in event_poll()
373 !dev_data->exist); in event_read()
378 if (!dev_data->exist) in event_read()
430 dev_data->exist = false; in hangup_device()
478 dev_data->exist = true; in event_device_add()
/OK3568_Linux_fs/kernel/drivers/hid/
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()
H A Dhid-roccat.c43 int exist; member
99 if (!device->exist) { in roccat_read()
143 if (!reader->device->exist) in roccat_poll()
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()
/OK3568_Linux_fs/external/mpp/build/vc10-x86_64/
H A Dbuild-all.bat6 if not exist rk_mpp.sln (
9 if exist rk_mpp.sln (
/OK3568_Linux_fs/external/mpp/build/vc12-x86_64/
H A Dbuild-all.bat6 if not exist rk_mpp.sln (
9 if exist rk_mpp.sln (
/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/kernel/drivers/input/
H A Djoydev.c45 bool exist; member
205 if (!joydev->exist) in joydev_open_device()
223 if (joydev->exist && !--joydev->open) in joydev_close_device()
393 if (!joydev->exist) in joydev_read()
406 !joydev->exist || joydev_data_pending(client)); in joydev_read()
410 if (!joydev->exist) in joydev_read()
442 (joydev->exist ? 0 : (EPOLLHUP | EPOLLERR)); in joydev_poll()
610 if (!joydev->exist) { in joydev_compat_ioctl()
675 if (!joydev->exist) { in joydev_ioctl()
733 joydev->exist = false; in joydev_mark_dead()
[all …]
H A Devdev.c37 bool exist; member
397 if (!evdev->exist) in evdev_open_device()
413 if (evdev->exist && !--evdev->open) in evdev_close_device()
443 if (evdev->exist && !client->revoked) in evdev_release()
517 if (!evdev->exist || client->revoked) { in evdev_write()
571 if (!evdev->exist || client->revoked) in evdev_read()
600 !evdev->exist || client->revoked); in evdev_read()
618 if (evdev->exist && !client->revoked) in evdev_poll()
1267 if (!evdev->exist || client->revoked) { in evdev_ioctl_handler()
1315 evdev->exist = false; in evdev_mark_dead()
[all …]
H A Dmousedev.c67 bool exist; member
427 if (!mousedev->exist) in mousedev_open_device()
443 if (mousedev->exist && !--mousedev->open) in mousedev_close_device()
724 if (!client->ready && !client->buffer && mousedev->exist && in mousedev_read()
729 !mousedev->exist || client->ready || client->buffer); in mousedev_read()
733 if (!mousedev->exist) in mousedev_read()
766 mask = mousedev->exist ? EPOLLOUT | EPOLLWRNORM : EPOLLHUP | EPOLLERR; in mousedev_poll()
792 mousedev->exist = false; in mousedev_mark_dead()
886 mousedev->exist = true; in mousedev_create()
/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/external/rkwifibt/drivers/rtl8852be/os_dep/
H A Dosdep_service.c875 u8 exist = _FALSE, timeout = _FALSE; in rtw_blacklist_add() local
886 exist = _TRUE; in rtw_blacklist_add()
900 if (exist == _FALSE) { in rtw_blacklist_add()
912 return (exist == _TRUE && timeout == _FALSE) ? RTW_ALREADY : (ent ? _SUCCESS : _FAIL); in rtw_blacklist_add()
919 u8 exist = _FALSE; in rtw_blacklist_del() local
931 exist = _TRUE; in rtw_blacklist_del()
943 return exist == _TRUE ? _SUCCESS : RTW_ALREADY; in rtw_blacklist_del()
950 u8 exist = _FALSE; in rtw_blacklist_search() local
964 exist = _TRUE; in rtw_blacklist_search()
976 return exist; in rtw_blacklist_search()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/os_dep/
H A Dosdep_service.c875 u8 exist = _FALSE, timeout = _FALSE; in rtw_blacklist_add() local
886 exist = _TRUE; in rtw_blacklist_add()
900 if (exist == _FALSE) { in rtw_blacklist_add()
912 return (exist == _TRUE && timeout == _FALSE) ? RTW_ALREADY : (ent ? _SUCCESS : _FAIL); in rtw_blacklist_add()
919 u8 exist = _FALSE; in rtw_blacklist_del() local
931 exist = _TRUE; in rtw_blacklist_del()
943 return exist == _TRUE ? _SUCCESS : RTW_ALREADY; in rtw_blacklist_del()
950 u8 exist = _FALSE; in rtw_blacklist_search() local
964 exist = _TRUE; in rtw_blacklist_search()
976 return exist; in rtw_blacklist_search()
/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/kernel/drivers/net/wan/
H A Dhdlc_fr.c126 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()
597 pvc->state.exist = pvc->state.active = 0; in fr_set_link_state()
838 pvc->state.exist = 1; in fr_lmi_recv()
843 !pvc->state.exist) { in fr_lmi_recv()
858 if (pvc->state.deleted && pvc->state.exist) { in fr_lmi_recv()
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-gnome/gnome/gconf/
H A Dcreate_config_directory.patch4 because ~/.config folder aka root_dir doesn't exist.
10 doesn't exist, along with the gconf directory inside it.
/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/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/core/
H A Drtw_sta_mgt.c975 u8 exist = _FALSE; in rtw_is_pre_link_sta() local
984 exist = _TRUE; in rtw_is_pre_link_sta()
990 return exist; in rtw_is_pre_link_sta()
1002 u8 exist = _FALSE; in rtw_pre_link_sta_add() local
1015 exist = _TRUE; in rtw_pre_link_sta_add()
1023 if (exist == _FALSE && node) { in rtw_pre_link_sta_add()
1055 u8 exist = _FALSE; in rtw_pre_link_sta_del() local
1068 exist = _TRUE; in rtw_pre_link_sta_del()
1073 if (exist == _TRUE && node) { in rtw_pre_link_sta_del()
1079 if (exist == _FALSE) in rtw_pre_link_sta_del()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/btc/
H A Dhalbtc_action.c440 if (b->a2dp_desc.exist || b->a2dp_desc.active || in _set_bt_slot_req()
448 } else if (b->pan_desc.exist || b->status.map.inq_pag) { in _set_bt_slot_req()
515 if (hfp->exist || hid->exist) in _set_halmac_tx_limit()
545 } else if ((hfp->exist && hid->exist) || hid->pair_cnt > 1) { in _set_halmac_tx_limit()
549 } else if (hfp->exist || hid->exist) { in _set_halmac_tx_limit()
691 else if (hid->exist && hid->type == BTC_HID_218) in _set_policy()
700 } else if (hid->exist && hid->type == BTC_HID_218) { in _set_policy()
1728 if (bt_linfo->hfp_desc.exist) in _action_by_bt()
1731 if (bt_linfo->hid_desc.exist) in _action_by_bt()
1734 if (bt_linfo->a2dp_desc.exist) in _action_by_bt()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/btc/
H A Dhalbtc_action.c440 if (b->a2dp_desc.exist || b->a2dp_desc.active || in _set_bt_slot_req()
448 } else if (b->pan_desc.exist || b->status.map.inq_pag) { in _set_bt_slot_req()
515 if (hfp->exist || hid->exist) in _set_halmac_tx_limit()
545 } else if ((hfp->exist && hid->exist) || hid->pair_cnt > 1) { in _set_halmac_tx_limit()
549 } else if (hfp->exist || hid->exist) { in _set_halmac_tx_limit()
691 else if (hid->exist && hid->type == BTC_HID_218) in _set_policy()
700 } else if (hid->exist && hid->type == BTC_HID_218) { in _set_policy()
1728 if (bt_linfo->hfp_desc.exist) in _action_by_bt()
1731 if (bt_linfo->hid_desc.exist) in _action_by_bt()
1734 if (bt_linfo->a2dp_desc.exist) in _action_by_bt()
[all …]

12345678910>>...36