Home
last modified time | relevance | path

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

/openbmc/qemu/net/
H A Dslirp.c807 const char *fail_reason = "Unknown reason"; in slirp_hostfwd() local
811 fail_reason = "No : separators"; in slirp_hostfwd()
819 fail_reason = "Bad protocol name"; in slirp_hostfwd()
824 fail_reason = "Missing : separator"; in slirp_hostfwd()
828 fail_reason = "Bad host address"; in slirp_hostfwd()
833 fail_reason = "Bad host port separator"; in slirp_hostfwd()
838 fail_reason = "Bad host port"; in slirp_hostfwd()
844 fail_reason = "Missing guest address"; in slirp_hostfwd()
848 fail_reason = "Bad guest address"; in slirp_hostfwd()
854 fail_reason = "Bad guest port"; in slirp_hostfwd()
[all …]
/openbmc/qemu/hw/net/
H A Dnpcm7xx_emc.c425 size_t len, const char **fail_reason) in emc_receive_filter1() argument
434 *fail_reason = "Broadcast packet disabled"; in emc_receive_filter1()
441 *fail_reason = "Multicast packet disabled"; in emc_receive_filter1()
466 *fail_reason = "MACADDR matched, comparison complemented"; in emc_receive_filter1()
469 *fail_reason = "MACADDR didn't match"; in emc_receive_filter1()
481 const char *fail_reason = NULL; in emc_receive_filter() local
482 bool ok = emc_receive_filter1(emc, buf, len, &fail_reason); in emc_receive_filter()
484 trace_npcm7xx_emc_packet_filtered_out(fail_reason); in emc_receive_filter()
H A Dtrace-events459 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()