/illumos-gate/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()
|
/illumos-gate/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()
|
/illumos-gate/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
|
/illumos-gate/usr/src/cmd/svc/configd/ |
H A D | snapshot.c | 66 rc_snaplevel_t *lvl, *next; in snapshot_free() local 114 rc_snaplevel_hold(rc_snaplevel_t *lvl) in rc_snaplevel_hold() 124 rc_snaplevel_rele(rc_snaplevel_t *lvl) in rc_snaplevel_rele()
|
/illumos-gate/usr/src/cmd/nscd/ |
H A D | nscd_log.h | 80 #define _NSCD_LOG(comp, lvl) if ((_nscd_log_comp & (comp)) && \ argument 84 #define _NSCD_LOG_IF(comp, lvl) if ((_nscd_log_comp & (comp)) && \ argument
|
/illumos-gate/usr/src/cmd/raidz_test/ |
H A D | raidz_test.h | 84 #define LOG(lvl, a...) \ argument 90 #define LOG_OPT(lvl, opt, a...) \ argument
|
/illumos-gate/usr/src/cmd/pcidr/ |
H A D | pcidr_common.c | 98 dprint(dlvl_t lvl, char *fmt, ...) in dprint() 168 pcidr_print_attrlist(dlvl_t lvl, nvlist_t *attrlistp, char *prestr) in pcidr_print_attrlist()
|
/illumos-gate/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
|
/illumos-gate/usr/src/cmd/ipf/lib/ |
H A D | addipopt.c | 21 u_char lvl; local
|
/illumos-gate/usr/src/uts/intel/io/vmm/ |
H A D | vmm_gpt.c | 499 const vmm_gpt_node_level_t lvl = node_start->vgn_level; in vmm_gpt_populate_region_lvl() local 579 for (uint_t lvl = LEVEL4; lvl < LEVEL1; lvl++) { in vmm_gpt_populate_region() local 674 for (vmm_gpt_node_level_t lvl = LEVEL4; lvl < LEVEL1; lvl++) { in vmm_gpt_vacate_region() local 709 for (vmm_gpt_node_level_t lvl = LEVEL1; lvl > LEVEL4; lvl--) { in vmm_gpt_vacate_region() local
|
/illumos-gate/usr/src/uts/i86pc/io/acpi/acpidev/ |
H A D | acpidev_dr.c | 553 acpidev_dr_find_board(ACPI_HANDLE hdl, uint_t lvl, void *ctx, void **retval) in acpidev_dr_find_board() 1380 acpidev_dr_no_support(ACPI_HANDLE hdl, UINT32 lvl, void *arg, void **retval) in acpidev_dr_no_support() 1399 struct acpidev_dr_set_prop_arg *ap, uint32_t lvl, in acpidev_dr_set_prop() 1502 acpidev_dr_scan_topo(ACPI_HANDLE hdl, UINT32 lvl, void *arg, void **retval) in acpidev_dr_scan_topo() 1859 acpidev_dr_probe_dependent(ACPI_HANDLE hdl, UINT32 lvl, void *ctx, in acpidev_dr_probe_dependent() 2036 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()
|
/illumos-gate/usr/src/uts/i86pc/sys/ |
H A D | acpinex.h | 52 #define ACPINEX_DEBUG(lvl, ...) \ argument
|
H A D | acpidev_impl.h | 48 #define ACPIDEV_DEBUG(lvl, ...) if (acpidev_debug) cmn_err((lvl), __VA_ARGS__) argument
|
/illumos-gate/usr/src/uts/i86pc/os/ |
H A D | mp_implfuncs.c | 188 psm_add_intr(int lvl, avfunc xxintr, char *name, int vect, caddr_t arg) in psm_add_intr() 195 psm_add_nmintr(int lvl, avfunc xxintr, char *name, caddr_t arg) in psm_add_nmintr()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/ |
H A D | ipqosconf.c | 80 #define IPQOSCDBG0(lvl, x)\ argument 84 #define IPQOSCDBG1(lvl, x, y)\ argument 88 #define IPQOSCDBG2(lvl, x, y, z)\ argument 92 #define IPQOSCDBG3(lvl, x, y, z, a)\ argument 96 #define IPQOSCDBG4(lvl, x, y, z, a, b)\ argument 100 #define IPQOSCDBG5(lvl, x, y, z, a, b, c)\ argument 106 #define IPQOSCDBG0(lvl, x) argument 107 #define IPQOSCDBG1(lvl, x, y) argument 108 #define IPQOSCDBG2(lvl, x, y, z) argument 109 #define IPQOSCDBG3(lvl, x, y, z, a) argument [all …]
|
/illumos-gate/usr/src/cmd/ipf/tools/ |
H A D | ipmon_y.y | 456 int check_action(buf, log, opts, lvl) in check_action() argument
|
/illumos-gate/usr/src/uts/i86pc/vm/ |
H A D | i86_mmu.c | 179 xen_kpm_create(paddr_t paddr, level_t lvl) in xen_kpm_create()
|
H A D | htable.h | 105 #define HTABLE_HASH(hat, va, lvl) \ argument
|
/illumos-gate/usr/src/uts/sun4u/io/pci/ |
H A D | pci_pwr.c | 211 int lvl) in pci_pwr_update_comp()
|
/illumos-gate/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()
|
/illumos-gate/usr/src/cmd/init/ |
H A D | init.c | 233 typedef struct lvl { struct 234 int lvl_state; argument 235 int lvl_mask; argument 236 char lvl_name; argument 237 int lvl_flags; argument
|
/illumos-gate/usr/src/uts/common/fs/ |
H A D | fdbuffer.c | 43 #define DEBUGF(lvl, args) { if ((lvl) & fdb_debug) cmn_err args; } argument
|
/illumos-gate/usr/src/uts/i86pc/io/acpi/acpinex/ |
H A D | acpinex_event.c | 215 acpinex_event_handle_check_one(ACPI_HANDLE hdl, UINT32 lvl, void *ctx, in acpinex_event_handle_check_one()
|
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/ |
H A D | rdsv3_debug.c | 342 rdsv3_trace(char *name, uint8_t lvl, char *fmt, ...) in rdsv3_trace()
|