/illumos-gate/usr/src/cmd/mdb/i86pc/modules/pcplusmp/ |
H A D | pcplusmp.c | 46 option_flags = 0; in interrupt_dump_apic() 48 'd', MDB_OPT_SETBITS, INTR_DISPLAY_DRVR_INST, &option_flags, in interrupt_dump_apic() 49 'i', MDB_OPT_SETBITS, INTR_DISPLAY_INTRSTAT, &option_flags, in interrupt_dump_apic() 69 if (option_flags & INTR_DISPLAY_INTRSTAT) in interrupt_dump_apic() 74 mdb_printf("%s %</u>\n", option_flags & INTR_DISPLAY_DRVR_INST ? in interrupt_dump_apic()
|
/illumos-gate/usr/src/cmd/mdb/i86xpv/modules/xpv_uppc/ |
H A D | xpv_uppc.c | 207 if (option_flags & INTR_DISPLAY_INTRSTAT) { in pic_interrupt_dump() 235 if (option_flags & INTR_DISPLAY_INTRSTAT) { in ec_interrupt_dump() 300 option_flags = 0; in xen_uppc_interrupt_dump() 302 'd', MDB_OPT_SETBITS, INTR_DISPLAY_DRVR_INST, &option_flags, in xen_uppc_interrupt_dump() 303 'i', MDB_OPT_SETBITS, INTR_DISPLAY_INTRSTAT, &option_flags, in xen_uppc_interrupt_dump() 331 if (option_flags & INTR_DISPLAY_INTRSTAT) in xen_uppc_interrupt_dump() 335 mdb_printf("%s %</u>\n", option_flags & INTR_DISPLAY_DRVR_INST ? in xen_uppc_interrupt_dump() 400 option_flags = 0; in evtchns_dump() 402 'd', MDB_OPT_SETBITS, INTR_DISPLAY_DRVR_INST, &option_flags, in evtchns_dump() 442 mdb_printf("%s %</u>\n", option_flags & INTR_DISPLAY_DRVR_INST ? in evtchns_dump()
|
/illumos-gate/usr/src/cmd/mdb/i86pc/modules/uppc/ |
H A D | uppc.c | 71 option_flags = 0; in uppc_interrupt_dump() 73 'd', MDB_OPT_SETBITS, INTR_DISPLAY_DRVR_INST, &option_flags, in uppc_interrupt_dump() 74 'i', MDB_OPT_SETBITS, INTR_DISPLAY_INTRSTAT, &option_flags, in uppc_interrupt_dump() 112 if (option_flags & INTR_DISPLAY_INTRSTAT) in uppc_interrupt_dump() 116 mdb_printf("%s %</u>\n", option_flags & INTR_DISPLAY_DRVR_INST ? in uppc_interrupt_dump() 127 if (option_flags & INTR_DISPLAY_INTRSTAT) in uppc_interrupt_dump()
|
/illumos-gate/usr/src/cmd/mdb/i86xpv/modules/xpv_psm/ |
H A D | xpv_psm.c | 320 if (option_flags & INTR_DISPLAY_INTRSTAT) { in ec_interrupt_dump() 377 option_flags = 0; in interrupts_dump() 379 'd', MDB_OPT_SETBITS, INTR_DISPLAY_DRVR_INST, &option_flags, in interrupts_dump() 380 'i', MDB_OPT_SETBITS, INTR_DISPLAY_INTRSTAT, &option_flags, in interrupts_dump() 387 if (option_flags & INTR_DISPLAY_INTRSTAT) { in interrupts_dump() 393 mdb_printf("%s %</u>\n", option_flags & INTR_DISPLAY_DRVR_INST ? in interrupts_dump() 461 option_flags = 0; in evtchns_dump() 463 'd', MDB_OPT_SETBITS, INTR_DISPLAY_DRVR_INST, &option_flags, in evtchns_dump() 485 mdb_printf("%s %</u>\n", option_flags & INTR_DISPLAY_DRVR_INST ? in evtchns_dump()
|
/illumos-gate/usr/src/cmd/mdb/i86pc/modules/apix/ |
H A D | apix.c | 51 option_flags = 0; in interrupt_dump_apix() 53 'd', MDB_OPT_SETBITS, INTR_DISPLAY_DRVR_INST, &option_flags, in interrupt_dump_apix() 54 'i', MDB_OPT_SETBITS, INTR_DISPLAY_INTRSTAT, &option_flags, in interrupt_dump_apix() 81 if (option_flags & INTR_DISPLAY_INTRSTAT) in interrupt_dump_apix() 86 mdb_printf("%s %</u>\n", option_flags & INTR_DISPLAY_DRVR_INST ? in interrupt_dump_apix()
|
/illumos-gate/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_vops.c | 708 int option_flags = 0; in smb_vop_lookup() local 754 option_flags = FIGNORECASE; in smb_vop_lookup() 768 option_flags |= LOOKUP_NOACLCHECK; in smb_vop_lookup() 778 error = VOP_LOOKUP(dvp, np, vpp, NULL, option_flags, NULL, cr, in smb_vop_lookup() 783 if ((option_flags & FIGNORECASE) != 0 && in smb_vop_lookup() 810 int option_flags = 0; in smb_vop_create() local 817 option_flags = FIGNORECASE; in smb_vop_create() 836 vpp, cr, option_flags, &smb_ct, vsap); in smb_vop_create() 859 int option_flags = 0; in smb_vop_remove() local 864 option_flags = FIGNORECASE; in smb_vop_remove() [all …]
|
/illumos-gate/usr/src/cmd/mdb/i86pc/modules/common/ |
H A D | intr_common.c | 30 int option_flags; variable 95 option_flags = 0; in soft_interrupt_dump() 97 INTR_DISPLAY_DRVR_INST, &option_flags, NULL) != argc) in soft_interrupt_dump() 158 if ((option_flags & INTR_DISPLAY_DRVR_INST) && dip) { in interrupt_print_isr() 270 if (option_flags & INTR_DISPLAY_INTRSTAT) in apic_interrupt_dump() 393 if (option_flags & INTR_DISPLAY_INTRSTAT) in apix_interrupt_dump() 449 if (option_flags & INTR_DISPLAY_INTRSTAT) in apix_interrupt_ipi_dump()
|
H A D | intr_common.h | 67 extern int option_flags;
|
/illumos-gate/usr/src/uts/common/io/dls/ |
H A D | dls.c | 253 const uint32_t option_flags = DLS_PROMISC_RX_ONLY; in dls_promisc() local 254 uint32_t old_type = old_flags & ~option_flags; in dls_promisc() 255 uint32_t new_type = new_flags & ~option_flags; in dls_promisc() 261 DLS_PROMISC_PHYS | option_flags))); in dls_promisc()
|