Home
last modified time | relevance | path

Searched refs:level (Results 26 – 50 of 962) sorted by relevance

12345678910>>...39

/illumos-gate/usr/src/test/zfs-tests/cmd/mktree/
H A Dmktree.c54 static char *getfdname(char *pdir, char type, int level, int dir, int file);
55 static int mktree(char *pbasedir, int level);
99 mktree(char *pdir, int level) in mktree() argument
105 if (level > nlevel) { in mktree()
111 (void) strcpy(dname, getfdname(pdir, TYPE_D, level, d, 0)); in mktree()
124 if (mktree(dname, level+1) != 0) { in mktree()
128 getfdname(dname, TYPE_F, level+1, d, f)); in mktree()
136 (void) strcpy(fname, getfdname(pdir, TYPE_F, level, d, f)); in mktree()
144 getfdname(char *pdir, char type, int level, int dir, int file) in getfdname() argument
147 "%s/%c-l%dd%df%d", pdir, type, level, dir, file); in getfdname()
/illumos-gate/usr/src/boot/libsa/
H A Dext2fs.c565 int level, error = 0; in read_inode() local
585 for (level = 0; level < NIADDR; level++) in read_inode()
606 int idx, level; in block_map() local
646 for (level = 0; level < NIADDR; level++) { in block_map()
651 if (level == NIADDR) { in block_map()
658 for (; level >= 0; level--) { in block_map()
666 fp->f_blk[level] = in block_map()
671 fp->f_blk[level], &fp->f_blksize[level]); in block_map()
681 if (level > 0) { in block_map()
797 int level; in ext2fs_close() local
[all …]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/inheritance/
H A Dstate015.cfg33 # Verify that executing 'zfs inherit' at the top level in the hierarchy
34 # when the middle level properties are set locally, and the bottom
35 # level has inherited its value from the middle level, results in no change
36 # to the top level properties.
38 # Executing 'zfs inherit' at the middle level results in the middle level
39 # inheriting its value from the top level, and passing the values down to
40 # the bottom level.
42 # Executing 'zfs inherit' at the bottom level is somewhat redundant but
H A Dstate021.cfg33 # Verify that executing 'zfs inherit' at the top level in the hierarchy
34 # when the top level and bottom level properties are set locally and the
35 # middle dataset has inherited from the top level, results in the top level
36 # properties reverting back to their default values, and the middle level
37 # inheriting the new top level value.
39 # Executing 'zfs inherit' at the bottom level results in it inheriting
40 # the middle level values.
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dtparm.c134 int level; in tparm() local
336 level = 0; in tparm()
341 level++; in tparm()
343 if (level <= 0) in tparm()
345 level--; in tparm()
346 } else if (*string == 'e' && level == 0) in tparm()
357 level = 0; in tparm()
362 level++; in tparm()
364 if (level <= 0) in tparm()
366 level--; in tparm()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzio_compress.h90 int level);
92 int level);
94 int level);
96 int level);
98 int level);
100 int level);
102 int level);
104 int level);
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dtrace.c146 int level; local
155 level = 0;
158 level = level * 10 + (*s - '0');
161 if (level < 0)
162 level = 0;
166 level = 1;
169 sm_debug_addsetting_x(sm_strndup_x(pat, endpat - pat), level);
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dtparm.c131 int number, level, x, y; local
325 level = 0;
330 level++;
332 if (level <= 0)
334 level--;
335 } else if (*string == 'e' && level == 0)
346 level = 0;
351 level++;
353 if (level <= 0)
355 level--;
/illumos-gate/usr/src/uts/common/io/
H A Dgen_drv.c358 dstatep->level[0] = -1; in gen_attach()
359 dstatep->level[1] = -1; in gen_attach()
472 dstatep->level[i] = -1; in gen_attach()
618 dstatep->level[1] = MINPWR; in gen_detach()
1096 dstatep->level[i] = 0; in gen_ioctl()
1206 dstatep->level[cmpt] = level; in gen_power()
1208 } else if (level > dstatep->level[cmpt] && level != 0 && in gen_power()
1240 dstatep->level[cmpt] = level; in gen_power()
1267 cmpt, level)); in gen_power()
1268 dstatep->level[cmpt] = level; in gen_power()
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Derrorf.c33 errorf(void* handle, void* discipline, int level, ...) in errorf() argument
37 va_start(ap, level); in errorf()
38 …&& handle) ? *((char**)handle) : (char*)handle, (discipline || level < 0) ? level : (level | ERROR… in errorf()
H A Dsigcrit.c100 static int level; in sigcritical() local
114 if (!level++) in sigcritical()
118 level--; in sigcritical()
143 return level; in sigcritical()
172 if (--level <= 0) in sigcritical()
174 level = 0; in sigcritical()
197 return level; in sigcritical()
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ofs/
H A Dsol_ofs_debug_util.c128 sol_ofs_dprintf_vlog(char *name, uint_t level, char *fmt, va_list ap) in sol_ofs_dprintf_vlog() argument
141 if (level > SOL_OFS_LOG_L5) { in sol_ofs_dprintf_vlog()
197 switch (level) { in sol_ofs_dprintf_vlog()
231 #define SOL_OFS_CHECK_ERR_LEVEL(level) \ argument
233 if (sol_ucma_errlevel < level) \
236 if (sol_rdmacm_errlevel < level) \
239 if (sol_uverbs_errlevel < level) \
242 if (sol_umad_errlevel < level) \
245 if (sol_ofs_module_errlevel < level) \
248 if (sol_kverbs_errlevel < level) \
[all …]
/illumos-gate/usr/src/lib/libslp/clib/
H A Dslp_search.c58 int level, void *cookie) { in slp_twalk() argument
61 (*action)(root, leaf, level, cookie); in slp_twalk()
63 (*action)(root, preorder, level, cookie); in slp_twalk()
65 slp_twalk(root->llink, action, level + 1, cookie); in slp_twalk()
66 (*action)(root, postorder, level, cookie); in slp_twalk()
68 slp_twalk(root->rlink, action, level + 1, cookie); in slp_twalk()
69 (*action)(root, endorder, level, cookie); in slp_twalk()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/regex/
H A Dregfatal.c33 regfatalpat(regex_t* p, int level, int code, const char* pat) in regfatalpat() argument
40 error(level, "regular expression: %s: %s", pat, buf); in regfatalpat()
42 error(level, "regular expression: %s", buf); in regfatalpat()
46 regfatal(regex_t* p, int level, int code) in regfatal() argument
48 regfatalpat(p, level, code, NiL); in regfatal()
/illumos-gate/usr/src/uts/common/inet/
H A Doptcom.c426 opt1->level = opt->level; in svr4_optcom_req()
427 len = (*getfn)(q, opt->level, in svr4_optcom_req()
474 opt->level, opt->name, in svr4_optcom_req()
1044 topth->level = reqopt->level; in do_opt_default()
1253 topth->level = reqopt->level; in do_opt_current()
1284 topth->level = reqopt->level; in do_opt_current()
1299 topth->level = reqopt->level; in do_opt_current()
1353 topth->level = reqopt->level; in do_opt_check_or_negotiate()
1390 topth->level = reqopt->level; in do_opt_check_or_negotiate()
1408 topth->level = reqopt->level; in do_opt_check_or_negotiate()
[all …]
/illumos-gate/usr/src/uts/sun4/sys/
H A Dfcode.h660 #define dcmn_err(level, args) if (fcode_debug >= level) cmn_err args argument
667 #define FC_DEBUG0(level, flag, s) if (fcode_debug >= level) \ argument
669 #define FC_DEBUG1(level, flag, fmt, a1) if (fcode_debug >= level) \ argument
671 #define FC_DEBUG2(level, flag, fmt, a1, a2) if (fcode_debug >= level) \ argument
673 #define FC_DEBUG3(level, flag, fmt, a1, a2, a3) \ argument
674 if (fcode_debug >= level) \
677 #define FC_DEBUG0(level, flag, s) argument
678 #define FC_DEBUG1(level, flag, fmt, a1) argument
679 #define FC_DEBUG2(level, flag, fmt, a1, a2) argument
680 #define FC_DEBUG3(level, flag, fmt, a1, a2, a3) argument
/illumos-gate/usr/src/uts/common/io/scsi/impl/
H A Dscsi_control.c42 scsi_reset(struct scsi_address *ap, int level) in scsi_reset() argument
44 ASSERT((level == RESET_LUN) || (level == RESET_TARGET) || in scsi_reset()
45 (level == RESET_ALL)); in scsi_reset()
46 if ((level == RESET_LUN) && in scsi_reset()
53 return (*A_TO_TRAN(ap)->tran_reset)(ap, level); in scsi_reset()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dfunctions.sh369 integer level=0
373 ((level < 2)) && ((level++))
377 for tmp in $level _$level
895 integer .level=.sh.level
896 while((--.level>=0))
898 ((.sh.level = .level))
969 integer .level=.sh.level .max=.sh.level-1
970 while((--.level>=0))
972 ((.sh.level = .level))
983 integer .level=.sh.level .max=.sh.level-1
[all …]
/illumos-gate/usr/src/cmd/mail/
H A DDout.c49 Dout(char *subname, int level, char *fmt, ...) in Dout() argument
64 int level; local
72 level = Xlevel;
82 level = va_arg(args, int);
86 if (debug > level) {
/illumos-gate/usr/src/uts/common/io/nge/
H A Dnge_log.c46 int level; member
61 cmn_err(nge_log_data.level, nge_log_data.fmt, nge_log_data.who, buf); in nge_vprt()
76 nge_log_data.level = CE_NOTE; in nge_log()
96 nge_log_data.level = CE_WARN; in nge_problem()
116 nge_log_data.level = CE_WARN; in nge_error()
198 nge_log_data.level = CE_CONT; in nge_gdb()
210 nge_log_data.level = CE_CONT; in nge_db()
/illumos-gate/usr/src/lib/libldap5/include/ldap/
H A Dlog.h45 extern void ldaplog(int level,char *fmt,...);
47 #define Statslog( level, fmt, connid, opid, arg1, arg2, arg3 ) \ argument
49 if ( log_debug & level ) \
51 if ( log_syslog & level ) \
52 ldaplog( level, fmt, connid, opid, arg1, arg2, arg3 ); \
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Dtsearch.c201 static void _twalk(Tree_t* obj, void(*action)(const Void_t*,VISIT,int), int level) in _twalk() argument
203 static void _twalk(obj,action,level) in _twalk()
206 int level;
209 (*action)((Void_t*)obj,leaf,level);
211 { (*action)((Void_t*)obj,preorder,level);
213 _twalk((Tree_t*)obj->lchild,action,level+1);
214 (*action)((Void_t*)obj,postorder,level);
216 _twalk((Tree_t*)obj->rchild,action,level+1);
217 (*action)((Void_t*)obj,endorder,level);
/illumos-gate/usr/src/cmd/fs.d/smbclnt/smbutil/
H A Dsrvsvc1.ndl45 * IN DWORD level;
46 * OUT union switch(level) {
92 DWORD level;
93 SWITCH(level)
101 INOUT DWORD level;
113 * IN DWORD level,
114 * OUT union switch(level) {
151 DWORD level;
152 SWITCH(level)
160 IN DWORD level;
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dtsearch.c143 int level) in __twalk() argument
146 (*action)(root, leaf, level); in __twalk()
148 (*action)(root, preorder, level); in __twalk()
150 __twalk(root->llink, action, level + 1); in __twalk()
151 (*action)(root, postorder, level); in __twalk()
153 __twalk(root->rlink, action, level + 1); in __twalk()
154 (*action)(root, endorder, level); in __twalk()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Ddeparse.c56 static int level; variable
94 level--; in p_tree()
232 level++; in p_tree()
236 level--; in p_tree()
249 if(begin_line && level) in p_tree()
375 level--; in p_keyword()
376 if(begin_line && level) in p_keyword()
384 level++; in p_keyword()
419 if(--level) in p_arg()
566 if(level>1) in p_switch()
[all …]

12345678910>>...39