Lines Matching full:equivalent
203 /// Equivalent to the kernel's [`pr_emerg`] macro.
228 /// Equivalent to the kernel's [`pr_alert`] macro.
253 /// Equivalent to the kernel's [`pr_crit`] macro.
278 /// Equivalent to the kernel's [`pr_err`] macro.
303 /// Equivalent to the kernel's [`pr_warn`] macro.
328 /// Equivalent to the kernel's [`pr_notice`] macro.
353 /// Equivalent to the kernel's [`pr_info`] macro.
379 /// Equivalent to the kernel's [`pr_debug`] macro, except that it doesn't support dynamic debug
408 /// Equivalent to the kernel's [`pr_cont`] macro.
434 /// This structure provides the Rust equivalent of the kernel's `DO_ONCE_LITE` macro.
492 /// This is equivalent to the kernel's `DO_ONCE_LITE` macro.
512 /// Equivalent to the kernel's `pr_emerg_once` macro.
522 /// Equivalent to the kernel's `pr_alert_once` macro.
532 /// Equivalent to the kernel's `pr_crit_once` macro.
542 /// Equivalent to the kernel's `pr_err_once` macro.
552 /// Equivalent to the kernel's `pr_warn_once` macro.
562 /// Equivalent to the kernel's `pr_notice_once` macro.
572 /// Equivalent to the kernel's `pr_info_once` macro.