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

1 2 3

  /test/stcnv/usr/src/tools/diskomizer/
diskomizer.sh 50 for level in 5 4 3 2 1 0
52 test -x ${bindir}/${isa}-xO${level}/${0##*/} && \
53 doit ${isa}-xO${level} ${0##*/} ${1+"$@"}
  /test/stcnv/usr/src/suites/nfs/nfsgen/tests/file_ops/
dir_pos001.ksh 88 level=0
89 while (($level < 30)); do
92 touch $STF_TMPDIR/mkdir.$NAME.$num.$level.$$
93 curdir=$curdir/$level
94 level=$((level + 1))
  /test/stcnv/usr/src/tools/ndmpcopy/lib/
log.c 48 * Sets the current debug level.
49 * A debug level contains a category mask and a focus value.
53 * current debug level and the focus is greater than or equal to
54 * the focus in the current debug level.
57 * level (input) - new debug level.
60 * old debug level.
65 SetDebugLevel(u_long level)
73 SetDebugLevel(u_long level)
76 DebugLevel = level;
    [all...]
log.h 46 u_long SetDebugLevel(u_long level);
  /test/ontest-stc2/src/tools/stf/contrib/jnl/include/
jnl_detail.h 44 * value of the level passed with the message, then then message will be
48 * functions which log specific format messages and use the correct level
50 * the general purpose logging function jnl_Log() be used and a level
53 * ASSERTION level has been included for uniqueness. The jnl_ASSERTION()
54 * function uses this level to log the text of the assertion. These
57 * RESULT level has been included for uniqueness. The jnl_RESULT()
58 * function uses this level to log the text of the result message. These
59 * level messages will always be sent to the journal.
61 * DIAGNOSTIC level messages must always be logged. Generally these
63 * not the condition effects assertion verification. This is the level
111 jnl_DetailLevel_t level; member in struct:jnlDL_Description
    [all...]
jnl_proto.h 43 * jnl_dl_fetch() returns the value of the detail level as of the first
50 * jnl_DetailLevel_t The value of the detail level.
61 * jnl_dl_check (jnl_DetailLevel_t level);
65 * the level passed with the environment variable TJNL_DETAIL using the
66 * expression (level <= TJNL_DETAIL)
69 * jnl_DetailLevel_t level
70 * Input - Detail level for query.
73 * int Returns (level <= TJNL_DETAIL)
80 jnl_dl_check(jnl_DetailLevel_t level);
84 * jnl_dl_description_fetch (jnl_DetailLevel_t level);
    [all...]
  /test/stcnv/usr/src/tools/stf/contrib/jnl/include/
jnl_detail.h 44 * value of the level passed with the message, then then message will be
48 * functions which log specific format messages and use the correct level
50 * the general purpose logging function jnl_Log() be used and a level
53 * ASSERTION level has been included for uniqueness. The jnl_ASSERTION()
54 * function uses this level to log the text of the assertion. These
57 * RESULT level has been included for uniqueness. The jnl_RESULT()
58 * function uses this level to log the text of the result message. These
59 * level messages will always be sent to the journal.
61 * DIAGNOSTIC level messages must always be logged. Generally these
63 * not the condition effects assertion verification. This is the level
111 jnl_DetailLevel_t level; member in struct:jnlDL_Description
    [all...]
jnl_proto.h 43 * jnl_dl_fetch() returns the value of the detail level as of the first
50 * jnl_DetailLevel_t The value of the detail level.
61 * jnl_dl_check (jnl_DetailLevel_t level);
65 * the level passed with the environment variable TJNL_DETAIL using the
66 * expression (level <= TJNL_DETAIL)
69 * jnl_DetailLevel_t level
70 * Input - Detail level for query.
73 * int Returns (level <= TJNL_DETAIL)
80 jnl_dl_check(jnl_DetailLevel_t level);
84 * jnl_dl_description_fetch (jnl_DetailLevel_t level);
    [all...]
  /test/ontest-stc2/src/suites/zfs/bin/
mktree.c 52 static char *getfdname(char *pdir, char type, int level, int dir, int file);
53 static int mktree(char *pbasedir, int level);
97 mktree(char *pdir, int level)
103 if (level > nlevel) {
109 (void) strcpy(dname, getfdname(pdir, TYPE_D, level, d, 0));
121 if (mktree(dname, level+1) != 0) {
125 getfdname(dname, TYPE_F, level+1, d, f));
133 (void) strcpy(fname, getfdname(pdir, TYPE_F, level, d, f));
141 getfdname(char *pdir, char type, int level, int dir, int file)
144 "%s/%c-l%dd%df%d", pdir, type, level, dir, file)
    [all...]
  /test/stcnv/usr/src/suites/fs/zfs/bin/
mktree.c 52 static char *getfdname(char *pdir, char type, int level, int dir, int file);
53 static int mktree(char *pbasedir, int level);
97 mktree(char *pdir, int level)
103 if (level > nlevel) {
109 (void) strcpy(dname, getfdname(pdir, TYPE_D, level, d, 0));
121 if (mktree(dname, level+1) != 0) {
125 getfdname(dname, TYPE_F, level+1, d, f));
133 (void) strcpy(fname, getfdname(pdir, TYPE_F, level, d, f));
141 getfdname(char *pdir, char type, int level, int dir, int file)
144 "%s/%c-l%dd%df%d", pdir, type, level, dir, file)
    [all...]
  /test/stcnv/usr/src/suites/nfs/nfsgen/bin/
mktree.c 52 static char *getfdname(char *pdir, char type, int level, int dir, int file);
53 static int mktree(char *pbasedir, int level);
97 mktree(char *pdir, int level)
103 if (level > nlevel) {
109 (void) strcpy(dname, getfdname(pdir, TYPE_D, level, d, 0));
121 if (mktree(dname, level+1) != 0) {
125 getfdname(dname, TYPE_F, level+1, d, f));
133 (void) strcpy(fname, getfdname(pdir, TYPE_F, level, d, f));
141 getfdname(char *pdir, char type, int level, int dir, int file)
144 "%s/%c-l%dd%df%d", pdir, type, level, dir, file)
    [all...]
  /test/ontest-stc2/src/tools/stf/contrib/jnl/lib/
libjnl.c 157 * Initialize the detail level and create a table of contents for the
184 * If there is an environment variable for the detail level,
213 _jnlDL_ = jnlDL->level;
425 * jnl_dl_fetch() returns the value of the detail level as of the first
432 * jnl_DetailLevel_t The value of the detail level.
443 * Okay, by now we have a detail level, return it.
447 } /* int jnl_dl_check (jnl_DetailLevel_t level) {...} */
451 * jnl_dl_check (jnl_DetailLevel_t level);
455 * the level passed with the environment variable TJNL_DETAIL using the
456 * expression (level <= TJNL_DETAIL
    [all...]
  /test/stcnv/usr/src/tools/stf/contrib/jnl/lib/
libjnl.c 157 * Initialize the detail level and create a table of contents for the
184 * If there is an environment variable for the detail level,
213 _jnlDL_ = jnlDL->level;
425 * jnl_dl_fetch() returns the value of the detail level as of the first
432 * jnl_DetailLevel_t The value of the detail level.
443 * Okay, by now we have a detail level, return it.
447 } /* int jnl_dl_check (jnl_DetailLevel_t level) {...} */
451 * jnl_dl_check (jnl_DetailLevel_t level);
455 * the level passed with the environment variable TJNL_DETAIL using the
456 * expression (level <= TJNL_DETAIL
    [all...]
  /test/ontest-stc2/src/suites/os/smf/tests/libscf-mid/property/scf_simple_prop_next_opaque/
ASSERTIONS 41 BUG 1000325 low level functions involving opaque and ustring
56 BUG 1000325 low level functions involving opaque and ustring
71 BUG 1000325 low level functions involving opaque and ustring
86 BUG 1000325 low level functions involving opaque and ustring
  /test/ontest-stc2/src/suites/os/smf/tests/libscf-mid/property/scf_simple_prop_next_ustring/
ASSERTIONS 41 BUG 1000325 low level functions involving opaque and ustring
56 BUG 1000325 low level functions involving opaque and ustring
71 BUG 1000325 low level functions involving opaque and ustring
86 BUG 1000325 low level functions involving opaque and ustring
  /test/stcnv/usr/src/suites/os/smf/tests/libscf-mid/property/scf_simple_prop_next_opaque/
ASSERTIONS 41 BUG 1000325 low level functions involving opaque and ustring
56 BUG 1000325 low level functions involving opaque and ustring
71 BUG 1000325 low level functions involving opaque and ustring
86 BUG 1000325 low level functions involving opaque and ustring
  /test/stcnv/usr/src/suites/os/smf/tests/libscf-mid/property/scf_simple_prop_next_ustring/
ASSERTIONS 41 BUG 1000325 low level functions involving opaque and ustring
56 BUG 1000325 low level functions involving opaque and ustring
71 BUG 1000325 low level functions involving opaque and ustring
86 BUG 1000325 low level functions involving opaque and ustring
  /test/stcnv/usr/src/suites/storage/jist/bin/
nightly 61 for LEVEL in 1 2; do
62 ../bin/jist prepared=yes ${ARGS} devpath=${DEV} level=${LEVEL} \
  /test/stcnv/usr/src/tools/ndmpcopy/src/
main.h 49 #define OPT_LEVEL "-level"
98 char level[2]; /* Level of dump to perform (1 digit) */ member in struct:cmd_line_opts
main.c 128 strcpy(opts.level, DEF_LEVEL);
159 opts.level[0] = **curarg; /* only recognize first digit */
160 opts.level[1] = '\0';
162 if (opts.level[0] < '0' || opts.level[0] > '9')
164 fprintf(stderr,"Error: Invalid level %s.\n",opts.level);
  /test/ontest-stc2/src/suites/os/smf/tests/libscf-mid/property/scf_simple_prop_type/
ASSERTIONS 96 BUG 1000325 low level functions involving opaque and ustring
111 BUG 1000325 low level functions involving opaque and ustring
  /test/ontest-stc2/src/suites/os/smf/tests/svccfg/tests/unselect/
unselect_002.ksh 122 all unselect from the service level
  /test/stcnv/usr/src/suites/os/smf/tests/libscf-mid/property/scf_simple_prop_type/
ASSERTIONS 96 BUG 1000325 low level functions involving opaque and ustring
111 BUG 1000325 low level functions involving opaque and ustring
  /test/stcnv/usr/src/suites/os/smf/tests/svccfg/tests/unselect/
unselect_002.ksh 122 all unselect from the service level
  /test/ontest-stc1/usr/ontest/uts/fs/nfs/nfsv4-test/server/
README 40 $BASEDIR variable. See top-level README file for details.

Completed in 600 milliseconds

1 2 3