/titanic_41/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/ |
H A D | Debug.java | 167 static public void setDebugLevel(int lvl) { in setDebugLevel() 178 static public void setDebugLevel(Object o, int lvl) { in setDebugLevel() 190 static public void setDebugLevel(String classname, int lvl) { in setDebugLevel() 202 private static void printIf(String s, int lvl) { in printIf() 208 private static void printIf(Object o, String s, int lvl) { in printIf() 220 int lvl = globalDebugLevel; in getLevelForClass() local 247 public void SetDebugLevel(int lvl) { in SetDebugLevel()
|
/titanic_41/usr/src/cmd/picl/prtpicl/ |
H A D | prtpicl.c | 134 print_bytearray(int lvl, uint8_t *vbuf, size_t nbytes) in print_bytearray() 182 print_propval(int lvl, picl_prophdl_t proph, const picl_propinfo_t *propinfo) in print_propval() 327 print_table_prop(int lvl, picl_prophdl_t tblh) in print_table_prop() 378 print_proplist(int lvl, picl_nodehdl_t nodeh) in print_proplist() 430 print_tree_by_class(int lvl, picl_nodehdl_t nodeh, char *piclclass) in print_tree_by_class()
|
/titanic_41/usr/src/uts/sun/sys/ |
H A D | avintr.h | 49 #define INT_LEVEL(lvl) ((lvl) & ~(MAXIPL-1)) argument 50 #define INT_IPL(lvl) ((lvl) & (MAXIPL-1)) argument
|
/titanic_41/usr/src/uts/common/io/ |
H A D | avintr.c | 156 add_nmintr(int lvl, avfunc nmintr, char *name, caddr_t arg) in add_nmintr() 228 add_avintr(void *intr_id, int lvl, avfunc xxintr, char *name, int vect, in add_avintr() 282 update_avsoftintr_args(void *intr_id, int lvl, caddr_t arg2) in update_avsoftintr_args() 304 add_avsoftintr(void *intr_id, int lvl, avfunc xxintr, char *name, in add_avsoftintr() 423 av_rem_softintr(void *intr_id, int lvl, avfunc xxintr, boolean_t rem_softinfo) in av_rem_softintr() 473 rem_avsoftintr(void *intr_id, int lvl, avfunc xxintr) in rem_avsoftintr() 486 rem_avintr(void *intr_id, int lvl, avfunc xxintr, int vect) in rem_avintr()
|
/titanic_41/usr/src/cmd/svc/configd/ |
H A D | snapshot.c | 68 rc_snaplevel_t *lvl, *next; in snapshot_free() local 116 rc_snaplevel_hold(rc_snaplevel_t *lvl) in rc_snaplevel_hold() 126 rc_snaplevel_rele(rc_snaplevel_t *lvl) in rc_snaplevel_rele()
|
/titanic_41/usr/src/cmd/nscd/ |
H A D | nscd_log.h | 82 #define _NSCD_LOG(comp, lvl) if ((_nscd_log_comp & (comp)) && \ argument 86 #define _NSCD_LOG_IF(comp, lvl) if ((_nscd_log_comp & (comp)) && \ argument
|
/titanic_41/usr/src/lib/efcode/engine/ |
H A D | tracing.c | 46 set_level(long lvl) in set_level() 55 unset_level(long lvl) in unset_level()
|
/titanic_41/usr/src/cmd/ipf/lib/common/ |
H A D | addipopt.c | 21 u_char lvl; local
|
/titanic_41/usr/src/cmd/pcidr/ |
H A D | pcidr_common.c | 100 dprint(dlvl_t lvl, char *fmt, ...) in dprint() 170 pcidr_print_attrlist(dlvl_t lvl, nvlist_t *attrlistp, char *prestr) in pcidr_print_attrlist()
|
/titanic_41/usr/src/uts/sun4v/sys/ |
H A D | n2rng.h | 323 #define DBG0(vca, lvl, fmt) argument 324 #define DBG1(vca, lvl, fmt, arg1) argument 325 #define DBG2(vca, lvl, fmt, arg1, arg2) argument 326 #define DBG3(vca, lvl, fmt, arg1, arg2, arg3) argument 327 #define DBG4(vca, lvl, fmt, arg1, arg2, arg3, arg4) argument 328 #define DBG5(vca, lvl, fmt, arg1, arg2, arg3, arg4, arg5) argument 329 #define DBG6(vca, lvl, fmt, arg1, arg2, arg3, arg4, arg5, arg6) argument
|
/titanic_41/usr/src/cmd/picl/plugins/sun4u/snowbird/frutree/ |
H A D | piclfrutree.h | 49 #define FRUTREE_DEBUG0(lvl, fmt) \ argument 53 #define FRUTREE_DEBUG1(lvl, fmt, d1) \ argument 57 #define FRUTREE_DEBUG2(lvl, fmt, d1, d2) \ argument 61 #define FRUTREE_DEBUG3(lvl, fmt, d1, d2, d3) \ argument 65 #define FRUTREE_DEBUG4(lvl, fmt, d1, d2, d3, d4) \ argument
|
/titanic_41/usr/src/uts/i86pc/sys/ |
H A D | acpinex.h | 52 #define ACPINEX_DEBUG(lvl, ...) \ argument
|
/titanic_41/usr/src/uts/i86pc/io/acpi/acpidev/ |
H A D | acpidev_dr.c | 549 acpidev_dr_find_board(ACPI_HANDLE hdl, uint_t lvl, void *ctx, void **retval) in acpidev_dr_find_board() 1376 acpidev_dr_no_support(ACPI_HANDLE hdl, UINT32 lvl, void *arg, void **retval) in acpidev_dr_no_support() 1395 struct acpidev_dr_set_prop_arg *ap, uint32_t lvl, in acpidev_dr_set_prop() 1498 acpidev_dr_scan_topo(ACPI_HANDLE hdl, UINT32 lvl, void *arg, void **retval) in acpidev_dr_scan_topo() 1856 acpidev_dr_probe_dependent(ACPI_HANDLE hdl, UINT32 lvl, void *ctx, in acpidev_dr_probe_dependent() 2033 acpidev_dr_device_remove_cb(ACPI_HANDLE hdl, UINT32 lvl, void *ctx, in acpidev_dr_device_remove_cb()
|
H A D | acpidev_container.c | 184 acpidev_container_search_dev(ACPI_HANDLE hdl, UINT32 lvl, void *ctx, in acpidev_container_search_dev()
|
/titanic_41/usr/src/uts/i86pc/os/ |
H A D | mp_implfuncs.c | 186 psm_add_intr(int lvl, avfunc xxintr, char *name, int vect, caddr_t arg) in psm_add_intr() 193 psm_add_nmintr(int lvl, avfunc xxintr, char *name, caddr_t arg) in psm_add_nmintr()
|
/titanic_41/usr/src/cmd/ipf/tools/ |
H A D | ipmon_y.y | 456 int check_action(buf, log, opts, lvl) in check_action() argument
|
/titanic_41/usr/src/uts/sun4u/starfire/ml/ |
H A D | drmach_asm.s | 211 #define CLEARTL(lvl) \ argument
|
/titanic_41/usr/src/uts/i86pc/vm/ |
H A D | i86_mmu.c | 260 xen_kpm_create(paddr_t paddr, level_t lvl) in xen_kpm_create()
|
H A D | htable.h | 104 #define HTABLE_HASH(hat, va, lvl) \ argument
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/ |
H A D | ipqosconf.c | 82 #define IPQOSCDBG0(lvl, x)\ argument 86 #define IPQOSCDBG1(lvl, x, y)\ argument 90 #define IPQOSCDBG2(lvl, x, y, z)\ argument 94 #define IPQOSCDBG3(lvl, x, y, z, a)\ argument 98 #define IPQOSCDBG4(lvl, x, y, z, a, b)\ argument 102 #define IPQOSCDBG5(lvl, x, y, z, a, b, c)\ argument 108 #define IPQOSCDBG0(lvl, x) argument 109 #define IPQOSCDBG1(lvl, x, y) argument 110 #define IPQOSCDBG2(lvl, x, y, z) argument 111 #define IPQOSCDBG3(lvl, x, y, z, a) argument [all …]
|
/titanic_41/usr/src/uts/sun4u/io/pci/ |
H A D | pci_pwr.c | 211 int lvl) in pci_pwr_update_comp()
|
/titanic_41/usr/src/cmd/pcidr/plugins/default/ |
H A D | pcidr_cfga.c | 156 pcidr_print_cfga(dlvl_t lvl, cfga_list_data_t *datap, char *prestr) in pcidr_print_cfga()
|
/titanic_41/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/helptools/ |
H A D | parseMain.java | 758 static public void setDebugLevel(int lvl) { in setDebugLevel() 765 private static void printIf(String s, int lvl) { in printIf()
|
/titanic_41/usr/src/cmd/mandoc/ |
H A D | main.c | 404 mmsg(enum mandocerr t, enum mandoclevel lvl, in mmsg()
|
/titanic_41/usr/src/uts/common/fs/ |
H A D | fdbuffer.c | 45 #define DEBUGF(lvl, args) { if ((lvl) & fdb_debug) cmn_err args; } argument
|