Home
last modified time | relevance | path

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

12345

/Linux-v5.4/tools/testing/selftests/powerpc/
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-v5.4/Documentation/media/uapi/mediactl/
Dmedia-ioc-device-info.rst61 - Name of the driver implementing the media API as a NUL-terminated
71 - Device model name as a NUL-terminated UTF-8 string. The device
77 - Serial number as a NUL-terminated ASCII string.
81 - Location of the device in the system as a NUL-terminated ASCII
Dmedia-ioc-enum-entities.rst83 - Entity name as an UTF-8 NULL-terminated string. This name must be unique
/Linux-v5.4/scripts/coccinelle/misc/
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-v5.4/Documentation/process/
Ddeprecated.rst78 NUL or newline terminated.
89 strncpy() on NUL-terminated strings
92 will be NUL terminated. This can lead to various linear read overflows
96 only NUL-terminated strings. The safe replacement is :c:func:`strscpy`.
100 If a caller is using non-NUL-terminated strings, :c:func:`strncpy()` can
109 linear read overflows if a source string is not NUL-terminated. The
/Linux-v5.4/fs/romfs/
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-v5.4/Documentation/media/uapi/v4l/
Dvidioc-querycap.rst61 - Name of the driver, a unique NUL-terminated ASCII string. For
69 sure the strings are properly NUL-terminated.
72 - Name of the device, a NUL-terminated UTF-8 string. For example:
82 - Location of the device in the system, a NUL-terminated ASCII
Dfunc-close.rst43 Closes the device. Any I/O in progress is terminated and resources
Dvidioc-g-audioout.rst81 - Name of the audio output, a NUL-terminated ASCII string, for
Dvidioc-g-audio.rst74 - Name of the audio input, a NUL-terminated ASCII string, for
Dvidioc-enum-fmt.rst85 - Description of the format, a NUL-terminated ASCII string. This
/Linux-v5.4/Documentation/admin-guide/
Dlcd-panel-cgram.rst8 number, and up to 8 couples of hex digits terminated by a semi-colon
/Linux-v5.4/Documentation/devicetree/bindings/power/supply/
Dbq2415x.txt25 - ti,termination-current: integer, charge will be terminated when current in
Drt9455_charger.txt14 charge is terminated.
Dbq25890.txt12 - ti,termination-current: integer, charge will be terminated when current in
Dbq24257.txt13 - ti,termination-current: integer, charge will be terminated when current in
/Linux-v5.4/Documentation/networking/
Dlapb-module.txt222 terminated. The values for reason are:
224 LAPB_OK The LAPB link was terminated normally.
232 This is called by the LAPB module when the link is terminated by the remote
237 LAPB_OK The LAPB link was terminated normally by the remote
/Linux-v5.4/Documentation/hwmon/
Dhwmon-kernel-api.rst61 a pointer to a list of sysfs attribute groups. The list must be NULL terminated.
109 `const struct attribute_group **extra_groups` Null-terminated list of additional non-standard
128 NULL-terminated list of device channel descriptors.
184 Pointer to a 0-terminated list of configuration values for each
/Linux-v5.4/tools/testing/selftests/ftrace/
DREADME42 command fails, the test will be terminated immediately.
/Linux-v5.4/Documentation/isdn/
Dinterface_capi.rst89 the name of the driver, as a zero-terminated ASCII string
91 the revision number of the driver, as a zero-terminated ASCII string
116 the name of the controller, as a zero-terminated ASCII string
119 the name of the driver, as a zero-terminated ASCII string
/Linux-v5.4/Documentation/misc-devices/
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
/Linux-v5.4/Documentation/ABI/testing/
Dsysfs-firmware-qemu_fw_cfg48 name : The 56-byte nul-terminated ASCII string used as the
Dsysfs-firmware-dmi-entries63 terminated strings, with termination signalled
/Linux-v5.4/Documentation/filesystems/
Dromfs.txt67 16 | volume name | The zero terminated name of the volume,
100 16 | file name | The zero terminated name of the file,
/Linux-v5.4/drivers/scsi/
Dscsi_scan.c535 int terminated = 0; in scsi_sanitize_inquiry_string() local
539 terminated = 1; in scsi_sanitize_inquiry_string()
540 if (terminated || *s < 0x20 || *s > 0x7e) in scsi_sanitize_inquiry_string()

12345