Searched defs:test_type (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/amt/
H A Damt.c657 probe_hole(int test_type) argument
671 if (test_type == PH_VALID) {
/illumos-gate/usr/src/cmd/bart/
H A Dcompare.c109 test_type[TYPE_SIZE]; local
149 extract_fname_ftype(test_line, test_fname, test_type);
168 if (report_add(test_fname, test_type)) {
209 if (report_add(test_fname, test_type)) {
344 ctrl_type[TYPE_SIZE], test_type[TYPE_SIZE], local
373 parse_line(test_line, test_fname, test_type, test_size, test_mode,
381 if ((flags & ATTR_TYPE) && (ctrl_type[0] != test_type[0])) {
383 test_type, prog_fmt);
405 if ((flags & ATTR_MTIME) && (ctrl_type[0] == test_type[0])) {
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c2760 * test_type - Specify which dyn item is being tested.
2771 dyn_test(dyn_test_t test_type, Word sh_type, Cache *sec_cache, Dyn *dyn, argument
2832 switch (test_type) {
/illumos-gate/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge.c1452 myri10ge_dma_test(struct myri10ge_priv *mgp, int test_type) argument
1486 status = myri10ge_send_cmd(mgp, test_type, &cmd);
1496 status = myri10ge_send_cmd(mgp, test_type, &cmd);
1506 status = myri10ge_send_cmd(mgp, test_type, &cmd);
1517 if (status != 0 && test_type != MXGEFW_CMD_UNALIGNED_TEST)

Completed in 68 milliseconds