Home
last modified time | relevance | path

Searched defs:lvl (Results 1 – 25 of 50) sorted by relevance

12

/illumos-gate/usr/src/cmd/picl/prtpicl/
H A Dprtpicl.c134 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 Davintr.c156 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 Davintr.h49 #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 Dsnapshot.c66 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 Dnscd_log.h80 #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 Draidz_test.h84 #define LOG(lvl, a...) \ argument
90 #define LOG_OPT(lvl, opt, a...) \ argument
/illumos-gate/usr/src/cmd/pcidr/
H A Dpcidr_common.c98 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 Dn2rng.h323 #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 Daddipopt.c21 u_char lvl; local
/illumos-gate/usr/src/uts/intel/io/vmm/
H A Dvmm_gpt.c496 const vmm_gpt_node_level_t lvl = node_start->vgn_level; in vmm_gpt_populate_region_lvl() local
576 for (uint_t lvl = LEVEL4; lvl < LEVEL1; lvl++) { in vmm_gpt_populate_region() local
671 for (vmm_gpt_node_level_t lvl = LEVEL4; lvl < LEVEL1; lvl++) { in vmm_gpt_vacate_region() local
706 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 Dacpidev_dr.c553 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 Dacpidev_container.c184 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 Dacpinex.h52 #define ACPINEX_DEBUG(lvl, ...) \ argument
H A Dacpidev_impl.h48 #define ACPIDEV_DEBUG(lvl, ...) if (acpidev_debug) cmn_err((lvl), __VA_ARGS__) argument
/illumos-gate/usr/src/uts/i86pc/os/
H A Dmp_implfuncs.c188 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/ipf/tools/
H A Dipmon_y.y456 int check_action(buf, log, opts, lvl) in check_action() argument
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.c80 #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
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
110 #define IPQOSCDBG4(lvl, x, y, z, a, b) argument
[all …]
/illumos-gate/usr/src/uts/i86pc/vm/
H A Di86_mmu.c179 xen_kpm_create(paddr_t paddr, level_t lvl) in xen_kpm_create()
H A Dhtable.h105 #define HTABLE_HASH(hat, va, lvl) \ argument
/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) in pcidr_print_cfga()
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_pwr.c211 int lvl) in pci_pwr_update_comp()
/illumos-gate/usr/src/cmd/init/
H A Dinit.c233 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 Dfdbuffer.c43 #define DEBUGF(lvl, args) { if ((lvl) & fdb_debug) cmn_err args; } argument
/illumos-gate/usr/src/uts/i86pc/io/acpi/acpinex/
H A Dacpinex_event.c215 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 Drdsv3_debug.c342 rdsv3_trace(char *name, uint8_t lvl, char *fmt, ...) in rdsv3_trace()

12