Lines Matching full:information

43 /// identifying information. Bus devices are visible in sysfs under `/sys/bus/<bus-name>/devices/`.
374 /// Prints an emergency-level message (level 0) prefixed with device information.
384 /// Prints an alert-level message (level 1) prefixed with device information.
394 /// Prints a critical-level message (level 2) prefixed with device information.
404 /// Prints an error-level message (level 3) prefixed with device information.
414 /// Prints a warning-level message (level 4) prefixed with device information.
424 /// Prints a notice-level message (level 5) prefixed with device information.
434 /// Prints an info-level message (level 6) prefixed with device information.
444 /// Prints a debug-level message (level 7) prefixed with device information.
735 /// Prints an emergency-level message (level 0) prefixed with device information.
741 /// Mimics the interface of [`std::print!`]. More information about the syntax is available from
761 /// Prints an alert-level message (level 1) prefixed with device information.
767 /// Mimics the interface of [`std::print!`]. More information about the syntax is available from
787 /// Prints a critical-level message (level 2) prefixed with device information.
793 /// Mimics the interface of [`std::print!`]. More information about the syntax is available from
813 /// Prints an error-level message (level 3) prefixed with device information.
819 /// Mimics the interface of [`std::print!`]. More information about the syntax is available from
839 /// Prints a warning-level message (level 4) prefixed with device information.
845 /// Mimics the interface of [`std::print!`]. More information about the syntax is available from
865 /// Prints a notice-level message (level 5) prefixed with device information.
871 /// Mimics the interface of [`std::print!`]. More information about the syntax is available from
891 /// Prints an info-level message (level 6) prefixed with device information.
897 /// Mimics the interface of [`std::print!`]. More information about the syntax is available from
917 /// Prints a debug-level message (level 7) prefixed with device information.
923 /// Mimics the interface of [`std::print!`]. More information about the syntax is available from