Home
last modified time | relevance | path

Searched refs:non_fatal (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.sbin/rpcbind/
H A Drpcbind.c321 int non_fatal = 0; in init_transport() local
323 non_fatal = 1; in init_transport()
324 syslog(non_fatal?LOG_DEBUG:LOG_ERR, "cannot create socket for %s", in init_transport()
382 int non_fatal = 0; in init_transport() local
385 non_fatal = 1; in init_transport()
386 syslog(non_fatal ? LOG_DEBUG : LOG_ERR, in init_transport()
/freebsd/usr.sbin/mountd/
H A Dmountd.c870 int non_fatal = 0; in create_service() local
873 non_fatal = 1; in create_service()
875 syslog(non_fatal ? LOG_DEBUG : LOG_ERR, in create_service()
877 if (non_fatal != 0) in create_service()
/freebsd/sys/netinet/
H A Dip_mroute.c1453 goto non_fatal; in X_ip_mforward()
1518 non_fatal: free(rte, M_MRTABLE); in X_ip_mforward()