HomeSort by relevance Sort by last modified time
    Searched refs:two (Results 1 - 25 of 64) sorted by null

1 2 3

  /test/stcnv/usr/src/tools/diskomizer/
utils.c 53 * Return the greatest common divisor of two numbers.
57 gcd(int one, int two)
61 if (one < two) {
62 return (gcd(two, one));
65 rem = one % two;
67 one = two;
68 two = rem;
69 rem = one % two;
71 return (two);
utils.h 37 extern int gcd(int one, int two);
  /test/stcnv/usr/src/suites/nfs/nfsgen/tests/acl/
README 30 There are two subdirs:
46 - Two test users in ACL_STAFF_GROUP group:
  /test/ontest-stc1/usr/ontest/uts/fs/nfs/nfsv4-test/tests/acl/
README 32 Currently there are two subdirs for the ACL tests:
  /test/stcnv/usr/src/suites/nfs/nfsv4/tests/acl/
README 32 Currently there are two subdirs for the ACL tests:
  /test/ohacts/src/tset/sanity/doc/assertions/
scalable 48 = Create two scalable rgs and create one scalable resource in each rg using
65 = Create two scalable rgs and create one scalable resource in each rg using
82 = Create two scalable rgs and create one scalable resource in each rg using
zone 69 = Create two scalable rgs on local zones and and create one
  /test/ontest-stc2/src/suites/os/smf/tests/libscf-low/snaplevel/scf_snaplevel_get_next_snaplevel/
ASSERTIONS 39 2. Create two snaplevel objects.
123 1. Create two connection handle and bind them to the
  /test/ontest-stc2/src/tools/checkenv/lib/
ce_number_of_disks.ksh 58 # Setup req_label and req_value. There may be one or two
61 # max there are two checks.
118 # Print out results - one line per check (either one or two)
142 maximum there are two checks done - one for minimum and one for
ce_number_of_processors.ksh 58 # Setup req_label and req_value. There may be one or two
61 # max there are two checks.
118 # Print out results - one line per check (either one or two)
142 maximum there are two checks done - one for minimum and one for
  /test/stcnv/usr/src/suites/os/smf/tests/libscf-low/snaplevel/scf_snaplevel_get_next_snaplevel/
ASSERTIONS 39 2. Create two snaplevel objects.
123 1. Create two connection handle and bind them to the
  /test/stcnv/usr/src/tools/checkenv/lib/
ce_number_of_disks.ksh 58 # Setup req_label and req_value. There may be one or two
61 # max there are two checks.
118 # Print out results - one line per check (either one or two)
142 maximum there are two checks done - one for minimum and one for
ce_number_of_processors.ksh 58 # Setup req_label and req_value. There may be one or two
61 # max there are two checks.
118 # Print out results - one line per check (either one or two)
142 maximum there are two checks done - one for minimum and one for
  /test/ontest-stc2/src/suites/net/nicdrv/
README 40 This test suite has two modes of operation:
42 two-host (most of the tests)
73 Two machines, consisting of one server and one client are required.
80 * If possible, each machine can have two NIC cards of different types:
102 with VLAN supported, the VLAN test case of NICDRV requires to configure the two
  /test/ontest-stc2/src/suites/os/smf/tests/libscf-low/value/scf_value_get_opaque/
ASSERTIONS 96 NOTES: Two open questions remain (a) what is an opaque type
97 variable, (b) how can the equality of two opaque type data
  /test/stcnv/usr/src/suites/os/smf/tests/libscf-low/value/scf_value_get_opaque/
ASSERTIONS 96 NOTES: Two open questions remain (a) what is an opaque type
97 variable, (b) how can the equality of two opaque type data
  /test/ohacts/src/tset/dataservice/sample/get_dsinfo_output/
README 64 It has information about two resource groups. First resource group
  /test/ontest-stc2/src/suites/os/smf/tests/libscf-low/iterators/scf_iter_instance_snapshots/
ASSERTIONS 89 1. Create two new connection handles.
  /test/ontest-stc2/src/suites/os/smf/tests/libscf-low/pg/scf_pg_get_parent_service/
ASSERTIONS 116 1. Create two connection handles.
  /test/ontest-stc2/src/suites/os/smf/tests/libscf-low/snaplevel/scf_snaplevel_get_parent/
ASSERTIONS 93 1. Create two connection handle and bind them to the
  /test/ontest-stc2/src/suites/os/smf/tests/libscf-low/snapshot/scf_snapshot_get_parent/
ASSERTIONS 117 1. Create two connection handle and bind them to the
  /test/stcnv/usr/src/suites/os/smf/tests/libscf-low/iterators/scf_iter_instance_snapshots/
ASSERTIONS 89 1. Create two new connection handles.
  /test/stcnv/usr/src/suites/os/smf/tests/libscf-low/pg/scf_pg_get_parent_service/
ASSERTIONS 116 1. Create two connection handles.
  /test/stcnv/usr/src/suites/os/smf/tests/libscf-low/snaplevel/scf_snaplevel_get_parent/
ASSERTIONS 93 1. Create two connection handle and bind them to the
  /test/stcnv/usr/src/suites/os/smf/tests/libscf-low/snapshot/scf_snapshot_get_parent/
ASSERTIONS 117 1. Create two connection handle and bind them to the

Completed in 1500 milliseconds

1 2 3