/openbmc/linux/net/ceph/ |
H A D | string_table.c | 17 exist = NULL; 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() 34 exist = NULL; in ceph_find_or_create_string() 37 if (exist) in ceph_find_or_create_string() 38 return exist; in ceph_find_or_create_string() 50 exist = NULL; in ceph_find_or_create_string() 64 exist = NULL; in ceph_find_or_create_string() 67 if (!exist) { in ceph_find_or_create_string() 79 if (exist) { in ceph_find_or_create_string() [all …]
|
/openbmc/linux/fs/ceph/ |
H A D | snap.c | 1181 exist = NULL; 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() 1201 return exist; in ceph_get_snapid_map() 1218 exist = NULL; in ceph_get_snapid_map() 1231 exist = NULL; in ceph_get_snapid_map() 1233 if (exist) { in ceph_get_snapid_map() 1241 if (exist) { in ceph_get_snapid_map() 1245 exist->snap, exist->dev); in ceph_get_snapid_map() [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/linux/fs/btrfs/ |
H A D | ref-verify.c | 285 if (exist) { in add_block_entry() 296 return exist; in add_block_entry() 317 struct ref_entry *ref = NULL, *exist; in add_tree_block() local 348 if (exist) { in add_tree_block() 349 exist->num_refs++; in add_tree_block() 818 if (exist) { in btrfs_ref_tree_mod() 820 if (exist->num_refs == 0) { in btrfs_ref_tree_mod() 829 exist->num_refs--; in btrfs_ref_tree_mod() 830 if (exist->num_refs == 0) { in btrfs_ref_tree_mod() 832 kfree(exist); in btrfs_ref_tree_mod() [all …]
|
H A D | delayed-ref.c | 591 struct btrfs_delayed_ref_node *exist; in insert_delayed_ref() local 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() 618 list_del_init(&exist->add_list); in insert_delayed_ref() 625 exist->ref_mod += mod; in insert_delayed_ref() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xmlsec1/xmlsec1/ |
H A D | 0001-nss-nspr-fix-for-multilib.patch | 31 …/include/$NSPR_INCLUDE_MARKER" and/or "$with_nspr/lib/$NSPR_LIB_MARKER" files don't exist), typo?]) 32 …r}/$NSPR_INCLUDE_MARKER" and/or "$with_nspr/${libdir}/$NSPR_LIB_MARKER" files don't exist), typo?]) 46 …nss/include/$NSS_INCLUDE_MARKER" and/or "$with_nss/lib/$NSS_LIB_MARKER" files don't exist), typo?]) 47 …edir}/$NSS_INCLUDE_MARKER" and/or "$with_nss/${libdir}/$NSS_LIB_MARKER" files don't exist), typo?])
|
/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/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/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/User/ |
H A D | Common.errors.yaml | 6 description: Specified user name does not exist. 24 description: Specified group name does not exist.
|
/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/openbmc/meta-openembedded/meta-oe/recipes-graphics/fontforge/fontforge/ |
H A D | 0001-Fix-Translations-containing-invalid-directives-hs.patch | 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" 252 "not exist in the new font.\n" 303 "not exist in the new font.\n" 321 "not exist in the new font.\n" 339 "not exist in the new font.\n" 357 "not exist in the new font.\n" [all …]
|
/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/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 …]
|
/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/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/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/tools/testing/selftests/ftrace/samples/ |
H A D | fail.tc | 3 cat non-exist-file
|
H A D | xfail.tc | 3 cat non-exist-file || exit_xfail
|
/openbmc/openbmc/meta-ibm/recipes-phosphor/network/network/ |
H A D | ncsi-netlink-ifindex | 7 echo Error: "${IFPATH}" does not exist 1>&2
|
/openbmc/qemu/tests/qapi-schema/ |
H A D | doc-bad-feature.err | 1 doc-bad-feature.json:7: documented feature 'a' does not exist
|
H A D | doc-bad-command-arg.err | 1 doc-bad-command-arg.json:6: documented member 'b' does not exist
|