Home
last modified time | relevance | path

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

1234

/Linux-v4.19/tools/testing/selftests/powerpc/
Dharness.c28 bool terminated; in run_test() local
48 terminated = false; in run_test()
58 if (terminated) { in run_test()
65 terminated = true; in run_test()
/Linux-v4.19/Documentation/media/uapi/mediactl/
Dmedia-ioc-device-info.rst53 - Name of the driver implementing the media API as a NUL-terminated
63 - Device model name as a NUL-terminated UTF-8 string. The device
69 - Serial number as a NUL-terminated ASCII string.
73 - Location of the device in the system as a NUL-terminated ASCII
Dmedia-ioc-enum-entities.rst75 - Entity name as an UTF-8 NULL-terminated string. This name must be unique
/Linux-v4.19/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-v4.19/fs/romfs/
Dstorage.c173 bool matched, terminated = false; in romfs_blk_strcmp() local
189 terminated = true; in romfs_blk_strcmp()
198 if (!terminated) { in romfs_blk_strcmp()
/Linux-v4.19/Documentation/media/uapi/v4l/
Dfunc-close.rst36 Closes the device. Any I/O in progress is terminated and resources
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
Dvidioc-enum-fmt.rst74 - Description of the format, a NUL-terminated ASCII string. This
Dvidioc-g-audioout.rst74 - Name of the audio output, a NUL-terminated ASCII string, for
Dvidioc-g-audio.rst67 - Name of the audio input, a NUL-terminated ASCII string, for
Dvidioc-enumoutput.rst58 - Name of the video output, a NUL-terminated ASCII string, for
/Linux-v4.19/Documentation/auxdisplay/
Dlcd-panel-cgram.txt4 number, and up to 8 couples of hex digits terminated by a semi-colon
/Linux-v4.19/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.txt9 - 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-v4.19/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-v4.19/Documentation/hwmon/
Dhwmon-kernel-api.txt60 a pointer to a list of sysfs attribute groups. The list must be NULL terminated.
109 Null-terminated list of additional non-standard
125 * info: NULL-terminated list of device channel descriptors.
172 * config: Pointer to a 0-terminated list of configuration values for each
/Linux-v4.19/Documentation/isdn/
DINTERFACE.CAPI83 the name of the driver, as a zero-terminated ASCII string
85 the revision number of the driver, as a zero-terminated ASCII string
108 the name of the controller, as a zero-terminated ASCII string
111 the name of the driver, as a zero-terminated ASCII string
/Linux-v4.19/tools/testing/selftests/ftrace/
DREADME42 command fails, the test will be terminated immediately.
/Linux-v4.19/Documentation/misc-devices/
Dibmvmc.rst80 terminated, or one side has called H_FREE_CRQ to close their CRQ.
210 causes the session to be terminated. The device driver must free any
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-firmware-qemu_fw_cfg48 name : The 56-byte nul-terminated ASCII string used as the
/Linux-v4.19/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-v4.19/drivers/scsi/
Dscsi_scan.c543 int terminated = 0; in scsi_sanitize_inquiry_string() local
547 terminated = 1; in scsi_sanitize_inquiry_string()
548 if (terminated || *s < 0x20 || *s > 0x7e) in scsi_sanitize_inquiry_string()
/Linux-v4.19/Documentation/security/
DIMA-templates.rst11 The pathname is a null terminated string, limited to 255 characters.

1234