Home
last modified time | relevance | path

Searched refs:cumulated_error (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/usr.sbin/ctld/
Dctld.c1811 int changed, cumulated_error = 0, error, sockbuf; in conf_apply() local
1915 cumulated_error++; in conf_apply()
1969 cumulated_error++; in conf_apply()
1988 cumulated_error++; in conf_apply()
1997 cumulated_error++; in conf_apply()
2092 cumulated_error++; in conf_apply()
2112 cumulated_error++; in conf_apply()
2122 cumulated_error++; in conf_apply()
2131 cumulated_error++; in conf_apply()
2164 return (cumulated_error); in conf_apply()
/freebsd-10-stable/usr.sbin/autofs/
Dcommon.c443 int error, cumulated_error = 0; in node_expand_defined() local
456 if (error != 0 && cumulated_error == 0) in node_expand_defined()
457 cumulated_error = error; in node_expand_defined()
460 return (cumulated_error); in node_expand_defined()