Home
last modified time | relevance | path

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

/freebsd/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()
/freebsd/usr.sbin/ctld/
H A Dctld.cc808 int cumulated_error = 0; in open_sockets()
821 cumulated_error++; in open_sockets()
835 cumulated_error++; in open_sockets()
839 return (cumulated_error); in open_sockets()
2000 int cumulated_error = 0; in apply()
2076 * cumulated_error++; in apply()
2098 cumulated_error++; in apply()
2113 cumulated_error++; in apply()
2139 cumulated_error++; in apply()
2150 cumulated_error in apply()
807 int cumulated_error = 0; open_sockets() local
1973 int cumulated_error = 0; apply() local
[all...]
/freebsd/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()