| /Linux-v5.4/tools/testing/selftests/powerpc/ |
| D | harness.c | 29 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/ |
| D | media-ioc-device-info.rst | 61 - 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
|
| D | media-ioc-enum-entities.rst | 83 - Entity name as an UTF-8 NULL-terminated string. This name must be unique
|
| /Linux-v5.4/scripts/coccinelle/misc/ |
| D | of_table.cocci | 2 /// 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/ |
| D | deprecated.rst | 78 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/ |
| D | storage.c | 169 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/ |
| D | vidioc-querycap.rst | 61 - 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
|
| D | func-close.rst | 43 Closes the device. Any I/O in progress is terminated and resources
|
| D | vidioc-g-audioout.rst | 81 - Name of the audio output, a NUL-terminated ASCII string, for
|
| D | vidioc-g-audio.rst | 74 - Name of the audio input, a NUL-terminated ASCII string, for
|
| D | vidioc-enum-fmt.rst | 85 - Description of the format, a NUL-terminated ASCII string. This
|
| /Linux-v5.4/Documentation/admin-guide/ |
| D | lcd-panel-cgram.rst | 8 number, and up to 8 couples of hex digits terminated by a semi-colon
|
| /Linux-v5.4/Documentation/devicetree/bindings/power/supply/ |
| D | bq2415x.txt | 25 - ti,termination-current: integer, charge will be terminated when current in
|
| D | rt9455_charger.txt | 14 charge is terminated.
|
| D | bq25890.txt | 12 - ti,termination-current: integer, charge will be terminated when current in
|
| D | bq24257.txt | 13 - ti,termination-current: integer, charge will be terminated when current in
|
| /Linux-v5.4/Documentation/networking/ |
| D | lapb-module.txt | 222 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/ |
| D | hwmon-kernel-api.rst | 61 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/ |
| D | README | 42 command fails, the test will be terminated immediately.
|
| /Linux-v5.4/Documentation/isdn/ |
| D | interface_capi.rst | 89 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/ |
| D | ibmvmc.rst | 81 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/ |
| D | sysfs-firmware-qemu_fw_cfg | 48 name : The 56-byte nul-terminated ASCII string used as the
|
| D | sysfs-firmware-dmi-entries | 63 terminated strings, with termination signalled
|
| /Linux-v5.4/Documentation/filesystems/ |
| D | romfs.txt | 67 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/ |
| D | scsi_scan.c | 535 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()
|