Searched refs:vlog (Results 1 – 4 of 4) sorted by relevance
/openbmc/bmcweb/http/ |
H A D | logging.hpp | 83 inline void vlog(std::format_string<Args...>&& format, Args&&... args, in vlog() function 133 crow::vlog<crow::LogLevel::Critical, Args...>( in BMCWEB_LOG_CRITICAL() 146 crow::vlog<crow::LogLevel::Error, Args...>( in BMCWEB_LOG_ERROR() 159 crow::vlog<crow::LogLevel::Warning, Args...>( in BMCWEB_LOG_WARNING() 172 crow::vlog<crow::LogLevel::Info, Args...>( in BMCWEB_LOG_INFO() 185 crow::vlog<crow::LogLevel::Debug, Args...>( in BMCWEB_LOG_DEBUG()
|
/openbmc/linux/include/linux/ |
H A D | bpf_lsm.h | 27 int bpf_lsm_verify_prog(struct bpf_verifier_log *vlog, 60 static inline int bpf_lsm_verify_prog(struct bpf_verifier_log *vlog, in bpf_lsm_verify_prog() argument
|
/openbmc/linux/kernel/bpf/ |
H A D | bpf_lsm.c | 97 int bpf_lsm_verify_prog(struct bpf_verifier_log *vlog, in bpf_lsm_verify_prog() argument 101 bpf_log(vlog, in bpf_lsm_verify_prog() 107 bpf_log(vlog, "attach_btf_id %u points to wrong type name %s\n", in bpf_lsm_verify_prog()
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | gro.c | 91 static void vlog(const char *fmt, ...) in vlog() function 757 vlog("Expected {"); in check_recv_pkts() 759 vlog("%d ", correct_payload[i]); in check_recv_pkts() 760 vlog("}, Total %d packets\nReceived {", correct_num_pkts); in check_recv_pkts() 787 vlog("%d ", data_len); in check_recv_pkts() 789 vlog("[!=%d]", correct_payload[num_pkt]); in check_recv_pkts() 794 vlog("}, Total %d packets.\n", num_pkt); in check_recv_pkts()
|