Home
last modified time | relevance | path

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

12345

/Linux-v5.15/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.15/tools/testing/selftests/arm64/signal/testcases/
Dtestcases.c80 bool terminated = false; in validate_reserved() local
91 while (head && !terminated && offs < resv_sz) { in validate_reserved()
102 terminated = true; in validate_reserved()
172 if (terminated && !(flags & FPSIMD_CTX)) { in validate_reserved()
/Linux-v5.15/Documentation/userspace-api/media/mediactl/
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
Dmedia-ioc-enum-entities.rst72 - Entity name as an UTF-8 NULL-terminated string. This name must be unique
/Linux-v5.15/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.15/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.15/Documentation/userspace-api/media/v4l/
Dfunc-close.rst33 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-g-audioout.rst73 - Name of the audio output, a NUL-terminated ASCII string, for
Dvidioc-g-audio.rst66 - Name of the audio input, a NUL-terminated ASCII string, for
Dvidioc-enumoutput.rst56 - Name of the video output, a NUL-terminated ASCII string, for
/Linux-v5.15/Documentation/admin-guide/
Dlcd-panel-cgram.rst8 number, and up to 8 couples of hex digits terminated by a semi-colon
/Linux-v5.15/Documentation/process/
Ddeprecated.rst105 NUL or newline terminated.
119 strncpy() on NUL-terminated strings
122 be NUL terminated. This can lead to various linear read overflows and
126 for callers using only NUL-terminated strings. The safe replacement is
133 If a caller is using non-NUL-terminated strings, strncpy() can
143 if a source string is not NUL-terminated. The safe replacement is strscpy(),
/Linux-v5.15/Documentation/networking/
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
Dx25-iface.rst65 LAPB link has been terminated. This same message is used for both a LAPB
/Linux-v5.15/Documentation/isdn/
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-v5.15/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.15/tools/testing/selftests/ftrace/
DREADME42 command fails, the test will be terminated immediately.
/Linux-v5.15/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.15/Documentation/bpf/
Dprog_sk_lookup.rst62 selection. Selecting a socket only takes effect if the program has terminated
/Linux-v5.15/Documentation/ABI/testing/
Dsysfs-firmware-qemu_fw_cfg49 name The 56-byte nul-terminated ASCII string used as the
Dsysfs-firmware-dmi-entries64 terminated strings, with termination signalled
/Linux-v5.15/Documentation/filesystems/
Dromfs.rst71 16 | volume name | The zero terminated name of the volume,
104 16 | file name | The zero terminated name of the file,
/Linux-v5.15/drivers/scsi/
Dscsi_scan.c559 int terminated = 0; in scsi_sanitize_inquiry_string() local
563 terminated = 1; in scsi_sanitize_inquiry_string()
564 if (terminated || *s < 0x20 || *s > 0x7e) in scsi_sanitize_inquiry_string()
/Linux-v5.15/tools/lib/traceevent/Documentation/
Dlibtraceevent-tseq.txt49 The _trace_seq_puts()_ function puts a NULL terminated string _str_ in the

12345