Home
last modified time | relevance | path

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

123456

/linux-6.15/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()
/linux-6.15/tools/testing/selftests/arm64/signal/testcases/
H A Dtestcases.c110 bool terminated = false; in validate_reserved() local
127 while (head && !terminated && offs < resv_sz) { in validate_reserved()
149 terminated = true; in validate_reserved()
274 if (terminated && !(flags & FPSIMD_CTX)) { in validate_reserved()
279 if (terminated && (flags & ZT_CTX) && !(flags & ZA_CTX)) { in validate_reserved()
/linux-6.15/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
H A Dmedia-ioc-enum-entities.rst72 - Entity name as an UTF-8 NULL-terminated string. This name must be unique
/linux-6.15/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)
/linux-6.15/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()
/linux-6.15/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
/linux-6.15/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
H A Dvidioc-g-audioout.rst73 - Name of the audio output, a NUL-terminated ASCII string, for
H A Dvidioc-g-audio.rst66 - Name of the audio input, a NUL-terminated ASCII string, for
/linux-6.15/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(),
/linux-6.15/Documentation/admin-guide/
H A Dlcd-panel-cgram.rst8 number, and up to 8 couples of hex digits terminated by a semi-colon
/linux-6.15/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
H A Dx25-iface.rst64 LAPB link has been terminated. This same message is used for both a LAPB
/linux-6.15/drivers/firmware/arm_scmi/vendors/imx/
H A Dimx95.rst193 |uint8 name[16] |Null-terminated ASCII string of up to 16 bytes in length |
626 |uint8 date[16] |Date of build. Null terminated ASCII string of up to 16 |
629 |uint8 time[16] |Time of build. Null terminated ASCII string of up to 16 |
710 |uint8 name[16] |Null-terminated ASCII string of up to 16 bytes in length |
789 |uint8 siname[16] |Silicon name/revision. Null terminated ASCII string of up|
809 |uint8 cfgname[16] |config file basename. Null terminated ASCII string of up |
/linux-6.15/Documentation/isdn/
H A Dinterface_capi.rst82 the name of the driver, as a zero-terminated ASCII string
84 the revision number of the driver, as a zero-terminated ASCII string
106 the name of the controller, as a zero-terminated ASCII string
109 the name of the driver, as a zero-terminated ASCII string
/linux-6.15/Documentation/devicetree/bindings/power/supply/
H A Dbq2415x.yaml55 charge will be terminated when current in constant-voltage phase drops
H A Drichtek,rt9455.yaml33 below output_charge_current x end-of-charge-percentage, charge is terminated.
H A Dbq25890.yaml45 charge will be terminated when current in constant-voltage phase
H A Dbq24257.yaml40 charge will be terminated when current in constant-voltage phase
/linux-6.15/tools/testing/selftests/ftrace/
H A DREADME42 command fails, the test will be terminated immediately.
/linux-6.15/Documentation/hwmon/
H A Dhwmon-kernel-api.rst93 `const struct attribute_group **extra_groups` Null-terminated list of additional non-standard
112 NULL-terminated list of device channel descriptors.
168 Pointer to a 0-terminated list of configuration values for each
/linux-6.15/Documentation/gpu/
H A Ddrm-compute.rst23 from being terminated. There are several possible approach, all with their
/linux-6.15/Documentation/misc-devices/
H A Dibmvmc.rst81 terminated, or one side has called H_FREE_CRQ to close their CRQ.
211 causes the session to be terminated. The device driver must free any

123456