Home
last modified time | relevance | path

Searched full:formatting (Results 1 – 25 of 146) sorted by relevance

123456

/linux/drivers/scsi/esas2r/
H A Desas2r_log.c72 /* A shared buffer to use for formatting messages. */
75 /* A lock to protect the shared buffer used for formatting messages. */
111 * outlined by the formatting string, the input device information and the
116 * @param [in] format the formatting string for the message
117 * @param [in] args the substition arguments to the formatting string
185 * @param [in] ... the substitution arguments to the formatting string
209 * @param [in] format the formatting string for the message
210 * @param [in] ... the substitution arguments to the formatting string
/linux/rust/kernel/
H A Dprint.rs137 /// Performs formatting and forwards the string to [`call_printk`].
201 /// [`std::format!`] for information about the formatting syntax.
226 /// [`std::format!`] for information about the formatting syntax.
251 /// [`std::format!`] for information about the formatting syntax.
276 /// [`std::format!`] for information about the formatting syntax.
301 /// [`std::format!`] for information about the formatting syntax.
326 /// [`std::format!`] for information about the formatting syntax.
351 /// [`std::format!`] for information about the formatting syntax.
378 /// [`std::format!`] for information about the formatting syntax.
406 /// [`std::format!`] for information about the formatting syntax.
H A Dfmt.rs3 //! Formatting utilities.
H A Dstatic_assert.rs10 /// Currently only a string literal without formatting is supported
H A Dseq_file.rs46 /// Write to a [`SeqFile`] with the ordinary Rust formatting syntax.
/linux/drivers/mtd/
H A Dnftlmount.c329 printk("Error while formatting block %d\n", block); in NFTL_formatblock()
453 * in the for (;;) loop formatting blocks ??
459 printk("Formatting chain at block %d\n", first_block); in format_chain()
464 printk("Formatting block %d\n", block); in format_chain()
620 printk("Formatting block %d\n", block); in NFTL_mount()
769 printk("Unreferenced block %d, formatting it\n", block); in NFTL_mount()
/linux/
H A D.rustfmt.toml4 # Unstable options that help catching some mistakes in formatting and that we may want to enable
/linux/Documentation/hwmon/
H A Dsubmitting-patches.rst61 formatting is clean. If unsure about formatting in your new driver, run it
/linux/Documentation/dev-tools/
H A Dclang-format.rst68 To avoid ``clang-format`` formatting some portion of a file, you can do::
182 They are typically useful for block re-formatting, rather than full-file.
/linux/tools/power/pm-graph/config/
H A Dcustom-timeline-functions.cfg79 # and stack formatting. Three pieces of info are required. The function name,
144 # and stack formatting. Three pieces of info are required. The function name,
/linux/include/uapi/linux/
H A Dfd.h69 * Formatting (obsolete)
78 /* begin formatting a disk */
82 /* end formatting a disk */
/linux/tools/lib/perf/Documentation/
H A Dmanpage-bold-literal.xsl2 special formatting for manpages rendered from asciidoc+docbook -->
H A Dmanpage-base.xsl2 special formatting for manpages rendered from asciidoc+docbook -->
/linux/tools/perf/Documentation/
H A Dmanpage-bold-literal.xsl2 special formatting for manpages rendered from asciidoc+docbook -->
H A Dmanpage-base.xsl2 special formatting for manpages rendered from asciidoc+docbook -->
/linux/Documentation/devicetree/bindings/sound/
H A Dac97-bus.txt9 given by "%04x" formatting of printf
/linux/Documentation/scsi/
H A DChangeLog.lpfc257 * In lpfc_workq_post_event, clean up comment formatting and remove
271 ill-formatting multiline comments.
1244 * Formatting changes: get rid of leading spaces in code
1291 * Fix formatting of lpfc_driver
1360 * Minor formatting (spaces to tabs) cleanup in lpfc_sched.h
1377 * Further formatting/whitespace/line length cleanup on: lpfc_ct.c
1412 * Clean up formatting in hbaapi.h, lpfc.h, lpfc_cfgparm.h,
1425 * Clean up formatting in lpfc_sli.c and lpfc_sysfs.c - mostly
1512 * Clean up formatting of elx_sli.h (tabs for indents, 80 column
1665 * Minor formatting changes fix up comments
[all …]
/linux/scripts/coccinelle/api/
H A Ddevice_attr_show.cocci4 /// show() should only use sysfs_emit() or sysfs_emit_at() when formatting
/linux/include/uapi/scsi/
H A Dscsi_netlink_fc.h43 * formatting requirements specified in scsi_netlink.h
/linux/drivers/crypto/caam/
H A Derror.c109 …rror in the format of data received. When running RSA, this means that formatting with random padd…
110 …running RSA, pdb size N < (size of F) when no formatting is used; or pdb size N < (F + 11) when fo…
/linux/include/linux/
H A Dsprintf.h28 /* Used for Rust formatting ('%pA') */
/linux/Documentation/netlabel/
H A Dintroduction.rst37 formatting of these NetLabel messages as well as the Generic NETLINK family
/linux/Documentation/rust/
H A Dcoding-guidelines.rst9 Style & formatting
77 The trailing empty comment allows to preserve this formatting. Not only that,
112 Eventually, the goal is to get ``rustfmt`` to support this formatting style (or
/linux/include/scsi/
H A Dscsi_bsg_iscsi.h45 * formatting requirements specified in scsi_netlink.h
/linux/drivers/iio/test/
H A Diio-test-format.c2 /* Unit tests for IIO formatting functions
270 MODULE_DESCRIPTION("Test IIO formatting functions");

123456