Home
last modified time | relevance | path

Searched refs:LOG_CONSOLE (Results 1 – 6 of 6) sorted by relevance

/external/toybox/toys/pending/
Ddhcp6.c94 #define LOG_CONSOLE 0x1 macro
143 if(toys.optflags & FLAG_v) infomode |= LOG_CONSOLE; in logit()
155 if (infomode & LOG_CONSOLE) printf("%s", msg); in logit()
Ddhcp.c128 #define LOG_CONSOLE 0x1 macro
200 uint8_t infomode = LOG_CONSOLE;
337 if (infomode & LOG_CONSOLE) printf("%s\n", msg); in infomsg()
Ddhcpd.c55 #define LOG_CONSOLE 0x1 macro
452 if (infomode & LOG_CONSOLE) printf("%s\n", msg); in infomsg()
1617 infomode = LOG_CONSOLE; in dhcpd_main()
/external/u-boot/common/
DMakefile132 obj-$(CONFIG_$(SPL_TPL_)LOG_CONSOLE) += log_console.o
DKconfig746 config LOG_CONSOLE config
/external/rust/crates/libc/src/unix/bsd/freebsdlike/
Dmod.rs958 pub const LOG_CONSOLE: ::c_int = 14 << 3; constant