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

1 2 3 4 5 6 7 8 91011

  /test/ontest-stc1/usr/ontest/uts/fs/nfs/nfsv4-test/nfsv4shell/
Makefile.master 30 IPV6= no # change this to INET6 if IPV6 is available
  /test/stcnv/usr/src/tools/tet/contrib/ruby_api/rbtet_demo/tests/
tc3 33 no = 0
39 Rbtet.tet_infoline("Found test1"); no = no + 1
41 Rbtet.tet_infoline("Found test2"); no = no + 1
43 Rbtet.tet_infoline("Found test3"); no = no + 1
47 if (no == 3)
50 Rbtet.tet_infoline("Only found " + no.to_s + " tests")
  /test/stcnv/usr/src/suites/net/driver-wifi/tests/ibss/
tp_ibss_003.ksh 42 create_ibss $RMT_HOST "$sec" no || {
51 create_ibss "" "$sec" no || {
66 create_ibss "" "$sec" no || {
75 create_ibss $RMT_HOST "$sec" no || {
tp_ibss_001.ksh 41 create_ibss $RMT_HOST "$sec" no || {
56 create_ibss "" "$sec" no || {
tp_ibss_005.ksh 41 create_ibss $RMT_HOST "$sec" no || {
tp_ibss_006.ksh 40 create_ibss $RMT_HOST "$sec" no || {
tp_ibss_004.ksh 42 create_ibss $RMT_HOST "$sec" no || {
  /test/stcnv/usr/src/suites/fs/cifs-client/config/
smb.conf-public 31 read only = no
smb.conf-example 39 dns proxy = no
smb.conf-global 39 dns proxy = no
  /test/ontest-stc2/src/suites/net/nicdrv/
config.vars 119 # Dtrace switch, yes/no
124 DTRACE_SWITCH=${DTRACE_SWITCH:-no}
136 # Legal value: yes/no
138 SYSINFO_PRINT=${SYSINFO_PRINT:-no}
147 DRIVER_NAME=${DRIVER_NAME:-no}
  /test/stcnv/usr/src/suites/net/nicdrv/
config.vars 141 # Dtrace switch, yes/no
146 DTRACE_SWITCH=${DTRACE_SWITCH:-no}
151 # Legal value: yes/no
153 SYSINFO_PRINT=${SYSINFO_PRINT:-no}
162 DRIVER_NAME=${DRIVER_NAME:-no}
  /test/ontest-stc2/src/tools/tet/contrib/ctitools/src/lib/perl/
ctilib.pl 24 no strict "refs";
  /test/stcnv/usr/src/tools/tet/contrib/ctitools/src/lib/perl/
ctilib.pl 24 no strict "refs";
  /test/ontest-stc2/src/suites/os/smf/tests/libscf-low/entry/scf_entry_destroy/
ASSERTIONS 46 scf_entry_destroy() sets no error even if the supplied
57 scf_entry_destroy() sets no error even if the connection handle
69 supplied entry handle even if there is no active binding
82 scf_entry_destroy() sets no error if the supplied transaction
  /test/stcnv/usr/src/suites/os/smf/tests/libscf-low/entry/scf_entry_destroy/
ASSERTIONS 46 scf_entry_destroy() sets no error even if the supplied
57 scf_entry_destroy() sets no error even if the connection handle
69 supplied entry handle even if there is no active binding
82 scf_entry_destroy() sets no error if the supplied transaction
  /test/ontest-stc2/src/tools/tet/contrib/ctitools/examples/sample_ts/src/lib/C/
tset_init.c 61 int i, no; local
149 no = cti_getsysno_sysname(ptr);
150 if (no < 0) {
156 remote_machines_sysno_array[i] = no;
157 if (sysno == no) {
160 no = cti_getsysid_sysname(ptr);
161 if (no < 0) {
167 remote_machines_sysid_array[i] = no;
229 no = cti_getsysno_sysname(ptr);
230 if (no < 0)
    [all...]
  /test/stcnv/usr/src/tools/tet/contrib/ctitools/examples/sample_ts/src/lib/C/
tset_init.c 61 int i, no; local
149 no = cti_getsysno_sysname(ptr);
150 if (no < 0) {
156 remote_machines_sysno_array[i] = no;
157 if (sysno == no) {
160 no = cti_getsysid_sysname(ptr);
161 if (no < 0) {
167 remote_machines_sysid_array[i] = no;
229 no = cti_getsysno_sysname(ptr);
230 if (no < 0)
    [all...]
  /test/stcnv/usr/src/tools/tet/contrib/kshdapi/dapi/
tetdapi.ksh 9 # All rights reserved. No part of this source code may be reproduced,
36 # no representations about the suitability of this software for any purpose.
40 # INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
114 typeset TET_ALARM_FLAG=no
120 typeset TET_KSHAPID_USABLE=no
121 typeset TET_MERROR_INPROGRESS=no
297 # -ve waittime means no wait; the parent does the wait and so
310 TET_ALARM_FLAG=no
346 tet_l40_unresolved=no
395 \( "$tet_l10_vote" != YES -a "$tet_l10_vote" != NO \)
    [all...]
  /test/ontest-stc2/src/suites/os/smf/tests/libscf-low/entry/scf_entry_action_replace_type/
ASSERTIONS 35 success, 0 (zero) is returned and no error is set.
79 scf_entry_action_replace_type() returns 0 (zero) and sets no
80 error even if the supplied entry has no associated transaction
81 handle. No error is set.
92 scf_entry_action_replace_type() returns 0 and sets no error if the
105 invoking process has no permissions to replace types of
  /test/ontest-stc2/src/tools/tet/contrib/ctitools/examples/sample_ts/src/lib/java/
TsetSampleInit.java 135 int no; local
137 no = GetSysnoBySysname(
139 RemoteMachinesSysnoArray[i] = no;
140 no = GetSysidBySysname(
142 RemoteMachinesSysidArray[i] = no;
174 int no; local
176 no = GetSysnoBySysname(ClientsSysnameArray[i]);
177 ClientsSysnoArray[i] = no;
178 no = GetSysidBySysname(ClientsSysnameArray[i]);
179 ClientsSysidArray[i] = no;
    [all...]
  /test/stcnv/usr/src/suites/os/smf/tests/libscf-low/entry/scf_entry_action_replace_type/
ASSERTIONS 35 success, 0 (zero) is returned and no error is set.
79 scf_entry_action_replace_type() returns 0 (zero) and sets no
80 error even if the supplied entry has no associated transaction
81 handle. No error is set.
92 scf_entry_action_replace_type() returns 0 and sets no error if the
105 invoking process has no permissions to replace types of
  /test/stcnv/usr/src/tools/tet/contrib/ctitools/examples/sample_ts/src/lib/java/
TsetSampleInit.java 135 int no; local
137 no = GetSysnoBySysname(
139 RemoteMachinesSysnoArray[i] = no;
140 no = GetSysidBySysname(
142 RemoteMachinesSysidArray[i] = no;
174 int no; local
176 no = GetSysnoBySysname(ClientsSysnameArray[i]);
177 ClientsSysnoArray[i] = no;
178 no = GetSysidBySysname(ClientsSysnameArray[i]);
179 ClientsSysidArray[i] = no;
    [all...]
  /test/ontest-stc2/src/suites/net/nicdrv/tests/functional/test03/
runme.ksh 36 # Test and verify that no data corruptions are found
109 -d bi -p nicdrv -m tcp -r no -e no
119 -d bi -p nicdrv -m udp -r no -e root@localhost
  /test/stcnv/usr/src/suites/net/nicdrv/tests/functional/test03/
runme.ksh 36 # Test and verify that no data corruptions are found
112 -d bi -p nicdrv -m tcp -r no -e no
122 -d bi -p nicdrv -m udp -r no -e root@localhost

Completed in 1320 milliseconds

1 2 3 4 5 6 7 8 91011