Searched defs:max_errors (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/cfgadm_plugins/ac/common/
H A Dmema_test.h48 ulong_t max_errors; member in struct:mtest_handle
H A Dmema.c180 static const char no_num[] = "invalid number specified for max_errors(\"%s\")";
194 "\t-o {quick, normal, extended},[max_errors=#] -t ap_id [ap_id...]\n";
814 ulong_t max_errors)
897 handle.max_errors = max_errors;
1099 long max_errors = -1; local
1162 if (max_errors != -1 && subopt == maxerr_idx) {
1180 max_errors = strtol(value, &ret_p, 10);
1182 (max_errors < 0)) {
1197 if (max_errors
808 mtest_run( int fd, int test_fun, mema_bank_t *abkp, struct cfga_msg *msgp, char **errstring, ulong_t max_errors) argument
[all...]

Completed in 18 milliseconds