/openbmc/linux/net/ceph/ |
H A D | string_table.c | 13 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 …]
|
/openbmc/linux/fs/ceph/ |
H A D | snap.c | 1177 struct ceph_snapid_map *sm, *exist; in ceph_get_snapid_map() local 1181 exist = NULL; in ceph_get_snapid_map() 1185 exist = rb_entry(*p, struct ceph_snapid_map, node); in ceph_get_snapid_map() 1186 if (snap > exist->snap) { in ceph_get_snapid_map() 1188 } else if (snap < exist->snap) { in ceph_get_snapid_map() 1191 if (atomic_inc_return(&exist->ref) == 1) in ceph_get_snapid_map() 1192 list_del_init(&exist->lru); in ceph_get_snapid_map() 1195 exist = NULL; in ceph_get_snapid_map() 1198 if (exist) { in ceph_get_snapid_map() 1200 exist->snap, exist->dev); in ceph_get_snapid_map() [all …]
|
/openbmc/linux/fs/btrfs/ |
H A D | ref-verify.c | 267 struct block_entry *be = NULL, *exist; in add_block_entry() local 284 exist = insert_block_entry(&fs_info->block_tree, be); in add_block_entry() 285 if (exist) { in add_block_entry() 289 exist_re = insert_root_entry(&exist->roots, re); in add_block_entry() 296 return exist; in add_block_entry() 317 struct ref_entry *ref = NULL, *exist; in add_tree_block() local 347 exist = insert_ref_entry(&be->refs, ref); in add_tree_block() 348 if (exist) { in add_tree_block() 349 exist->num_refs++; in add_tree_block() 665 struct ref_entry *ref = NULL, *exist; in btrfs_ref_tree_mod() local [all …]
|
H A D | delayed-ref.c | 591 struct btrfs_delayed_ref_node *exist; in insert_delayed_ref() local 595 exist = tree_insert(&href->ref_tree, ref); in insert_delayed_ref() 596 if (!exist) { in insert_delayed_ref() 605 if (exist->action == ref->action) { in insert_delayed_ref() 609 if (exist->ref_mod < ref->ref_mod) { in insert_delayed_ref() 610 exist->action = ref->action; in insert_delayed_ref() 611 mod = -exist->ref_mod; in insert_delayed_ref() 612 exist->ref_mod = ref->ref_mod; in insert_delayed_ref() 614 list_add_tail(&exist->add_list, in insert_delayed_ref() 617 ASSERT(!list_empty(&exist->add_list)); in insert_delayed_ref() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libcyusbserial/libcyusbserial/ |
H A D | 0001-CMakeLists.txt-don-t-fall-back-CMAKE_INSTALL_LIBDIR-.patch | 16 exist on host. 32 -# Fall back to just "lib" if the item provided by GNUInstallDirs doesn't exist 34 -# /usr/lib/${CMAKE_LIBRARY_ARCHITECTURE} doesn't exist. 36 - message(STATUS "${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR} does not exist. Defaulting lib…
|
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-connectivity/geary/geary/ |
H A D | 0001-meson-Do-not-check-for-iso-xml-files-during-build.patch | 6 These files are needed during runtime and may exist in a different 8 valid to check for these files to exist during build-time 24 -files(iso_639_xml, iso_3166_xml) # Check to make sure these exist
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xmlsec1/xmlsec1/ |
H A D | 0001-nss-nspr-fix-for-multilib.patch | 30 …/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?])
|
/openbmc/linux/drivers/platform/chrome/wilco_ec/ |
H A D | event.c | 195 bool exist; member 309 if (!dev_data->exist) in event_open() 329 if (!dev_data->exist) in event_poll() 372 !dev_data->exist); in event_read() 377 if (!dev_data->exist) in event_read() 429 dev_data->exist = false; in hangup_device() 477 dev_data->exist = true; in event_device_add()
|
/openbmc/linux/drivers/hid/ |
H A D | hid-roccat.c | 43 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()
|
H A D | hidraw.c | 59 if (!list->hidraw->exist) { in hidraw_read() 114 if (!hidraw_table[minor] || !hidraw_table[minor]->exist) { in hidraw_send_report() 189 if (!hidraw_table[minor] || !hidraw_table[minor]->exist) { in hidraw_get_report() 259 if (!list->hidraw->exist) in hidraw_poll() 283 if (!hidraw_table[minor] || !hidraw_table[minor]->exist) { in hidraw_open() 329 hidraw->exist = 0; in drop_ref() 340 if (!hidraw->exist) { in drop_ref() 386 if (!dev || !dev->exist) { in hidraw_ioctl() 595 dev->exist = 1; in hidraw_connect()
|
/openbmc/openbmc-test-automation/tools/ |
H A D | sensors_dbus_list.sh | 18 exist=`busctl introspect $dobj $i | grep yz.openbmc_project.Sensor.Value` 19 if [ ! -z "$exist" ]; then
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fontforge/fontforge/ |
H A D | 0001-Fix-Translations-containing-invalid-directives-hs.patch | 38 - _("The %1$s in the search dialog contains a reference to %2$.20hs which does not exist in t… 39 + _("The %1$s in the search dialog contains a reference to %2$.20s which does not exist in th… 53 "not exist in the new font.\n" 71 "not exist in the new font.\n" 89 "not exist in the new font.\n" 94 "not exist in the new font.\n" 134 "not exist in the new font.\n" 232 "But %1$s does not exist in this font.\n" 252 "not exist in the new font.\n" 303 "not exist in the new font.\n" [all …]
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/vsftpd/files/ |
H A D | change-secure_chroot_dir.patch | 22 @@ -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
|
/openbmc/linux/drivers/input/ |
H A D | joydev.c | 44 bool exist; member 204 if (!joydev->exist) in joydev_open_device() 222 if (joydev->exist && !--joydev->open) in joydev_close_device() 392 if (!joydev->exist) in joydev_read() 405 !joydev->exist || joydev_data_pending(client)); in joydev_read() 409 if (!joydev->exist) in joydev_read() 441 (joydev->exist ? 0 : (EPOLLHUP | EPOLLERR)); in joydev_poll() 609 if (!joydev->exist) { in joydev_compat_ioctl() 674 if (!joydev->exist) { in joydev_ioctl() 732 joydev->exist = false; in joydev_mark_dead() [all …]
|
H A D | evdev.c | 37 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 D | mousedev.c | 67 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()
|
/openbmc/openbmc/poky/meta/recipes-gnome/gnome/gconf/ |
H A D | create_config_directory.patch | 4 because ~/.config folder aka root_dir doesn't exist. 10 doesn't exist, along with the gconf directory inside it.
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/cgdb/cgdb/ |
H A D | 0001-cgdb-Do-not-search-for-cgdb.txt-in-build-dir.patch | 8 build host and build workdir will not exist on target 24 - /* File doesn't exist. Try to find cgdb.txt in the build dir in case
|
/openbmc/linux/Documentation/devicetree/bindings/powerpc/ |
H A D | ibm,powerpc-cpu-features.txt | 107 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.
|
/openbmc/openbmc/poky/meta/classes/ |
H A D | useradd_base.bbclass | 95 bbnote "${PN}: group $groupname doesn't exist, not removing it" 112 bbnote "${PN}: user $username doesn't exist, not removing it" 131 bbwarn "${PN}: group $groupname doesn't exist, unable to modify it" 150 bbwarn "${PN}: user $username doesn't exist, unable to modify it" 169 bbnote "${PN}: user $username doesn't exist, not expiring its password"
|
/openbmc/linux/drivers/net/wan/ |
H A D | hdlc_fr.c | 123 unsigned int exist: 1; member 446 !pvc->state.exist ? "deleted" : in fr_log_dlci_active() 509 if (state(hdlc)->reliable && !pvc->state.exist) { in fr_lmi_send() 510 pvc->state.exist = pvc->state.new = 1; in fr_lmi_send() 516 pvc->state.exist && !pvc->state.new) { in fr_lmi_send() 564 pvc->state.exist = pvc->state.active = 1; in fr_set_link_state() 573 pvc->state.exist = pvc->state.active = 0; in fr_set_link_state() 813 pvc->state.exist = 1; in fr_lmi_recv() 818 !pvc->state.exist) { in fr_lmi_recv() 833 if (pvc->state.deleted && pvc->state.exist) { in fr_lmi_recv() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/ |
H A D | 0015-bootstrap-check-commands-of-openssl-exist.patch | 4 Subject: [PATCH] bootstrap: check commands of openssl exist 31 +# check commands of openssl exist
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/oprofile/oprofile/ |
H A D | 0002-Fix-configure-when-bin-sh-is-not-bash.patch | 36 echo "Warning: The user account 'oprofile:oprofile' does not exist on the system." 37 echo " To profile JITed code, this special user account must exist."
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 211.out | 59 …s": {"job-id": "job0", "options": {"driver": "vdi", "file": "this doesn't exist", "size": 33554432… 61 Job failed: Cannot find device='this doesn't exist' nor node-name='this doesn't exist'
|
/openbmc/openbmc-test-automation/redfish/managers/ |
H A D | test_bmc_ipv6.robot | 242 ... msg=IPv6 and prefix length pair does not exist. 293 # Verify if existing static IPv6 addresses still exist. 308 ... msg=IPv6 address does not exist. 335 ... ${patch_list} ${null} msg=${ipv6_addr} does not exist on BMC 336 Pass Execution If ${ip_found} == ${False} ${ipv6_addr} does not exist on BMC 441 ... ${patch_list} ${ipv6_data} msg=${ipv6} does not exist on BMC 442 Pass Execution If ${ip_found} == ${False} ${ipv6} does not exist on BMC
|