Home
last modified time | relevance | path

Searched refs:level (Results 151 – 175 of 963) sorted by relevance

12345678910>>...39

/illumos-gate/usr/src/uts/sun4u/io/
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/io/usb/usba/
H A Dusba10_calls.c484 int level, in usba10_usb_req_raise_power() argument
489 return (usb_req_raise_power(dip, comp, level, cb, arg, flags)); in usba10_usb_req_raise_power()
497 int level, in usba10_usb_req_lower_power() argument
502 return (usb_req_raise_power(dip, comp, level, cb, arg, flags)); in usba10_usb_req_lower_power()
600 uint_t level, in usba10_usba_vlog() argument
605 return (usba_vlog(handle, level, mask, fmt, ap)); in usba10_usba_vlog()
635 uint_t level, in usba10_usb_log_descr_tree() argument
638 return (usb_log_descr_tree(dev_data, log_handle, level, mask)); in usba10_usb_log_descr_tree()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Drts.c539 rts_opt_get(conn_t *connp, int level, int name, uchar_t *ptr) in rts_opt_get() argument
547 switch (level) { in rts_opt_get()
563 retval = conn_opt_get(&coas, level, name, ptr); in rts_opt_get()
570 rts_do_opt_set(conn_t *connp, int level, int name, uint_t inlen, in rts_do_opt_set() argument
598 switch (level) { in rts_do_opt_set()
650 error = conn_opt_set(&coas, level, name, inlen, invalp, in rts_do_opt_set()
715 return (rts_do_opt_set(connp, level, name, inlen, invalp, outlenp, in rts_opt_set()
732 err = rts_opt_get(Q_TO_CONN(q), level, name, ptr); in rts_tpi_opt_get()
742 rts_tpi_opt_set(queue_t *q, uint_t optset_context, int level, in rts_tpi_opt_set() argument
1376 len = rts_opt_get(connp, level, option_name, optvalp_buf); in rts_getsockopt()
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/uwin/
H A Derr.c48 errmsg(int level, int code, const char* fmt, va_list ap) in errmsg() argument
63 errorv(fmt, level|ERROR_NOID, ap); in errmsg()
64 if ((level & ERROR_LEVEL) >= ERROR_ERROR) in errmsg()
/illumos-gate/usr/src/uts/i86pc/os/
H A Dacpi_stubs.c44 acpi_ddi_setwake(dev_info_t *dip, int level) in acpi_ddi_setwake() argument
49 return ((*acpi_fp_setwake)(dip, level)); in acpi_ddi_setwake()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Doptget.c1724 if (level) in item()
1727 sfprintf(sp, ".H%d ", (level - (level > 2)) / 2); in item()
1734 if (!level) in item()
1754 if (!level) in item()
1768 if (!level) in item()
1846 level++; in textout()
1847 level++; in textout()
1872 if (level > 1) in textout()
1873 level++; in textout()
1874 level++; in textout()
[all …]
H A Dmagic.c506 level = 0; in ckmagic()
512 mp->keep[level] = mp->keep[level - 1] != 0; in ckmagic()
513 mp->msg[level] = b; in ckmagic()
555 if (!mp->keep[level]) in ckmagic()
557 b = mp->msg[level]; in ckmagic()
981 b = mp->msg[level]; in ckmagic()
984 else if (level > 0) in ckmagic()
985 mp->keep[level - 1] = mp->keep[level]; in ckmagic()
986 if (--level < 0) in ckmagic()
988 level = 0; in ckmagic()
[all …]
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/serengeti/common/
H A Dserengeti.c221 int level = 0; in display_pci() local
316 level = 0; in display_pci()
368 if (level > 0) { in display_pci()
616 level++; in display_pci()
624 if (level > 0) in display_pci()
625 level--; in display_pci()
635 if (level > 0) in display_pci()
636 level--; in display_pci()
641 if (level > 1) in display_pci()
642 level = level - 2; in display_pci()
[all …]
/illumos-gate/usr/src/cmd/fs.d/smbclnt/smbutil/
H A Dsrvsvc1_clnt.h42 int level, union mslm_NetShareEnum_ru *resp);
44 int level, union mslm_NetServerGetInfo_ru *resp);
/illumos-gate/usr/src/uts/common/os/
H A Dprintf.c75 const char *suffix, void *site, int mid, int sid, int level, in cprintf() argument
140 mp = log_makemsg(mid, sid, level, sl, LOG_KERN, bufp, in cprintf()
345 strlog(short mid, short sid, char level, ushort_t sl, char *fmt, ...) in strlog() argument
350 cprintf(fmt, adx, sl, "", "", caller(), mid, sid, level, in strlog()
358 vstrlog(short mid, short sid, char level, ushort_t sl, char *fmt, va_list adx) in vstrlog() argument
361 cprintf(fmt, adx, sl, "", "", caller(), mid, sid, level, in vstrlog()
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dwkssvc_svc.c99 param->result.level = param->level; in wkssvc_s_NetWkstaGetInfo()
102 switch (param->level) { in wkssvc_s_NetWkstaGetInfo()
175 switch (param->info.level) { in wkssvc_s_NetWkstaTransportEnum()
/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhat_i86.h112 #define PGCNT_INC(hat, level) \ argument
113 atomic_inc_ulong(&(hat)->hat_pages_mapped[level]);
114 #define PGCNT_DEC(hat, level) \ argument
115 atomic_dec_ulong(&(hat)->hat_pages_mapped[level]);
/illumos-gate/usr/src/cmd/bnu/
H A Duupick138 level=2
141 level=1
159 break $level;;
/illumos-gate/usr/src/uts/common/sys/ib/clients/rds/
H A Drds.h66 #define dprint(level, args) { if (rdsdebug > (level)) printf args; } argument
68 #define dprint(level, args) {}
/illumos-gate/usr/src/uts/sun/io/dada/impl/
H A Ddcd_control.c46 dcd_reset(struct dcd_address *ap, int level) in dcd_reset() argument
48 return (*A_TO_TRAN(ap)->tran_reset)(ap, level); in dcd_reset()
/illumos-gate/usr/src/cmd/sendmail/db/btree/
H A Dbt_search.c131 ((LF_ISSET(S_PARENT) && (u_int8_t)(stop + 1) >= h->level) ||
132 (LF_ISSET(S_WRITE) && h->level == LEAFLEVEL))) {
212 if (LF_ISSET(S_PARENT) && stop == h->level) {
230 (u_int8_t)(stop + 1) >= (u_int8_t)(h->level - 1)) ||
231 (h->level - 1) == LEAFLEVEL)
/illumos-gate/usr/src/uts/common/disp/
H A Dcmt.c504 int levels, level; in pg_cmt_cpu_init() local
657 for (level = levels - 1; level >= 0; ) { in pg_cmt_cpu_init()
661 pg = cpu_cmt_hier[level]; in pg_cmt_cpu_init()
667 pg->cmt_parent != cpu_cmt_hier[level + 1]) { in pg_cmt_cpu_init()
672 level = levels - 1; in pg_cmt_cpu_init()
674 level--; in pg_cmt_cpu_init()
684 for (level = 0; level < levels; level++) { in pg_cmt_cpu_init()
688 pg = cpu_cmt_hier[level]; in pg_cmt_cpu_init()
692 if (level == 0) in pg_cmt_cpu_init()
705 if ((level + 1) == levels) { in pg_cmt_cpu_init()
[all …]
/illumos-gate/usr/src/common/mdesc/
H A Dmdesc_walkdag.c137 uint8_t *seenp, md_walk_fn_t func, void *private, int level) in mdl_walk_dag() argument
159 for (x = 0; x < level; x++) { in mdl_walk_dag()
193 private, level+1); in mdl_walk_dag()
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dacpica.c136 static int acpica_ddi_setwake(dev_info_t *dip, int level);
634 acpica_ddi_setwake(dev_info_t *dip, int level) in acpica_ddi_setwake() argument
682 args[0].Integer.Value = level ? 1 : 0; in acpica_ddi_setwake()
684 args[1].Integer.Value = level; in acpica_ddi_setwake()
686 args[2].Integer.Value = level; in acpica_ddi_setwake()
693 args[0].Integer.Value = level ? 1 : 0; in acpica_ddi_setwake()
724 if (level == 0) { in acpica_ddi_setwake()
728 } else if (prw.prw_level >= level) { in acpica_ddi_setwake()
/illumos-gate/usr/src/uts/common/io/usb/usba10/
H A Dusba10.c512 int level, in usb_req_raise_power() argument
517 return (usba10_usb_req_raise_power(dip, comp, level, cb, arg, flags)); in usb_req_raise_power()
525 int level, in usb_req_lower_power() argument
530 return (usba10_usb_req_raise_power(dip, comp, level, cb, arg, flags)); in usb_req_lower_power()
717 uint_t level, in usb_log() argument
725 rval = usba10_usba_vlog(handle, level, mask, fmt, ap); in usb_log()
737 uint_t level, in usb_log_descr_tree() argument
740 return (usba10_usb_log_descr_tree(dev_data, log_handle, level, mask)); in usb_log_descr_tree()
/illumos-gate/usr/src/tools/smatch/src/
H A Dflowgraph.c184 int level = idom ? idom->dom_level + 1 : 0; in domtree_build() local
186 bb->dom_level = level; in domtree_build()
187 if (max_level < level) in domtree_build()
188 max_level = level; in domtree_build()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/hash/
H A Dhashdump.c107 int level; in dumptable() local
112 level = 1; in dumptable()
113 while (scope = scope->scope) level++; in dumptable()
114 sfprintf(sfstderr, " level %d scope on 0x%08lx", level, (unsigned long)tab->scope); in dumptable()
/illumos-gate/usr/src/uts/common/io/ib/clients/rds/
H A Drdsib_debug.c141 rds_vlog(char *name, uint_t level, char *fmt, va_list ap) in rds_vlog() argument
208 switch (level) { in rds_vlog()
255 #define RDS_CHECK_ERR_LEVEL(level) \ argument
256 if (rdsdbglvl < level) \
/illumos-gate/usr/src/cmd/du/
H A Ddu.c63 static int level = 0; /* Level of recursion */ variable
414 if (sflg == 0 && (aflg || level == 0)) in descend()
438 level++; in descend()
457 level--; in descend()
498 level--; in descend()
505 level--; in descend()
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dfastlz.c168 int level = ((*(const unsigned char *)input) >> 5) + 1; in fastlz_decompress() local
170 if (level == 1) in fastlz_decompress()
172 if (level == 2) in fastlz_decompress()
180 fastlz_compress_level(int level, const void *input, int length, in fastlz_compress_level() argument
183 if (level == 1) in fastlz_compress_level()
185 if (level == 2) in fastlz_compress_level()

12345678910>>...39