Home
last modified time | relevance | path

Searched refs:fail_reason (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/net/
H A Dslirp.c785 const char *fail_reason = "Unknown reason"; in slirp_hostfwd() local
789 fail_reason = "No : separators"; in slirp_hostfwd()
797 fail_reason = "Bad protocol name"; in slirp_hostfwd()
802 fail_reason = "Missing : separator"; in slirp_hostfwd()
806 fail_reason = "Bad host address"; in slirp_hostfwd()
811 fail_reason = "Bad host port separator"; in slirp_hostfwd()
816 fail_reason = "Bad host port"; in slirp_hostfwd()
821 fail_reason = "Missing guest address"; in slirp_hostfwd()
825 fail_reason = "Bad guest address"; in slirp_hostfwd()
831 fail_reason = "Bad guest port"; in slirp_hostfwd()
[all …]
/openbmc/qemu/hw/net/
H A Dnpcm7xx_emc.c426 size_t len, const char **fail_reason) in emc_receive_filter1() argument
435 *fail_reason = "Broadcast packet disabled"; in emc_receive_filter1()
442 *fail_reason = "Multicast packet disabled"; in emc_receive_filter1()
467 *fail_reason = "MACADDR matched, comparison complemented"; in emc_receive_filter1()
470 *fail_reason = "MACADDR didn't match"; in emc_receive_filter1()
482 const char *fail_reason = NULL; in emc_receive_filter() local
483 bool ok = emc_receive_filter1(emc, buf, len, &fail_reason); in emc_receive_filter()
485 trace_npcm7xx_emc_packet_filtered_out(fail_reason); in emc_receive_filter()
H A Dtrace-events462 npcm7xx_emc_packet_filtered_out(const char* fail_reason) "Packet filtered out: %s"
/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_vport.h43 uint8_t fail_reason; member
/openbmc/linux/drivers/staging/rtl8192u/
H A Dr819xU_cmdpkt.h27 u8 fail_reason:3; member
/openbmc/linux/tools/testing/selftests/damon/
H A Dsysfs.sh29 echo "writing $content to $file succeed ($fail_reason)"
/openbmc/linux/drivers/block/mtip32xx/
H A Dmtip32xx.c505 char *fail_reason = NULL; in mtip_handle_tfe() local
569 fail_reason = "write protect"; in mtip_handle_tfe()
576 fail_reason = "thermal shutdown"; in mtip_handle_tfe()
583 fail_reason = "rebuild failed"; in mtip_handle_tfe()
612 fail_reason != NULL ? in mtip_handle_tfe()
613 fail_reason : "unknown"); in mtip_handle_tfe()