Searched defs:test (Results 51 - 75 of 76) sorted by relevance

1234

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Depic100.c69 static int test ; variable
123 test = ioaddr + TEST; /* Test register (clocks) */
146 * Write 0x0008 to the test register at least sixteen
154 outl(0x00000008, test);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dradix.c226 int test, b, rn_b; local
270 test = (*cp ^ *cp2) & 0xff; /* find first bit that differs */
271 for (b = 7; (test >>= 1) > 0; )
304 * the search and satisfaction test and put the
592 * anyway, so the above test doesn't hurt.
/illumos-gate/usr/src/cmd/dcs/sparc/sun4u/
H A Dremote_cfg.h335 rdr_test_t test; member in union:__anon403
/illumos-gate/usr/src/cmd/bart/
H A Dcompare.c31 static int compare_manifests(FILE *rulesfile, char *control, char *test,
102 compare_manifests(FILE *rulesfile, char *control, char *test, argument
122 test_fd = fopen(test, "r");
124 perror(test);
131 &test_line, test);
141 BUF_SIZE, test_pos, &test_line, test);
165 BUF_SIZE, test_pos, &test_line, test);
174 BUF_SIZE, test_pos, &test_line, test);
189 * Entering this while loop means files were DELETED from the test
204 * Entering this while loop means files were ADDED to the test
[all...]
/illumos-gate/usr/src/lib/libast/common/comp/
H A Domitted.c614 int test; member in struct:Exe_test_s
631 r = exe[fd]->test;
632 exe[fd]->test = 0;
653 if (fd >= 0 && fd < elementsof(exe) && exe[fd] && exe[fd]->test < 0)
654 exe[fd]->test = n >= 2 && ((unsigned char*)buf)[1] == 0x5a && (((unsigned char*)buf)[0] == 0x4c || ((unsigned char*)buf)[0] == 0x4d) && !lseek(fd, (off_t)0, SEEK_CUR);
689 exe[fd]->test = -1;
/illumos-gate/usr/src/lib/libast/common/misc/
H A Dmime.c49 char* test; member in struct:Cap_s
235 if (!strcasecmp(k, "test"))
236 cap->test = att->value;
249 if (!cap->test && !dup->test || cap->test && dup->test && streq(cap->test, dup->test))
613 if (!view || strcasecmp(view, "test"))
[all...]
/illumos-gate/usr/src/lib/libast/common/port/
H A Dastlicense.c159 LIC("test", TEST),
178 int test; member in struct:Notice_s
339 if (notice->test)
431 notice.test = 0;
611 notice.test = 1;
/illumos-gate/usr/src/lib/libpp/common/
H A Dppproto.c70 int test; /* testing */ member in struct:proto
2311 if (flags & PROTO_TEST) proto->test = 1;
/illumos-gate/usr/src/cmd/ctstat/
H A Dctstat.c671 int key, test; local
689 test = nids ? (bsearch(&key, ids, nids, sizeof (int),
691 print_contract("all", key, NULL, (test ? types : NULL), ntypes);
/illumos-gate/usr/src/uts/common/sys/scsi/generic/
H A Dmode.h358 uchar_t test : 1; /* create test failure */ member in struct:mode_info_excpt_page
372 uchar_t test : 1; /* create test failure */ member in struct:mode_info_excpt_page
/illumos-gate/usr/src/uts/common/io/
H A Dllc1.c2614 dl_test_ind_t *test; local
2632 test = (dl_test_ind_t *)nmp->b_rptr;
2633 test->dl_flag = (llchdr->llc_ctl & LLC_P) ? DL_POLL_FINAL : 0;
2634 test->dl_dest_addr_offset = sizeof (dl_test_ind_t);
2635 test->dl_dest_addr_length = macinfo->llcp_addrlen + 1;
2639 LLCADDR(nmp->b_rptr, test->dl_dest_addr_offset)->llca_addr,
2640 test->dl_dest_addr_length);
2645 (nmp->b_rptr + test->dl_dest_addr_offset),
2646 test->dl_dest_addr_length);
2649 LLCADDR(test, tes
2706 dl_test_req_t *test = (dl_test_req_t *)mp->b_rptr; local
[all...]
H A Dbscv.c1505 * had 0x80 set then this is a test error not a retry
1851 * a test/diagnosis environment is likely to show this.
2672 uint32_t test; local
2677 if (ddi_copyin((caddr_t)arg, (caddr_t)&test, sizeof (test),
2686 testarg = (test & 0xff00) >> 8;
2687 testnum = test & 0xff;
2690 "LOMIOCTEST data 0x%x (test 0x%x, arg 0x%x)",
2691 test, (EBUS_IDX_SELFTEST0 + testnum), testarg);
2695 /* Invalid test */
[all...]
/illumos-gate/usr/src/uts/common/io/lvm/trans/
H A Dtrans_ioctl.c155 * test ioctls
165 int test; local
183 * test 1 -- don't find nonexistant buf
185 test = 1;
190 * test 2 - don't find stale buf
192 test = 2;
201 * test 3 -- don't find busy buf
203 test = 3;
212 * test 4 -- don't find not-done buf
214 test
273 int test; local
351 int test; member in struct:tothread
516 int test; local
[all...]
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypxfr.c1600 datum test; local
1622 test = dbm_fetch(db, keydat);
1623 if (test.dptr != NULL) {
1636 test = dbm_fetch(db, keydat);
1637 if (test.dptr == NULL) {
/illumos-gate/usr/src/test/libc-tests/tests/symbols/
H A Dsymbols_test.c198 expand_env_list(char *list, uint64_t *test, uint64_t *need, char **erritem) argument
225 *test |= mask;
/illumos-gate/usr/src/cmd/diff/
H A Ddiff.c1364 scanpr(struct dir *dp, int test, argument
1370 if ((dp->d_flags & test) == 0)
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk3.c1857 register int test; local
1859 test = exprtest(np->n_left);
1863 if (test)
/illumos-gate/usr/src/uts/sun4u/sunfire/sys/
H A Dac.h202 AC_ERR_MEM_TEST, /* invalid memory test id */
203 AC_ERR_MEM_TEST_PAR, /* invalid memory test parameter(s) */
208 AC_ERR_KPM_FAULT, /* memory access test failed (add) */
215 AC_ERR_KPM_NOTVIABLE, /* vM viability test failed */
231 uint_t test:1; /* Need to test hardware */ member in struct:ac_cfga_cmd
232 int arg; /* generic data for test */
240 uint_t test:1; /* Need to test hardware */ member in struct:ac_cfga_cmd32
241 int arg; /* generic data for test */
[all...]
H A Dfhc.h698 uint_t test:1; /* Need to test hardware */ member in struct:sysc_cfga_cmd
699 int arg; /* generic data for test */
706 uint_t test:1; /* Need to test hardware */ member in struct:sysc_cfga_cmd32
707 int arg; /* generic data for test */
849 * oven, the test people will set the 'mfg-mode' property in the
/illumos-gate/usr/src/lib/libast/common/regex/
H A Dreglib.h555 unsigned char test; /* debug/test bitmask */ member in struct:reglib_s
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpcisch.c1015 uint64_t ctx_mask, test = 1ull << i; local
1031 if (ctx_mask & test) /* quick check i bit */
1032 for (i = 0, test = 1ull; test & ctx_mask; test <<= 1, i++)
1035 ctx_mask |= test;
/illumos-gate/usr/src/cmd/fdisk/
H A Dfdisk.c2576 int64_t test; local
2602 test = strtoll(tok, (char **)NULL, 10);
2603 if ((test < 0) || (test > 0xFFFFFFFF) || (errno != 0)) {
/illumos-gate/usr/src/uts/sun/io/scsi/adapters/
H A Dfas.c129 * optional torture test stuff
161 _NOTE(SCHEME_PROTECTS_DATA("just test variables", fas_transport_busy))
162 _NOTE(SCHEME_PROTECTS_DATA("just test variables", fas_transport_busy_rqs))
163 _NOTE(SCHEME_PROTECTS_DATA("just test variables", fas_transport_reject))
164 _NOTE(SCHEME_PROTECTS_DATA("just test variables", fas_arqs_failure))
165 _NOTE(SCHEME_PROTECTS_DATA("just test variables", fas_tran_err))
8794 * torture test functions
9320 uint_t test = fas_dma_reg_read(fas, &dmar->dma_test); local
9330 "addr=%x dmacnt=%x test=%x last=%x last_cnt=%x",
9331 addr, count, test, fa
[all...]
/illumos-gate/usr/src/cmd/fs.d/ufs/mkfs/
H A Dmkfs.c572 int test; variable
781 test = 1;
1248 * test of nsect <= (256 * sectors/block). Current block size
1579 * Have to test for this separately from apc_flag, due to
2129 * then sanity test the superblocks before reporting. If there
3918 if (test)
3925 gettext("Too many test frags (%lld); "
3945 * - One is to sanity test the superblock and is used when newfs(1M)
4749 int localtest = test;
4763 * summary info did not change size -- do nothing unless in test mod
[all...]
/illumos-gate/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge.c1459 char *test = " "; local
1462 * Run a small DMA test.
1488 test = "read";
1498 test = "write";
1508 test = "read/write";
1519 test);
4372 * before trying the test with 4KB.
4395 * Run a DMA test which watches for unaligned completions and
4403 cmn_err(CE_WARN, "%s: DMA test failed: %d\n",
4646 /* test #
[all...]

Completed in 197 milliseconds

1234