Home
last modified time | relevance | path

Searched refs:option_flags (Results 1 – 8 of 8) sorted by relevance

/titanic_44/usr/src/cmd/mdb/i86pc/modules/pcplusmp/
H A Dpcplusmp.c45 option_flags = 0; in interrupt_dump_apic()
47 'd', MDB_OPT_SETBITS, INTR_DISPLAY_DRVR_INST, &option_flags, in interrupt_dump_apic()
48 'i', MDB_OPT_SETBITS, INTR_DISPLAY_INTRSTAT, &option_flags, in interrupt_dump_apic()
68 if (option_flags & INTR_DISPLAY_INTRSTAT) in interrupt_dump_apic()
73 mdb_printf("%s %</u>\n", option_flags & INTR_DISPLAY_DRVR_INST ? in interrupt_dump_apic()
/titanic_44/usr/src/cmd/mdb/i86pc/modules/uppc/
H A Duppc.c71 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()
/titanic_44/usr/src/cmd/mdb/i86xpv/modules/xpv_uppc/
H A Dxpv_uppc.c207 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()
/titanic_44/usr/src/cmd/mdb/i86xpv/modules/xpv_psm/
H A Dxpv_psm.c320 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()
/titanic_44/usr/src/cmd/mdb/i86pc/modules/apix/
H A Dapix.c50 option_flags = 0; in interrupt_dump_apix()
52 'd', MDB_OPT_SETBITS, INTR_DISPLAY_DRVR_INST, &option_flags, in interrupt_dump_apix()
53 'i', MDB_OPT_SETBITS, INTR_DISPLAY_INTRSTAT, &option_flags, in interrupt_dump_apix()
80 if (option_flags & INTR_DISPLAY_INTRSTAT) in interrupt_dump_apix()
85 mdb_printf("%s %</u>\n", option_flags & INTR_DISPLAY_DRVR_INST ? in interrupt_dump_apix()
/titanic_44/usr/src/uts/common/fs/smbsrv/
H A Dsmb_vops.c565 int option_flags = 0; in smb_vop_lookup() local
605 option_flags = FIGNORECASE; in smb_vop_lookup()
612 error = VOP_LOOKUP(dvp, np, vpp, NULL, option_flags, NULL, cr, in smb_vop_lookup()
618 np = (option_flags == FIGNORECASE) ? rpn.pn_buf : name; in smb_vop_lookup()
642 int option_flags = 0; in smb_vop_create() local
649 option_flags = FIGNORECASE; in smb_vop_create()
668 vpp, cr, option_flags, &smb_ct, vsap); in smb_vop_create()
677 int option_flags = 0; in smb_vop_remove() local
682 option_flags = FIGNORECASE; in smb_vop_remove()
687 error = VOP_REMOVE(dvp, np, cr, &smb_ct, option_flags); in smb_vop_remove()
[all …]
/titanic_44/usr/src/cmd/mdb/i86pc/modules/common/
H A Dintr_common.c30 int option_flags; variable
94 option_flags = 0; in soft_interrupt_dump()
96 INTR_DISPLAY_DRVR_INST, &option_flags, NULL) != argc) in soft_interrupt_dump()
157 if ((option_flags & INTR_DISPLAY_DRVR_INST) && dip) { in interrupt_print_isr()
269 if (option_flags & INTR_DISPLAY_INTRSTAT) in apic_interrupt_dump()
387 if (option_flags & INTR_DISPLAY_INTRSTAT) in apix_interrupt_dump()
443 if (option_flags & INTR_DISPLAY_INTRSTAT) in apix_interrupt_ipi_dump()
H A Dintr_common.h66 extern int option_flags;