Home
last modified time | relevance | path

Searched refs:test (Results 201 – 225 of 601) sorted by last modified time

12345678910>>...25

/illumos-gate/usr/src/lib/fm/libdiagcode/common/tests/
H A DSAMPLE2.dict25 # SAMPLE2 diagcode dictionary -- used by "make test" target only
H A DSAMPLE3.dict25 # SAMPLE3 diagcode dictionary -- used by "make test" target only
H A DNOVERS.dict25 # NOVERS diagcode dictionary -- used by "make test" target only
/illumos-gate/usr/src/cmd/sh/
H A Dbltin.c362 exitval = test(argc, argv); in builtin()
/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Dprocess_buffer.c347 if (test && *buffer_processed != 0) { in process_buffer()
H A Dnfslogd.c82 boolean_t test = B_FALSE; variable
135 test = B_TRUE; in main()
137 if (test) in main()
334 if (!debug && !test) { in main()
/illumos-gate/usr/src/cmd/factor/
H A Dfactor.c55 int test = 1; in main() local
68 test = 0; in main()
72 while(test == 1){ in main()
/illumos-gate/usr/src/cmd/dcs/sparc/sun4u/
H A Dremote_cfg.h333 rdr_test_t test; member
H A Ddcs.c1246 op_data = &param->test; in dcs_test()
H A Drdr_param_types.h189 test_params_t test; member
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dradix.c224 int test, b, rn_b; in rn_match() local
268 test = (*cp ^ *cp2) & 0xff; /* find first bit that differs */ in rn_match()
269 for (b = 7; (test >>= 1) > 0; ) in rn_match()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wpad/
H A DREADME366 examples. Once the configuration is ready, you can test whether the
515 ssid="1x-test"
/illumos-gate/usr/src/cmd/dtrace/test/tst/sparc/pid/
H A Dtst.br.d42 pid$1:a.out:test:
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/providers/
H A Derr.D_PDESC_ZERO.nonprofile.d43 profile:::test
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/nfs/
H A Dtst.call3.c349 call3_test_t *test; in dotest() local
393 for (test = call3_tests; test->arginit; ++test) { in dotest()
394 argbuf = realloc(argbuf, test->argsize); in dotest()
395 resbuf = realloc(resbuf, test->ressize); in dotest()
400 (test->arginit)(argbuf); in dotest()
401 bzero(resbuf, test->ressize); in dotest()
402 status = clnt_call(client, test->proc, in dotest()
403 test->xdrargs, argbuf, in dotest()
404 test->xdrres, resbuf, in dotest()
/illumos-gate/usr/src/cmd/dtrace/test/
H A DREADME26 The SUNWdtrt package delivers a set of test programs and D source
/illumos-gate/usr/src/uts/i86pc/os/
H A Dpci_orion.c137 uint32_t test; in FuncDisableInboundPostingnc82454() local
142 test = pci_mech1_getl(0, ncDevNo, 0, PCI_CONF_VENID); in FuncDisableInboundPostingnc82454()
143 } while (test != 0x84c48086UL); in FuncDisableInboundPostingnc82454()
156 test = pci_mech1_getl(0, ncDevNo, 0, PCI_82454_RW_CONTROL); in FuncDisableInboundPostingnc82454()
157 } while (test == 0x84c48086UL); in FuncDisableInboundPostingnc82454()
/illumos-gate/usr/src/boot/forth/
H A Dsupport.4th1085 : test-file
/illumos-gate/usr/src/test/smbsrv-tests/doc/
H A DREADME26 The SMB Server test suite uses external programs including:
33 cd $SRC/test/smbsrv-tests
37 pkg install pkg:/system/test/smbsrvtest
48 Add test user:
49 # useradd test
50 # smbadm enable-user test
51 # passwd test
67 <pool>/test
71 # chmod A=everyone@:full_set:fd:allow /<path to mounpoint>/test
75 # zfs snapshot <pool>/test@a
[all …]
/illumos-gate/exception_lists/
H A Dmanlint29 usr/src/test/libc-tests/tests/err/data/*
30 usr/src/test/util-tests/tests/grep_xpg4/files/*
/illumos-gate/usr/src/test/zfs-tests/cmd/btree_test/
H A Dbtree_test.c528 btree_test_t *test = &test_table[0]; in main() local
529 while (test->name) { in main()
535 (void) fprintf(stdout, "%-20s", test->name); in main()
536 retval = test->func(&bt, why); in main()
553 test++; in main()
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-test-smbsrvtest.p5m14 set name=pkg.fmri value=pkg:/system/test/smbsrvtest@$(PKGVERS)
/illumos-gate/usr/src/test/smbsrv-tests/cmd/
H A Drun_smbtorture.py123 def should_skip(self, test, pattern, verbose): argument
127 if not pattern or not pattern.match(test):
257 for test in tests:
258 print(test.name)
273 for test in tests:
274 print(test.name, end=': ', flush=True)
275 res = test.run(outr, outw, args.timeout, cmd)
/illumos-gate/usr/src/test/smbsrv-tests/include/
H A Dsmbtor-excl-rpc.txt16 # tests hang, or we disagree with the test, or whatever.
H A Ddefault.cfg20 export SMBT_SHARE="test"
21 export SMBT_USER="test"
22 export SMBT_PASS="test"

12345678910>>...25