Searched refs:bad_count (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/
H A Dcli_common.kshlib51 typeset -i bad_count=0
57 (( bad_count +=1 ))
64 (( bad_count +=1 ))
70 "There are total $bad_count corruptions. They are:\n"\
/illumos-gate/usr/src/cmd/auditd/
H A Ddoorway.c157 int bad_count = 0; local
178 bad_count = ++no_load;
183 bad_count = ++no_thread;
188 bad_count = ++no_plug;
196 bad_count = ++no_memory;
201 bad_count = ++invalid;
206 bad_count = ++retry;
214 bad_count = ++fail;
222 bad_count, name, rcbuf, error_text));
224 __audit_dowarn2("plugin", name, rcbuf, error_text, bad_count);
[all...]

Completed in 66 milliseconds