Home
last modified time | relevance | path

Searched refs:level (Results 126 – 150 of 962) sorted by relevance

12345678910>>...39

/illumos-gate/usr/src/uts/sun4u/lw8/sys/
H A Dlw8_impl.h87 int level; /* level of events requested */ member
95 int level; /* level of events requested */ member
101 int level; /* syslog msg level */ member
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dpc_fs.h590 #define PC_DPRINTF0(level, A) \ argument
591 if (pcfsdebuglevel >= level) \
593 #define PC_DPRINTF1(level, A, B) \ argument
594 if (pcfsdebuglevel >= level) \
596 #define PC_DPRINTF2(level, A, B, C) \ argument
597 if (pcfsdebuglevel >= level) \
599 #define PC_DPRINTF3(level, A, B, C, D) \ argument
600 if (pcfsdebuglevel >= level) \
602 #define PC_DPRINTF4(level, A, B, C, D, E) \ argument
603 if (pcfsdebuglevel >= level) \
/illumos-gate/usr/src/uts/common/smbsrv/ndl/
H A Dsrvsvc.ndl102 * int level;
147 * param->result.level = param->level; // for marshalling
196 DWORD level; \
260 DWORD level; \
274 * param->result.level = param->level; // for marshalling
403 DWORD level;
462 DWORD level;
751 * level 2. No special group membership is required for level 0 or level
797 * level
1199 DWORD level;
[all …]
/illumos-gate/usr/src/lib/print/libprint/common/
H A Dns_cmn_kvp.c121 ns_r_get_value(const char *key, const ns_printer_t *printer, int level) in ns_r_get_value() argument
129 if (level++ == 16) in ns_r_get_value()
162 value = ns_r_get_value(key, printer, level); in ns_r_get_value()
173 value = ns_r_get_value(key, *printers, level); in ns_r_get_value()
181 value = ns_r_get_value(key, printer, level); in ns_r_get_value()
/illumos-gate/usr/src/common/ccid/
H A Datr.c1340 if (level != 0) in atr_data_dump_ta()
1349 if (level != 0) in atr_data_dump_ta()
1386 if (level != 0) in atr_data_dump_tb()
1393 if (level != 0) in atr_data_dump_tb()
1435 if (level != 0) in atr_data_dump_tc()
1534 uint8_t i, level; in atr_data_dump() local
1545 level = 0; in atr_data_dump()
1556 level = 0; in atr_data_dump()
1559 level++; in atr_data_dump()
1561 level = 0; in atr_data_dump()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dppmio.h58 int level; member
71 int level; /* domain power level */ member
106 int32_t level; /* domain power level */ member
/illumos-gate/usr/src/cmd/pgstat/
H A Dpgstat.pl376 my @levels = map { $p->level($_) } @pgs; # Levels for each PG
387 my $level = $p->level($pg) || 0 if $do_levels;
397 $length += $level - $minlevel if $do_levels;
566 my $level;
569 $level = $p->level($pg) - $minlevel;
570 $shname = (' ' x (LEVEL_OFFSET * $level)) . $shname;
623 (' ' x (LEVEL_OFFSET * $level)) .
759 my $level = $p->level($pg) - $minlevel;
760 $shname = (' ' x (LEVEL_OFFSET * $level)) . $shname;
/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlfunc.c47 UpVal *luaF_findupval (lua_State *L, StkId level) { in luaF_findupval() argument
52 while (*pp != NULL && (p = gco2uv(*pp))->v >= level) { in luaF_findupval()
56 if (p->v == level) { /* found a corresponding upvalue? */ in luaF_findupval()
65 uv->v = level; /* current value lives in the stack */ in luaF_findupval()
89 void luaF_close (lua_State *L, StkId level) { in luaF_close() argument
92 while (L->openupval != NULL && (uv = gco2uv(L->openupval))->v >= level) { in luaF_close()
/illumos-gate/usr/src/cmd/tsol/lslabels/
H A Dlslabels.c147 _Classification *level; in main() local
209 level = &label->classification.class_u.class_chunk; in main()
210 while (*level > 0) { in main()
212 *level -= 1; in main()
/illumos-gate/usr/src/test/zfs-tests/tests/functional/inheritance/
H A Dstate011.cfg33 # Verify that running 'zfs inherit' at each level of the data hierarchy
34 # when the bottom filesystem level properties have been set locally has
35 # no effect except at the bottom level where the property values are
36 # inherited from the middle level dataset.
H A Dstate019.cfg33 # Verify that executing 'zfs inherit' at the top level in the hierarchy
34 # when the top level properties are set locally and the middle and bottom
35 # datasets have inherited from the top level, results in the top level
H A Dstate020.cfg33 # Verify that executing 'zfs inherit -r' at the top level in the hierarchy
34 # when the top level properties are set locally and the middle and bottom
35 # datasets have inherited from the top level, results in the top level
H A Dstate023.cfg33 # Verify that executing 'zfs inherit' at the top level in the hierarchy
34 # when each levels properties are set locally, results in the top level
37 # Executing 'zfs inherit' at the middle level results in it inheriting
40 # Executing 'zfs inherit' at the bottom level results in it inheriting
/illumos-gate/usr/src/cmd/pginfo/
H A Dpginfo.pl328 my @levels = map { $p->level($_) } @pgs;
335 my $level = $p->level($pg) || 0;
342 my $length = length($name) + $level - $minlevel;
432 my $level = $p->level($pg) - $minlevel;
433 $sharing = (' ' x (LEVEL_OFFSET * $level)) . $sharing;
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddbuf.h313 uint64_t dbuf_whichblock(struct dnode *di, int64_t level, uint64_t offset);
323 dmu_buf_impl_t *dbuf_hold_level(struct dnode *dn, int level, uint64_t blkid,
325 int dbuf_hold_impl(struct dnode *dn, uint8_t level, uint64_t blkid,
329 int dbuf_prefetch_impl(struct dnode *dn, int64_t level, uint64_t blkid,
332 int dbuf_prefetch(struct dnode *dn, int64_t level, uint64_t blkid,
343 dmu_buf_impl_t *dbuf_find(struct objset *os, uint64_t object, uint8_t level,
361 void dbuf_sync_list(list_t *list, int level, dmu_tx_t *tx);
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.h868 ZEXTERN int ZEXPORT deflateParams OF((z_streamp strm, int level, int strategy));
1171 ZEXTERN int ZEXPORT deflateInit_ OF((z_streamp strm, int level,
1175 ZEXTERN int ZEXPORT deflateInit2_ OF((z_streamp strm, int level, int method,
1180 #define deflateInit(strm, level) \ argument
1181 deflateInit_((strm), (level), ZLIB_VERSION, sizeof (z_stream))
1184 #define deflateInit2(strm, level, method, windowBits, memLevel, strategy) \ argument
1185 deflateInit2_((strm), (level), (method), (windowBits), (memLevel), \
/illumos-gate/usr/src/cmd/smserverd/
H A Dsmediad_err.c105 debug(uint_t level, const char *fmt, ...) in debug() argument
111 if (level > debug_level) { in debug()
115 (void) snprintf(dbgmsg, sizeof (dbgmsg), DEBUGMSG, level, fmt); in debug()
/illumos-gate/usr/src/uts/common/exec/shbin/
H A Dshbin.c57 int level,
159 int level, in shbinexec() argument
177 if (level) { /* Can't recurse */ in shbinexec()
248 error = gexec(&nvp, uap, args, &idata, ++level, execsz, exec_file, cred, in shbinexec()
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmap_core.c1305 cdir_level_t *level; in cdir_process() local
1474 level->cdl_else_lineno = 0; in cdir_process()
1481 level->cdl_done = level->cdl_pass = expr_eval; in cdir_process()
1483 level->cdl_done = 1; in cdir_process()
1484 level->cdl_pass = 0; in cdir_process()
1508 level->cdl_pass = !level->cdl_done && expr_eval; in cdir_process()
1509 if (level->cdl_pass) in cdir_process()
1510 level->cdl_done = 1; in cdir_process()
1531 level->cdl_pass = !level->cdl_done; in cdir_process()
1532 level->cdl_done = 1; in cdir_process()
[all …]
/illumos-gate/usr/src/uts/sun4u/io/
H A Dgptwo_cpu.c57 #define GPTWO_DEBUG0(level, flag, s) if (gptwo_cpu_debug >= level) \ argument
59 #define GPTWO_DEBUG1(level, flag, fmt, a1) if (gptwo_cpu_debug >= level) \ argument
61 #define GPTWO_DEBUG2(level, flag, fmt, a1, a2) if (gptwo_cpu_debug >= level) \ argument
63 #define GPTWO_DEBUG3(level, flag, fmt, a1, a2, a3) \ argument
64 if (gptwo_cpu_debug >= level) \
67 #define GPTWO_DEBUG0(level, flag, s) argument
68 #define GPTWO_DEBUG1(level, flag, fmt, a1) argument
69 #define GPTWO_DEBUG2(level, flag, fmt, a1, a2) argument
70 #define GPTWO_DEBUG3(level, flag, fmt, a1, a2, a3) argument
H A Dppm_xgsubr.c434 uint8_t level; in ppm_ioctl() local
464 level = req.ppmop.idev_power.level; in ppm_ioctl()
465 if ((level != PPM_IDEV_POWER_ON) && in ppm_ioctl()
466 (level != PPM_IDEV_POWER_OFF)) { in ppm_ioctl()
469 str, level, cmd)); in ppm_ioctl()
474 (*ppmf.iocset)(level); in ppm_ioctl()
485 req.ppmop.idev_power.level = (*ppmf.iocget)(); in ppm_ioctl()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_utils.h50 #define oce_log(dev_p, level, module, fmt, arg...) { \ argument
54 ((uint32_t)level >= dev_p->severity)) \
55 cmn_err(level, "%s[%d]: " fmt, OCE_MOD_NAME, \
58 cmn_err(level, "%s[%d]: " fmt, OCE_MOD_NAME, \
/illumos-gate/usr/src/test/util-tests/tests/awk/gnu/
H A Dfunstack.awk580 function html_fonts(s, arg,control_word,k,level,n,open_brace)
585 level = 1
586 for (k = open_brace + 1; (level != 0) && (k <= length(s)); ++k)
589 level++
591 level--
786 function prefix(level)
794 1, INDENT * level))
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_parse.c384 static void dump_profile(struct profile_node *root, int level, in dump_profile() argument
399 for (i=0; i < level; i++) in dump_profile()
420 if (level == 0) { /* [xxx] */ in dump_profile()
426 dump_profile(p, level+1, cb, data); in dump_profile()
429 for (i=0; i < level; i++) in dump_profile()
434 dump_profile(p, level+1, cb, data); in dump_profile()
435 for (i=0; i < level; i++) in dump_profile()
/illumos-gate/usr/src/cmd/csh/
H A Dsh.func.c773 level++;
779 level--;
786 level++;
792 level--;
798 level++;
804 level--;
811 level = -1;
825 level = -1;
839 level = -1;
846 level = -1;
[all …]

12345678910>>...39