Searched refs:lvl (Results 1 - 25 of 66) sorted by relevance

123

/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/
H A DDebug.java167 static public void setDebugLevel(int lvl) { argument
168 if (lvl < ALL || lvl > NONE)
171 globalDebugLevel = lvl;
178 static public void setDebugLevel(Object o, int lvl) { argument
179 if (lvl < ALL || lvl > NONE)
182 classDB.put(o.getClass(), new Integer(lvl));
190 static public void setDebugLevel(String classname, int lvl) { argument
191 if (lvl < AL
202 printIf(String s, int lvl) argument
208 printIf(Object o, String s, int lvl) argument
247 SetDebugLevel(int lvl) argument
[all...]
/illumos-gate/usr/src/uts/sun/sys/
H A Davintr.h49 #define INT_LEVEL(lvl) ((lvl) & ~(MAXIPL-1))
50 #define INT_IPL(lvl) ((lvl) & (MAXIPL-1))
/illumos-gate/usr/src/uts/common/sys/
H A Davintr.h93 extern int add_avintr(void *intr_id, int lvl, avfunc xxintr, char *name,
95 extern int add_nmintr(int lvl, avfunc nmintr, char *name, caddr_t arg);
96 extern int add_avsoftintr(void *intr_id, int lvl, avfunc xxintr,
98 extern int rem_avsoftintr(void *intr_id, int lvl, avfunc xxintr);
100 extern void update_avsoftintr_args(void *intr_id, int lvl, caddr_t arg2);
101 extern void rem_avintr(void *intr_id, int lvl, avfunc xxintr, int vect);
/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_log.h82 #define _NSCD_LOG(comp, lvl) if ((_nscd_log_comp & (comp)) && \
83 (_nscd_log_level & (lvl))) \
86 #define _NSCD_LOG_IF(comp, lvl) if ((_nscd_log_comp & (comp)) && \
87 (_nscd_log_level & (lvl)))
/illumos-gate/usr/src/cmd/svc/configd/
H A Dsnapshot.c68 rc_snaplevel_t *lvl, *next; local
75 for (lvl = sp->rs_levels; lvl != NULL; lvl = next) {
76 next = lvl->rsl_next;
78 assert(lvl->rsl_parent == sp);
79 lvl->rsl_parent = NULL;
81 if (lvl->rsl_service)
82 free((char *)lvl->rsl_service);
83 if (lvl
116 rc_snaplevel_hold(rc_snaplevel_t *lvl) argument
126 rc_snaplevel_rele(rc_snaplevel_t *lvl) argument
[all...]
H A Dfile_object.c1074 rc_snaplevel_t *lvl; local
1106 for (lvl = sp->rs_levels; lvl != NULL; lvl = lvl->rsl_next) {
1109 nl.rl_main_id = lvl->rsl_level_id;
1110 nnp = rc_node_setup_snaplevel(nnp, &nl, lvl, np);
1125 rc_snaplevel_t *lvl = np->rn_snaplevel; local
1139 lvl->rsl_level_id);
1771 rc_snaplevel_t *lvl; local
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/frutree/
H A Dpiclfrutree.h49 #define FRUTREE_DEBUG0(lvl, fmt) \
50 if (lvl & frutree_debug) { \
53 #define FRUTREE_DEBUG1(lvl, fmt, d1) \
54 if (lvl & frutree_debug) { \
57 #define FRUTREE_DEBUG2(lvl, fmt, d1, d2) \
58 if (lvl & frutree_debug) { \
61 #define FRUTREE_DEBUG3(lvl, fmt, d1, d2, d3) \
62 if (lvl & frutree_debug) { \
65 #define FRUTREE_DEBUG4(lvl, fmt, d1, d2, d3, d4) \
66 if (lvl
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Davintr.c156 add_nmintr(int lvl, avfunc nmintr, char *name, caddr_t arg) argument
172 mem->av_prilevel = lvl;
196 if (p->av_prilevel < lvl) {
228 add_avintr(void *intr_id, int lvl, avfunc xxintr, char *name, int vect, argument
237 return ((*addintr)(intr_id, lvl, xxintr, name, vect,
257 if (((hi_pri > LOCK_LEVEL) && (lvl < LOCK_LEVEL)) ||
258 ((hi_pri < LOCK_LEVEL) && (lvl > LOCK_LEVEL))) {
259 cmn_err(CE_WARN, multilevel2, name, lvl, vect,
263 if ((vecp->avh_lo_pri != lvl) || (hi_pri != lvl))
282 update_avsoftintr_args(void *intr_id, int lvl, caddr_t arg2) argument
304 add_avsoftintr(void *intr_id, int lvl, avfunc xxintr, char *name, caddr_t arg1, caddr_t arg2) argument
423 av_rem_softintr(void *intr_id, int lvl, avfunc xxintr, boolean_t rem_softinfo) argument
473 rem_avsoftintr(void *intr_id, int lvl, avfunc xxintr) argument
486 rem_avintr(void *intr_id, int lvl, avfunc xxintr, int vect) argument
[all...]
/illumos-gate/usr/src/uts/common/sys/ib/clients/rdsv3/
H A Drdsv3_debug.h121 uint8_t lvl,
126 uint8_t lvl,
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dacpinex.h52 #define ACPINEX_DEBUG(lvl, ...) \
53 if (acpinex_debug) cmn_err((lvl), __VA_ARGS__)
H A Dacpidev_impl.h48 #define ACPIDEV_DEBUG(lvl, ...) if (acpidev_debug) cmn_err((lvl), __VA_ARGS__)
/illumos-gate/usr/src/cmd/ipf/lib/common/
H A Daddipopt.c21 u_char lvl; local
39 lvl = seclevel(class);
40 *(op - 1) = lvl;
/illumos-gate/usr/src/test/zfs-tests/tests/functional/vdev_zaps/
H A Dvdev_zaps.kshlib63 function assert_zap_common # pool vd lvl zapobj
67 typeset lvl=$3
71 log_fail "$vd on $pool has no $lvl ZAP in config"
73 log_fail "$vd on $pool has no $lvl ZAP in MOS"
/illumos-gate/usr/src/cmd/pcidr/plugins/default/
H A Dpcidr_cfga.c156 pcidr_print_cfga(dlvl_t lvl, cfga_list_data_t *datap, char *prestr) argument
163 dprint(lvl, "%slogical APID = %s\n", prestr, datap->ap_log_id);
164 dprint(lvl, "%sphyiscal APID = %s\n", prestr, datap->ap_phys_id);
165 dprint(lvl, "%sAP class = %s\n", prestr, datap->ap_class);
170 dprint(lvl, "%sAP receptacle state = %s\n", prestr, str);
175 dprint(lvl, "%sAP occupant state = %s\n", prestr, str);
180 dprint(lvl, "%sAP condition = %s\n", prestr, str);
182 dprint(lvl, "%sAP busy indicator = %d\n", prestr, datap->ap_busy);
186 dprint(lvl, "%sAP last change time = %ld (%s)\n", prestr,
189 dprint(lvl, "
[all...]
/illumos-gate/usr/src/cmd/picl/prtpicl/
H A Dprtpicl.c134 print_bytearray(int lvl, uint8_t *vbuf, size_t nbytes) argument
160 cnum = PROPINFO_LEFT_MARGIN(lvl);
182 print_propval(int lvl, picl_prophdl_t proph, const picl_propinfo_t *propinfo) argument
314 print_bytearray(lvl, vbuf, propinfo->size);
327 print_table_prop(int lvl, picl_prophdl_t tblh) argument
342 (void) printf("%*s %s", PROPINFO_LEFT_MARGIN(lvl), " ",
361 err = print_propval(lvl, colproph, &propinfo);
378 print_proplist(int lvl, picl_nodehdl_t nodeh) argument
396 (void) printf("%*s:%s\n", PROPINFO_LEFT_MARGIN(lvl),
399 (void) printf("%*s:%s\t", PROPINFO_LEFT_MARGIN(lvl),
430 print_tree_by_class(int lvl, picl_nodehdl_t nodeh, char *piclclass) argument
[all...]
/illumos-gate/usr/src/lib/efcode/engine/
H A Dtracing.c46 set_level(long lvl) argument
51 set_interpreter_debug_level(debug | lvl);
55 unset_level(long lvl) argument
60 set_interpreter_debug_level(debug & ~lvl);
/illumos-gate/usr/src/cmd/pcidr/
H A Dpcidr_common.c100 dprint(dlvl_t lvl, char *fmt, ...) argument
106 if (dlvl < lvl || (dsys == 0 && dfp == NULL))
129 syslog(dpritab[lvl], "%s", buf);
170 pcidr_print_attrlist(dlvl_t lvl, nvlist_t *attrlistp, char *prestr) argument
190 dprint(lvl, "%s: nvpair_value_string() "
197 dprint(lvl, "%s: unsupported type: name = %s, "
201 dprint(lvl, "%s%s = %s\n", prestr, name, valstr);
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dn2rng.h323 #define DBG0(vca, lvl, fmt)
324 #define DBG1(vca, lvl, fmt, arg1)
325 #define DBG2(vca, lvl, fmt, arg1, arg2)
326 #define DBG3(vca, lvl, fmt, arg1, arg2, arg3)
327 #define DBG4(vca, lvl, fmt, arg1, arg2, arg3, arg4)
328 #define DBG5(vca, lvl, fmt, arg1, arg2, arg3, arg4, arg5)
329 #define DBG6(vca, lvl, fmt, arg1, arg2, arg3, arg4, arg5, arg6)
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxdb.h38 #define XDB_DBPRINT(lvl, fmt) { if (xdb_debug & lvl) cmn_err fmt; }
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/pmcs/
H A Dpmcs_proto.h53 int lvl = level; \
54 if (((pwp->debug_mask & (1 << lvl)) != 0) || \
55 (lvl > PMCS_PRT_DEBUG_DEVEL)) { \
56 pmcs_prt_impl(pwp, lvl, phy, tgt, fmt); \
/illumos-gate/usr/src/uts/sun/io/ttymux/
H A Dttymux_impl.h183 #define sm_dbg(lvl, args) SM_CMD(sm_ssp->sm_trflag & SM_TRBIT(lvl), \
/illumos-gate/usr/src/uts/i86pc/os/
H A Dmp_implfuncs.c186 psm_add_intr(int lvl, avfunc xxintr, char *name, int vect, caddr_t arg) argument
188 return (add_avintr((void *)NULL, lvl, xxintr, name, vect,
193 psm_add_nmintr(int lvl, avfunc xxintr, char *name, caddr_t arg) argument
195 return (add_nmintr(lvl, xxintr, name, arg));
/illumos-gate/usr/src/uts/common/io/mxfe/
H A Dmxfeimpl.h378 #define DBG(lvl, ...) mxfe_dprintf(mxfep, __func__, lvl, __VA_ARGS__);
380 #define DBG(lvl, ...)
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/helptools/
H A DparseMain.java758 static public void setDebugLevel(int lvl) { argument
759 if (lvl < ALL || lvl > NONE)
762 globalDebugLevel = lvl;
765 private static void printIf(String s, int lvl) { argument
766 if (lvl < globalDebugLevel)
/illumos-gate/usr/src/uts/i86pc/io/acpi/acpidev/
H A Dacpidev_dr.c105 static ACPI_STATUS acpidev_dr_scan_topo(ACPI_HANDLE hdl, UINT32 lvl, void *arg,
549 acpidev_dr_find_board(ACPI_HANDLE hdl, uint_t lvl, void *ctx, void **retval) argument
551 _NOTE(ARGUNUSED(lvl));
1376 acpidev_dr_no_support(ACPI_HANDLE hdl, UINT32 lvl, void *arg, void **retval) argument
1387 objname, lvl);
1395 struct acpidev_dr_set_prop_arg *ap, uint32_t lvl,
1410 if (lvl == UINT32_MAX) {
1488 * Possible values of parameter lvl:
1498 acpidev_dr_scan_topo(ACPI_HANDLE hdl, UINT32 lvl, void *arg, void **retval) argument
1508 ASSERT(lvl
1394 acpidev_dr_set_prop(ACPI_HANDLE hdl, char *objname, struct acpidev_dr_set_prop_arg *ap, uint32_t lvl, acpidev_class_id_t clsid, uint_t *devid) argument
1856 acpidev_dr_probe_dependent(ACPI_HANDLE hdl, UINT32 lvl, void *ctx, void **retval) argument
2033 acpidev_dr_device_remove_cb(ACPI_HANDLE hdl, UINT32 lvl, void *ctx, void **retval) argument
[all...]

Completed in 197 milliseconds

123