Home
last modified time | relevance | path

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

/src/usr.bin/rctl/
H A Drctl.c591 int i, cumulated_error, error; in main() local
637 cumulated_error = 0; in main()
653 cumulated_error++; in main()
677 cumulated_error++; in main()
682 return (cumulated_error); in main()
/src/usr.sbin/ctld/
H A Dctld.cc805 int cumulated_error = 0; in open_sockets() local
818 cumulated_error++; in open_sockets()
832 cumulated_error++; in open_sockets()
836 return (cumulated_error); in open_sockets()
1965 int cumulated_error = 0; in apply() local
2076 cumulated_error++; in apply()
2091 cumulated_error++; in apply()
2117 cumulated_error++; in apply()
2128 cumulated_error++; in apply()
2182 cumulated_error += kv.second->open_sockets(*oldconf); in apply()
[all …]
/src/usr.sbin/autofs/
H A Dcommon.c442 int error, cumulated_error = 0; in node_expand_defined() local
455 if (error != 0 && cumulated_error == 0) in node_expand_defined()
456 cumulated_error = error; in node_expand_defined()
459 return (cumulated_error); in node_expand_defined()