Home
last modified time | relevance | path

Searched refs:terminated (Results 1 – 25 of 326) sorted by relevance

12345678910>>...14

/openbmc/linux/tools/testing/selftests/powerpc/
H A Dharness.c29 bool terminated; in run_test() local
50 terminated = false; in run_test()
60 if (terminated) { in run_test()
67 terminated = true; in run_test()
/openbmc/linux/tools/testing/selftests/arm64/signal/testcases/
H A Dtestcases.c133 bool terminated = false; in validate_reserved() local
150 while (head && !terminated && offs < resv_sz) { in validate_reserved()
172 terminated = true; in validate_reserved()
278 if (terminated && !(flags & FPSIMD_CTX)) { in validate_reserved()
283 if (terminated && (flags & ZT_CTX) && !(flags & ZA_CTX)) { in validate_reserved()
/openbmc/linux/Documentation/userspace-api/media/mediactl/
H A Dmedia-ioc-device-info.rst51 - Name of the driver implementing the media API as a NUL-terminated
61 - Device model name as a NUL-terminated UTF-8 string. The device
67 - Serial number as a NUL-terminated ASCII string.
71 - Location of the device in the system as a NUL-terminated ASCII
/openbmc/linux/scripts/coccinelle/misc/
H A Dof_table.cocci2 /// Make sure (of/i2c/platform)_device_id tables are NULL terminated
85 msg = "%s is not NULL terminated at line %s" % (arr, p1[0].line)
/openbmc/linux/fs/romfs/
H A Dstorage.c169 bool matched, terminated = false; in romfs_blk_strcmp() local
185 terminated = true; in romfs_blk_strcmp()
194 if (!terminated) { in romfs_blk_strcmp()
/openbmc/u-boot/board/freescale/ls1012aqds/
H A DREADME41 - One SAI port terminated at 2x6 header
42 - Three SAI Tx/Rx ports terminated at 2x3 headers
/openbmc/linux/Documentation/firmware-guide/acpi/
H A Dchromeos-acpi-device.rst89 A null-terminated ASCII string containing the hardware ID from the Model-Specific Data area of
105 A null-terminated ASCII string containing the complete firmware version for the rewritable
119 A null-terminated ASCII string containing the complete firmware version for the read-only
214 Where ASCIIZ means a null-terminated ASCII string.
345 A package containing a list of null-terminated ASCII strings, one for each control method
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/
H A Dparselogs-ignores-qemuarm64.txt3 (EE) Server terminated with error (1). Closing log file.
/openbmc/phosphor-pid-control/
H A Dmeson.options4 …lean', value: false, description: 'Set the fans at the failsafe PWM when reloading or terminated.')
/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-apps/xfce4-datetime-setter/files/
H A Dfix-inner-dependency.patch6 | compilation terminated.
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dfunc-close.rst33 Closes the device. Any I/O in progress is terminated and resources
H A Dvidioc-querycap.rst54 - Name of the driver, a unique NUL-terminated ASCII string. For
62 sure the strings are properly NUL-terminated.
65 - Name of the device, a NUL-terminated UTF-8 string. For example:
75 - Location of the device in the system, a NUL-terminated ASCII
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc-2.0.2/
H A D0004-mtd-utils-common.h-no-features.h-for-klibc-builds.patch12 compilation terminated
/openbmc/openbmc/poky/meta/recipes-core/readline/readline/
H A Dreadline82-002.patch14 terminated, leading to a memory fault.
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/
H A Drdist-6.1.5-fix-parallel-build.patch7 | compilation terminated.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pcp/pcp/
H A D0001-htop-Change-dependency-order-of-header-and-sourcefil.patch10 | compilation terminated.
/openbmc/openbmc/poky/meta/recipes-support/p11-kit/files/
H A Dfix-parallel-build-failures.patch6 | compilation terminated.
/openbmc/openbmc/poky/meta/recipes-devtools/expect/expect/
H A D0001-exp_main_sub.c-Use-PATH_MAX-for-path.patch8 *** buffer overflow detected ***: expect terminated
/openbmc/linux/Documentation/admin-guide/
H A Dlcd-panel-cgram.rst8 number, and up to 8 couples of hex digits terminated by a semi-colon
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gimp/gimp/gimp/
H A D0001-libtool-Do-not-add-build-time-library-paths-to-LD_LI.patch30 # Some systems cannot cope with colon-terminated $shlibpath_var
/openbmc/linux/Documentation/process/
H A Ddeprecated.rst120 NUL or newline terminated.
134 strncpy() on NUL-terminated strings
137 be NUL terminated. This can lead to various linear read overflows and
141 for callers using only NUL-terminated strings.
143 When the destination is required to be NUL-terminated, the replacement is
150 If a caller is using non-NUL-terminated strings, strtomem() should be
161 if a source string is not NUL-terminated. The safe replacement is strscpy(),
/openbmc/openbmc/poky/meta/recipes-extended/iptables/iptables/
H A D0004-configure.ac-only-check-conntrack-when-libnfnetlink-.patch18 compilation terminated.
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-extended/tgt/files/
H A D0001-Correct-the-path-of-header-files-check-in-Yocto-buil.patch13 | compilation terminated.
/openbmc/linux/Documentation/networking/
H A Dlapb-module.rst257 terminated. The values for reason are:
260 LAPB_OK The LAPB link was terminated normally.
270 This is called by the LAPB module when the link is terminated by the remote
276 LAPB_OK The LAPB link was terminated normally by the remote
/openbmc/qemu/docs/specs/
H A Dpci-testdev.rst27 uint8_t name[]; /* for debugging. 0-terminated ASCII string. */

12345678910>>...14