Searched refs:level (Results 226 - 250 of 774) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/uts/common/smbsrv/ndl/
H A Dsrvsvc.ndl51 * IN int level,
68 * IN int level,
69 * OUT union switch(level) {
74 * The level guides the (un)marshalling as it follows the pointer.
100 * int level;
107 * [in] ushort level;
124 * [in] ushort level;
131 * struct ..._result { DWORD level; union ..._ru bufptr; }
145 * param->result.level = param->level; // fo
[all...]
H A Dnetdfs.ndl225 DWORD level;
226 SWITCH(level)
294 DWORD level;
360 IN DWORD level;
382 IN DWORD level;
400 IN DWORD level;
478 IN DWORD level;
/illumos-gate/usr/src/uts/i86pc/io/acpi_drv/
H A Dacpi_video.c175 * Get the current brightness level and index.
183 /* simply initialize current brightness to the highest level */
211 acpi_video_brightness_set(struct acpi_video_brightness *vidbp, uint32_t level) argument
213 if (acpi_drv_set_int(vidbp->dev.hdl, "_BCM", vidbp->levels[level])
218 vidbp->cur_level = vidbp->levels[level];
219 vidbp->cur_level_index = level;
683 int level; local
689 if (copyin((void *)arg, &level, sizeof (level))) {
695 "!acpi_video_ioctl: set BRIGHTNESS level
[all...]
/illumos-gate/usr/src/cmd/sendmail/db/btree/
H A Dbt_split.c84 int exact, level, ret; local
117 for (dir = UP, level = LEAFLEVEL;; dir == UP ? ++level : --level) {
122 __bam_search(dbc, arg, S_WRPAIR, level, NULL, &exact) :
124 (db_recno_t *)arg, S_WRPAIR, level, &exact))) != 0)
146 if (level == LEAFLEVEL)
187 if (cp->page->level >= MAXBTREELEVEL) {
199 cp->page->level, TYPE(cp->page));
202 cp->page->level, TYP
[all...]
/illumos-gate/usr/src/uts/sun4u/lw8/io/
H A Dlw8.c1226 lw8_eventresp->level = lw8_eventlogp->level;
1320 char level; local
1371 switch (lw8_logmsgp->level) {
1373 level = SL_FATAL;
1376 level = SL_FATAL;
1379 level = SL_FATAL;
1382 level = SL_ERROR;
1385 level = SL_WARN;
1388 level
[all...]
/illumos-gate/usr/src/uts/i86pc/dboot/
H A Ddboot_startkern.c84 * Standard bits used in PTE (page level) and PTP (internal levels)
351 set_pteval(paddr_t table, uint_t index, uint_t level, x86pte_t pteval) argument
369 if (level == top_level && level == 2)
375 make_ptable(x86pte_t *pteval, uint_t level) argument
379 if (level == top_level && level == 2)
393 PRIx64 "\n", level, (ulong_t)new_table, *pteval);
494 map_ma_at_va(maddr_t ma, native_ptr_t va, uint_t level) argument
500 if (level >
550 map_pa_at_va(paddr_t pa, native_ptr_t va, uint_t level) argument
552 map_ma_at_va(pa_to_ma(pa), va, level); local
1295 uint32_t level; local
[all...]
/illumos-gate/usr/src/cmd/du/
H A Ddu.c62 static int level = 0; /* Level of recursion */ variable
408 * Otherwise, level == 0 means this file is listed on the
411 if (sflg == 0 && (aflg || level == 0))
418 * the directory when we pop up from this level of the
435 level++;
454 level--;
495 level--;
502 level--;
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmap_core.c92 * processing. At each level, we keep track of the information needed to
218 STACK(cdir_level_t) lms_cdir_stack; /* Conditional input level */
1303 cdir_level_t *level; local
1428 level = &STACK_TOP(lms.lms_cdir_stack);
1467 /* Push a new level on the conditional input stack */
1470 level = &lms.lms_cdir_stack.stk_s[lms.lms_cdir_stack.stk_n++];
1471 level->cdl_if_lineno = arg_mf.mf_lineno;
1472 level->cdl_else_lineno = 0;
1475 * If previous level is not passing, this level i
2408 cdir_level_t *level = local
[all...]
/illumos-gate/usr/src/cmd/tabs/
H A Dtabs.c124 static void scantab(char *scan, int tabvect[NTABS], int level);
127 static void filetab(char *scan, int tabvect[NTABS], int level);
311 scantab(char *scan, int tabvect[NTABS], int level) argument
316 filetab(++scan, tabvect, level);
394 filetab(char *scan, int tabvect[NTABS], int level) argument
402 if (level) {
/illumos-gate/usr/src/uts/sun4/os/
H A Dintr.c122 * Software interrupts up to the level 10 are supported.
173 sir_on(int level) argument
175 ASSERT(level >= DDI_IPL_1 && level <= DDI_IPL_10);
176 if (siron_inum[level-1])
177 setsoftint(siron_inum[level-1]);
179 siron_pending[level-1] = 1;
384 /* Clear pending interrupts at this level if the list is empty */
548 * there is a lot of low-level hardware interaction associated with a
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Ddssetup_svc.c115 } else if (param->level != DS_ROLE_BASIC_INFORMATION) {
118 info->switch_value = param->level;
/illumos-gate/usr/src/lib/libnsl/nsl/
H A Dt_optmgmt.c163 * the same level (so says XTI semantics).
165 first_opt_level = opt_start->level;
192 * same level.
202 (opt->level != first_opt_level)) { /* (3) */
297 * desire it at TPI level.
/illumos-gate/usr/src/lib/libpicltree/
H A Dptree_impl.h244 * PICL daemon verbose level flag
247 extern void dbg_print(int level, const char *fmt, ...);
248 extern void dbg_exec(int level, void (*fn)(void *), void *arg);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dutils.c135 * Print to file or, if argument is NULL, to syslog at debug level.
511 log_packet(p, len, prefix, level)
515 int level;
519 format_packet(p, len, pr_log, (void *)level);
521 syslog(level, "%s", line);
638 logit(level, fmt, args)
639 int level;
647 syslog(level, "%s", buf);
648 if (log_to_fd >= 0 && (level != LOG_DEBUG || debug) &&
720 * notice - log a notice-level messag
[all...]
/illumos-gate/usr/src/uts/common/brand/sn1/
H A Dsn1_brand.c223 int level, long *execsz, int setid, caddr_t exec_file, cred_t *cred,
226 return (brand_solaris_elfexec(vp, uap, args, idatap, level, execsz,
222 sn1_elfexec(vnode_t *vp, execa_t *uap, uarg_t *args, intpdata_t *idatap, int level, long *execsz, int setid, caddr_t exec_file, cred_t *cred, int brand_action) argument
/illumos-gate/usr/src/uts/common/io/cxgbe/shared/
H A Dshared.c36 cxgb_printf(dev_info_t *dip, int level, char *f, ...) argument
44 vcmn_err(level, fmt, list);
/illumos-gate/usr/src/uts/common/ktli/
H A Dt_kutil.c246 * Kernel level debugging aid. The global variable "ktlilog" is a bit
255 ktli_log(int level, char *str, int a1) argument
257 if (level & ktlilog)
/illumos-gate/usr/src/uts/common/io/usb/usba10/
H A Dusba10.c511 int level,
516 return (usba10_usb_req_raise_power(dip, comp, level, cb, arg, flags));
524 int level,
529 return (usba10_usb_req_raise_power(dip, comp, level, cb, arg, flags));
716 uint_t level,
724 rval = usba10_usba_vlog(handle, level, mask, fmt, ap);
736 uint_t level,
739 return (usba10_usb_log_descr_tree(dev_data, log_handle, level, mask));
508 usb_req_raise_power( dev_info_t *dip, int comp, int level, void (*cb)(void *arg, int rval), void *arg, usb_flags_t flags) argument
521 usb_req_lower_power( dev_info_t *dip, int comp, int level, void (*cb)(void *arg, int rval), void *arg, usb_flags_t flags) argument
714 usb_log( usb_log_handle_t handle, uint_t level, uint_t mask, char *fmt, ...) argument
733 usb_log_descr_tree( usb_client_dev_data_t *dev_data, usb_log_handle_t log_handle, uint_t level, uint_t mask) argument
/illumos-gate/usr/src/uts/common/sys/
H A Dpshot.h112 int level; /* pm power level */ member in struct:pshot
168 static int pshot_power(dev_info_t *dip, int cmpt, int level);
/illumos-gate/usr/src/cmd/mandoc/
H A Dread.c905 enum mandoclevel level; local
907 level = MANDOCLEVEL_UNSUPP;
908 while (er < mandoclimits[level])
909 level--;
911 if (level < m->wlevel && er != MANDOCERR_FILE)
915 (*m->mmsg)(er, level, m->file, ln, col, msg);
917 if (m->file_status < level)
918 m->file_status = level;
/illumos-gate/usr/src/boot/lib/libz/
H A Dgzwrite.c45 ret = deflateInit2(strm, state->level, Z_DEFLATED,
500 int ZEXPORT gzsetparams(file, level, strategy)
502 int level;
519 if (level == state->level && strategy == state->strategy)
534 deflateParams(strm, level, strategy);
536 state->level = level;
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dacpica.c108 * acpi_init_level determines level of ACPI CA functionality
123 * For non-DEBUG builds, set the ACPI CA debug level to 0
136 static int acpica_ddi_setwake(dev_info_t *dip, int level);
410 * modify default ACPI CA debug output level for non-DEBUG builds
533 * conforms to PCI bus conventions; level/low
630 * If level is S0 (0), disables wake event; otherwise,
631 * enables wake event which will wake system from level.
634 acpica_ddi_setwake(dev_info_t *dip, int level) argument
682 args[0].Integer.Value = level ? 1 : 0;
684 args[1].Integer.Value = level;
[all...]
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_vops3.c221 * if we hit a higher level paren, else skip an atom,
232 * so we don't think it is a higher level paren.
240 /* Found a higher level paren */
486 int level = dir;
496 level--;
498 level++;
499 } while (level);
/illumos-gate/usr/src/cmd/streams/log/
H A Dstrclean.c118 lctl.level = 0;
/illumos-gate/usr/src/cmd/tnf/prex/
H A Dlist.c95 static void printattrs(const void *node, VISIT order, int level);
96 static void printvals(const void *node, VISIT order, int level);
450 int level)
469 int level)
448 printattrs(const void *node, VISIT order, int level) argument
467 printvals(const void *node, VISIT order, int level) argument

Completed in 138 milliseconds

1234567891011>>