Searched refs:fatal (Results 1 - 7 of 7) sorted by relevance

/haiku/src/libs/mapm/
H A Dmapmutl1.c46 void M_apm_log_error_msg(int fatal, char *message) argument
48 if (fatal)
/haiku/src/bin/network/telnetd/
H A Dext.h98 fatal(int, const char *),
H A Dtelnetd.c679 fatal(net, "All network ports in use");
685 fatal(net, "Out of ptys");
698 fatal(net, "Couldn't resolve your address into a host name.\r\n\
1009 * This is fatal for Telnet, but we try to live
H A Dutility.c327 fatal(int f, const char *msg) function
353 fatal(f, buf);
H A Dsys_term.c1055 fatal(net, "Authorization failed");
/haiku/src/add-ons/kernel/drivers/network/wlan/iaxwifi200/dev/pci/
H A Dif_iwx.c4453 int fatal = 0; local
4471 fatal = 1;
4479 if (fatal)
10274 printf("%s: fatal firmware error\n", DEVNAME(sc));
10372 printf("%s: fatal firmware error\n", DEVNAME(sc));
11474 int fatal = (sc->sc_flags & (IWX_FLAG_HW_ERR | IWX_FLAG_RFKILL)); local
11488 if (!fatal && (ifp->if_flags & (IFF_UP | IFF_RUNNING)) == IFF_UP)
/haiku/src/add-ons/kernel/drivers/network/wlan/idualwifi7260/dev/pci/
H A Dif_iwm.c4571 int fatal = 0; local
4589 fatal = 1;
4597 if (fatal)
11454 printf("%s: fatal firmware error\n", DEVNAME(sc));
11552 printf("%s: fatal firmware error\n", DEVNAME(sc));
12187 int fatal = (sc->sc_flags & (IWM_FLAG_HW_ERR | IWM_FLAG_RFKILL)); local
12201 if (!fatal && (ifp->if_flags & (IFF_UP | IFF_RUNNING)) == IFF_UP)

Completed in 105 milliseconds