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.c301 int non_fatal = 0; in init_transport() local
303 non_fatal = 1; in init_transport()
304 syslog(non_fatal?LOG_DEBUG:LOG_ERR, "cannot create socket for %s", in init_transport()
364 int non_fatal = 0; in init_transport() local
367 non_fatal = 1; in init_transport()
368 syslog(non_fatal ? LOG_DEBUG : LOG_ERR, in init_transport()
/freebsd/usr.sbin/mountd/
H A Dmountd.c845 int non_fatal = 0; in create_service() local
848 non_fatal = 1; in create_service()
850 syslog(non_fatal ? LOG_DEBUG : LOG_ERR, in create_service()
852 if (non_fatal != 0) in create_service()
/freebsd/sys/netinet/
H A Dip_mroute.c1433 goto non_fatal; in X_ip_mforward()
1498 non_fatal: free(rte, M_MRTABLE); in X_ip_mforward()