Home
last modified time | relevance | path

Searched refs:level (Results 101 – 125 of 962) sorted by relevance

12345678910>>...39

/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Def10_intr.c75 __in unsigned int level) in efx_mcdi_trigger_interrupt() argument
85 if (level >= enp->en_nic_cfg.enc_intr_limit) { in efx_mcdi_trigger_interrupt()
97 MCDI_IN_SET_DWORD(req, TRIGGER_INTERRUPT_IN_INTR_LEVEL, level); in efx_mcdi_trigger_interrupt()
120 __in unsigned int level) in ef10_intr_trigger() argument
134 if ((rc = efx_mcdi_trigger_interrupt(enp, level)) != 0) in ef10_intr_trigger()
/illumos-gate/usr/src/test/zfs-tests/tests/functional/inheritance/
H A Dstate005.cfg34 # used to verify that when we set a property on a top level pool, followed
35 # by a middle level dataset, that the bottom level filesystem inherits
36 # the property from the middle level dataset, and not from the top level
H A Dstate006.cfg34 # used to verify that when we set a property on a top level pool, followed
35 # by a bottom level filesystem, that the middle level dataset inherits
36 # the property from the top level pool, and not from the bottom level
H A Dstate022.cfg33 # Verify that executing 'zfs inherit -r' 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
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_cmn_oplock.c438 switch (level) { in smb_oplock_request_LH()
468 *statep = level; in smb_oplock_request_LH()
493 *statep = level; in smb_oplock_request_LH()
1729 level = LEVEL_NONE; in smb_oplock_ack_break()
1856 if (level == 0) { in smb_oplock_ack_break()
1878 *rop = level; in smb_oplock_ack_break()
1985 level, B_TRUE); in smb_oplock_ack_break()
2016 if (level == 0) { in smb_oplock_ack_break()
2060 if (level == CACHE_RH && in smb_oplock_ack_break()
2091 *rop = level; in smb_oplock_ack_break()
[all …]
/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlstrlib.c258 int level = ms->level; in capture_to_close() local
259 for (level--; level>=0; level--) in capture_to_close()
260 if (ms->capture[level].len == CAP_UNFINISHED) return level; in capture_to_close()
407 int level = ms->level; in start_capture() local
409 ms->capture[level].init = s; in start_capture()
411 ms->level = level+1; in start_capture()
568 if (i >= ms->level) { in push_onecapture()
587 int nlevels = (ms->level == 0 && s) ? 1 : ms->level; in push_captures()
641 ms.level = 0; in str_find_aux()
684 ms.level = 0; in gmatch_aux()
[all …]
/illumos-gate/usr/src/uts/common/os/
H A Dsunpm.c2515 level, power_val_to_string(cp, level))); in pm_power()
4085 level = 0; in pm_autoconfig()
4143 level++; in pm_autoconfig()
4299 for (level = 1; level < pmc->pmc_numlevels; in pm_set_device_threshold()
4370 for (level = 1; level < pmc->pmc_numlevels; level++) { in pm_set_device_threshold()
4378 for (level = 1; level < pmc->pmc_numlevels; level++) { in pm_set_device_threshold()
4381 comp, level, pmc->pmc_thresh[level])) in pm_set_device_threshold()
4389 level = 1; in pm_set_device_threshold()
4405 level++; in pm_set_device_threshold()
4410 for (level = 1; level < pmc->pmc_numlevels; level++) { in pm_set_device_threshold()
[all …]
H A Dcyclic.c687 if (level == CY_PASSIVE_LEVEL) in cyclic_coverage()
690 cyc_coverage[ndx].cyv_count[level]++; in cyclic_coverage()
697 CYC_TRACE_IMPL(&cpu->cyp_trace[level], level, why, arg0, arg1)
711 cyclic_coverage(why, level, \
725 #define CYC_TRACE0(cpu, level, why) CYC_TRACE(cpu, level, why, 0, 0) argument
726 #define CYC_TRACE1(cpu, level, why, arg0) CYC_TRACE(cpu, level, why, arg0, 0) argument
863 cyc_level_t level = cyclic->cy_level; in cyclic_expire() local
869 if (level == CY_HIGH_LEVEL) { in cyclic_expire()
1142 softbuf = &cpu->cyp_softbuf[level]; in cyclic_softint()
1337 if (level != CY_LOW_LEVEL) { in cyclic_softint()
[all …]
/illumos-gate/usr/src/uts/common/io/ppm/
H A Dppm.c453 uint8_t level, lvl; in ppm_ioctl() local
517 level = domp->devlist->level; in ppm_ioctl()
525 STRUCT_FSET(dpwr, level, level); in ppm_ioctl()
1060 cpup->level = level; in ppm_revert_cpu_power()
1107 ppmd->level = new; in ppm_manage_cpus()
1118 if (new == ppmd->level) { in ppm_manage_cpus()
1567 if (new == ppmd->level) { in ppm_manage_fet()
1985 if (new == ppmd->level) in ppm_manage_pci()
2128 if (new == ppmd->level) in ppm_manage_pcie()
2473 str, ppmd->path, change, ppmd->level, level, ret)) in ppm_set_level()
[all …]
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_debug.c72 switch (level) { in e1000g_log()
77 level = CE_CONT; in e1000g_log()
83 level = CE_CONT; in e1000g_log()
89 level = CE_CONT; in e1000g_log()
95 level = CE_CONT; in e1000g_log()
99 level = CE_CONT; in e1000g_log()
109 level = CE_CONT; in e1000g_log()
148 cmn_err(level, "%s: %s", name, buf); in e1000g_log()
150 cmn_err(level, "^%s: %s", name, buf); in e1000g_log()
152 cmn_err(level, "!%s: %s", name, buf); in e1000g_log()
[all …]
/illumos-gate/usr/src/uts/sun4u/io/
H A Dgptwocfg.c62 #define GPTWO_DEBUG0(level, flag, s) if (gptwocfg_debug >= level) \ argument
64 #define GPTWO_DEBUG1(level, flag, fmt, a1) if (gptwocfg_debug >= level) \ argument
66 #define GPTWO_DEBUG2(level, flag, fmt, a1, a2) if (gptwocfg_debug >= level) \ argument
68 #define GPTWO_DEBUG3(level, flag, fmt, a1, a2, a3) \ argument
69 if (gptwocfg_debug >= level) \
72 #define GPTWO_DEBUG0(level, flag, s) argument
73 #define GPTWO_DEBUG1(level, flag, fmt, a1) argument
74 #define GPTWO_DEBUG2(level, flag, fmt, a1, a2) argument
75 #define GPTWO_DEBUG3(level, flag, fmt, a1, a2, a3) argument
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_ufs.c170 int level, bound, i, index; in sbmap() local
180 level = 0; in sbmap()
184 level++; in sbmap()
188 if (level >= UFS_NIADDR) /* bn too big */ in sbmap()
192 nb = INODE->ic_ib[level]; in sbmap()
209 for (i = 1; i <= level; i++) { in sbmap()
/illumos-gate/usr/src/cmd/ptools/ptree/
H A Dptree.c314 printlines(ps_t *p, int level) in printlines() argument
316 if (level == 0) in printlines()
328 for (int j = i; j < level; j++) in printlines()
339 printone(ps_t *p, int level) in printone() argument
344 indent = level * 2; in printone()
353 printlines(p, level); in printone()
521 printsubtree(ps_t *p, int level) in printsubtree() argument
525 printed = printone(p, level); in printsubtree()
526 if (level != 0 || printed == 1) in printsubtree()
527 level++; in printsubtree()
[all …]
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_inode.c1125 if (level > SINGLE) { in indirtrunc()
1167 int level; in ufs_itrunc() local
1405 for (level = TRIPLE; level >= SINGLE; level--) in ufs_itrunc()
1407 oip->i_ib[level] = 0; in ufs_itrunc()
1408 lastiblock[level] = -1; in ufs_itrunc()
1423 for (level = TRIPLE; level >= SINGLE; level--) { in ufs_itrunc()
1424 bn = ip->i_ib[level]; in ufs_itrunc()
1427 indirtrunc(ip, bn, lastiblock[level], level, flags); in ufs_itrunc()
1429 ip->i_ib[level] = 0; in ufs_itrunc()
1486 for (level = SINGLE; level <= TRIPLE; level++) in ufs_itrunc()
[all …]
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Dlog.c42 int level, in isnslog() argument
55 if (dbg_level >= level) { in isnslog()
66 syslog(LOG_DAEMON | level, message); in isnslog()
/illumos-gate/usr/src/cmd/hal/tools/sunos/
H A Dhal-system-lcd-set-brightness-sunos.c32 int level; in main() local
54 level = atoi(arg); in main()
56 if (ioctl(fd, ACPI_DRV_IOC_SET_BRIGHTNESS, &level) < 0) { in main()
/illumos-gate/usr/src/cmd/exstr/
H A Dexstr.c147 int level = 0; in extract() local
148 while (level != 2) { in extract()
150 if (level == 0 && ch == '*') in extract()
151 level++; in extract()
152 else if (level == 1 && ch == '/') in extract()
153 level++; in extract()
155 level = 0; in extract()
/illumos-gate/usr/src/common/mdesc/
H A Dmdesc_scandag.c47 int level);
130 int level) in mdl_scan_dag() argument
150 for (x = 0; x < level; x++) in mdl_scan_dag()
182 seenp, idxp, stashp, level+1); in mdl_scan_dag()
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_log.c36 igb_log(void *arg, igb_debug_t level, const char *fmt, ...) in igb_log() argument
49 if (level > igb_debug) in igb_log()
52 switch (level) { in igb_log()
/illumos-gate/usr/src/contrib/zlib/
H A Dzlib.h706 int level,
1246 int level));
1381 ZEXTERN int ZEXPORT gzsetparams OF((gzFile file, int level, int strategy));
1781 ZEXTERN int ZEXPORT deflateInit_ OF((z_streamp strm, int level,
1796 # define z_deflateInit(strm, level) \ argument
1797 deflateInit_((strm), (level), ZLIB_VERSION, (int)sizeof(z_stream))
1801 deflateInit2_((strm),(level),(method),(windowBits),(memLevel),\
1810 # define deflateInit(strm, level) \ argument
1811 deflateInit_((strm), (level), ZLIB_VERSION, (int)sizeof(z_stream))
1814 # define deflateInit2(strm, level, method, windowBits, memLevel, strategy) \ argument
[all …]
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsrvsvc_clnt.c129 arg.level = srvsvc_info_level; /* share information level */ in srvsvc_net_share_get_info()
220 arg.level = 1; in srvsvc_net_session_enum()
221 arg.result.level = 1; in srvsvc_net_session_enum()
235 smb_tracef("srvsvc switch_value=%d", arg.level); in srvsvc_net_session_enum()
253 srvsvc_net_connect_enum(char *server, char *domain, char *netname, int level) in srvsvc_net_connect_enum() argument
287 switch (level) { in srvsvc_net_connect_enum()
289 arg.info.level = 0; in srvsvc_net_connect_enum()
296 arg.info.level = 1; in srvsvc_net_connect_enum()
318 switch (level) { in srvsvc_net_connect_enum()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/port/
H A Dastlicense.c513 int level; in astlicense() local
526 level = 0; in astlicense()
528 level = -1; in astlicense()
531 level++; in astlicense()
534 input[level].line = 0; in astlicense()
542 if (level < 0) in astlicense()
544 s = input[level].info; in astlicense()
571 input[level].line++; in astlicense()
596 input[level].line++; in astlicense()
795 if (!level--) in astlicense()
[all …]
/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi.c36 npi_debug_msg(npi_handle_function_t function, uint64_t level, char *fmt, ...) in npi_debug_msg() argument
43 if ((level & npi_debug_level) || in npi_debug_msg()
44 (level & NPI_REG_CTL) || in npi_debug_msg()
45 (level & NPI_ERR_CTL)) { in npi_debug_msg()
54 if (level & NPI_ERR_CTL) { in npi_debug_msg()
/illumos-gate/usr/src/uts/common/disp/
H A Dcmt_policy.c126 int level = 0; in cmt_balance() local
147 pg = GROUP_ACCESS(cmt_pgs, level); in cmt_balance()
201 if (++level == GROUP_SIZE(cmt_pgs)) in cmt_balance()
204 pg = GROUP_ACCESS(cmt_pgs, level); in cmt_balance()
/illumos-gate/usr/src/uts/i86pc/io/
H A Dcbe.c122 cbe_softint(void *arg, cyc_level_t level) in cbe_softint() argument
124 switch (level) { in cbe_softint()
132 panic("cbe_softint: unexpected soft level %d", level); in cbe_softint()
146 cbe_set_level(void *arg, cyc_level_t level) in cbe_set_level() argument
150 switch (level) { in cbe_set_level()
161 panic("cbe_set_level: unexpected level %d", level); in cbe_set_level()

12345678910>>...39