Home
last modified time | relevance | path

Searched refs:is_level (Results 51 – 75 of 281) sorted by relevance

12345678910>>...12

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/iommu/
H A Dhyperv-iommu.c186 bool is_level; member
224 status = hv_map_ioapic_interrupt(ioapic_id, data->is_level, cpu, in hyperv_root_ir_compose_msi_msg()
299 data->is_level = info->ioapic.is_level; in hyperv_root_irq_remapping_alloc()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/iommu/
H A Dhyperv-iommu.c186 bool is_level; member
224 status = hv_map_ioapic_interrupt(ioapic_id, data->is_level, cpu, in hyperv_root_ir_compose_msi_msg()
299 data->is_level = info->ioapic.is_level; in hyperv_root_irq_remapping_alloc()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/iommu/
H A Dhyperv-iommu.c186 bool is_level; member
224 status = hv_map_ioapic_interrupt(ioapic_id, data->is_level, cpu, in hyperv_root_ir_compose_msi_msg()
299 data->is_level = info->ioapic.is_level; in hyperv_root_irq_remapping_alloc()
/dports/devel/p5-Log-Any/Log-Any-1.710/lib/Log/Any/Adapter/
H A DMultiplex.pm31 my $is_level = "is_$level";
33 if ($adapter->$is_level) {
/dports/devel/p5-Log-Handler/Log-Handler-0.90/lib/Log/Handler/
H A DLevels.pm289 my $is_level = "is_$level";
294 return $self->$is_level ? $self->$level(Dumper(@_)) : 1;
/dports/sysutils/vector/vector-0.10.0/cargo-crates/tracing-attributes-0.1.8/src/
H A Dlib.rs492 fn is_level(lit: &LitInt, expected: u64) -> bool { in level() function
515 Some(Lit::Int(ref lit)) if is_level(lit, 1) => quote!(tracing::Level::TRACE), in level()
516 Some(Lit::Int(ref lit)) if is_level(lit, 2) => quote!(tracing::Level::DEBUG), in level()
517 Some(Lit::Int(ref lit)) if is_level(lit, 3) => quote!(tracing::Level::INFO), in level()
518 Some(Lit::Int(ref lit)) if is_level(lit, 4) => quote!(tracing::Level::WARN), in level()
519 Some(Lit::Int(ref lit)) if is_level(lit, 5) => quote!(tracing::Level::ERROR), in level()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/logging/
H A DlogTagSet.hpp114 bool is_level(LogLevelType level) const { in is_level() function in LogTagSet
115 return _output_list.is_level(level); in is_level()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/logging/
H A DlogTagSet.hpp114 bool is_level(LogLevelType level) const { in is_level() function in LogTagSet
115 return _output_list.is_level(level); in is_level()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/logging/
H A DlogTagSet.hpp114 bool is_level(LogLevelType level) const { in is_level() function in LogTagSet
115 return _output_list.is_level(level); in is_level()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/logging/
H A DlogTagSet.hpp114 bool is_level(LogLevelType level) const { in is_level() function in LogTagSet
115 return _output_list.is_level(level); in is_level()
/dports/www/phpgroupware/phpgroupware-0.9.16.017/phpgwapi/inc/
H A Dclass.log.inc.php73 function is_level($level) function in log
98 if ( $this->is_level($level) ) {
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/logging/
H A DlogTagSet.hpp114 bool is_level(LogLevelType level) const { in is_level() function in LogTagSet
115 return _output_list.is_level(level); in is_level()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/logging/
H A DlogTagSet.hpp114 bool is_level(LogLevelType level) const { in is_level() function in LogTagSet
115 return _output_list.is_level(level); in is_level()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/logging/
H A DlogTagSet.hpp118 bool is_level(LogLevelType level) const { in is_level() function in LogTagSet
119 return _output_list.is_level(level); in is_level()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/logging/
H A DlogTagSet.hpp125 bool is_level(LogLevelType level) const { in is_level() function in LogTagSet
126 return _output_list.is_level(level); in is_level()
/dports/devel/sccache/sccache-0.2.15/cargo-crates/tracing-attributes-0.1.11/src/
H A Dlib.rs511 fn is_level(lit: &LitInt, expected: u64) -> bool { in level() function
534 Some(Level::Int(ref lit)) if is_level(lit, 1) => quote!(tracing::Level::TRACE), in level()
535 Some(Level::Int(ref lit)) if is_level(lit, 2) => quote!(tracing::Level::DEBUG), in level()
536 Some(Level::Int(ref lit)) if is_level(lit, 3) => quote!(tracing::Level::INFO), in level()
537 Some(Level::Int(ref lit)) if is_level(lit, 4) => quote!(tracing::Level::WARN), in level()
538 Some(Level::Int(ref lit)) if is_level(lit, 5) => quote!(tracing::Level::ERROR), in level()
/dports/misc/xd-rust/delan-xd-4bdbb191ed6d/cargo-crates/tracing-attributes-0.1.11/src/
H A Dlib.rs511 fn is_level(lit: &LitInt, expected: u64) -> bool { in level() function
534 Some(Level::Int(ref lit)) if is_level(lit, 1) => quote!(tracing::Level::TRACE), in level()
535 Some(Level::Int(ref lit)) if is_level(lit, 2) => quote!(tracing::Level::DEBUG), in level()
536 Some(Level::Int(ref lit)) if is_level(lit, 3) => quote!(tracing::Level::INFO), in level()
537 Some(Level::Int(ref lit)) if is_level(lit, 4) => quote!(tracing::Level::WARN), in level()
538 Some(Level::Int(ref lit)) if is_level(lit, 5) => quote!(tracing::Level::ERROR), in level()
/dports/devel/racer/racer-2.1.48/cargo-crates/tracing-attributes-0.1.11/src/
H A Dlib.rs511 fn is_level(lit: &LitInt, expected: u64) -> bool { in level() function
534 Some(Level::Int(ref lit)) if is_level(lit, 1) => quote!(tracing::Level::TRACE), in level()
535 Some(Level::Int(ref lit)) if is_level(lit, 2) => quote!(tracing::Level::DEBUG), in level()
536 Some(Level::Int(ref lit)) if is_level(lit, 3) => quote!(tracing::Level::INFO), in level()
537 Some(Level::Int(ref lit)) if is_level(lit, 4) => quote!(tracing::Level::WARN), in level()
538 Some(Level::Int(ref lit)) if is_level(lit, 5) => quote!(tracing::Level::ERROR), in level()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/tracing-attributes-0.1.15/src/
H A Dlib.rs752 fn is_level(lit: &LitInt, expected: u64) -> bool { in level() function
775 Some(Level::Int(ref lit)) if is_level(lit, 1) => quote!(tracing::Level::TRACE), in level()
776 Some(Level::Int(ref lit)) if is_level(lit, 2) => quote!(tracing::Level::DEBUG), in level()
777 Some(Level::Int(ref lit)) if is_level(lit, 3) => quote!(tracing::Level::INFO), in level()
778 Some(Level::Int(ref lit)) if is_level(lit, 4) => quote!(tracing::Level::WARN), in level()
779 Some(Level::Int(ref lit)) if is_level(lit, 5) => quote!(tracing::Level::ERROR), in level()
/dports/www/gtkhtml4/gtkhtml-4.10.0/gtkhtml/
H A Dhtmlundo-action.h39 gboolean is_level; member
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/tty/serial/8250/
H A D8250_fintek.c249 static void fintek_8250_set_irq_mode(struct fintek_8250 *pdata, bool is_level) in fintek_8250_set_irq_mode() argument
263 is_level ? 0 : F81866_IRQ_MODE0); in fintek_8250_set_irq_mode()
272 is_level ? IRQ_LEVEL_LOW : IRQ_EDGE_HIGH); in fintek_8250_set_irq_mode()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/tty/serial/8250/
H A D8250_fintek.c249 static void fintek_8250_set_irq_mode(struct fintek_8250 *pdata, bool is_level) in fintek_8250_set_irq_mode() argument
263 is_level ? 0 : F81866_IRQ_MODE0); in fintek_8250_set_irq_mode()
272 is_level ? IRQ_LEVEL_LOW : IRQ_EDGE_HIGH); in fintek_8250_set_irq_mode()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/tty/serial/8250/
H A D8250_fintek.c249 static void fintek_8250_set_irq_mode(struct fintek_8250 *pdata, bool is_level) in fintek_8250_set_irq_mode() argument
263 is_level ? 0 : F81866_IRQ_MODE0); in fintek_8250_set_irq_mode()
272 is_level ? IRQ_LEVEL_LOW : IRQ_EDGE_HIGH); in fintek_8250_set_irq_mode()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/tracing-attributes-0.1.18/src/
H A Dlib.rs812 fn is_level(lit: &LitInt, expected: u64) -> bool { in level() function
835 Some(Level::Int(ref lit)) if is_level(lit, 1) => quote!(tracing::Level::TRACE), in level()
836 Some(Level::Int(ref lit)) if is_level(lit, 2) => quote!(tracing::Level::DEBUG), in level()
837 Some(Level::Int(ref lit)) if is_level(lit, 3) => quote!(tracing::Level::INFO), in level()
838 Some(Level::Int(ref lit)) if is_level(lit, 4) => quote!(tracing::Level::WARN), in level()
839 Some(Level::Int(ref lit)) if is_level(lit, 5) => quote!(tracing::Level::ERROR), in level()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/tracing-attributes-0.1.18/src/
H A Dlib.rs812 fn is_level(lit: &LitInt, expected: u64) -> bool { in level() function
835 Some(Level::Int(ref lit)) if is_level(lit, 1) => quote!(tracing::Level::TRACE), in level()
836 Some(Level::Int(ref lit)) if is_level(lit, 2) => quote!(tracing::Level::DEBUG), in level()
837 Some(Level::Int(ref lit)) if is_level(lit, 3) => quote!(tracing::Level::INFO), in level()
838 Some(Level::Int(ref lit)) if is_level(lit, 4) => quote!(tracing::Level::WARN), in level()
839 Some(Level::Int(ref lit)) if is_level(lit, 5) => quote!(tracing::Level::ERROR), in level()

12345678910>>...12