Searched defs:option_flags (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/i86pc/modules/common/
H A Dintr_common.c30 int option_flags; variable
94 option_flags = 0;
96 INTR_DISPLAY_DRVR_INST, &option_flags, NULL) != argc)
157 if ((option_flags & INTR_DISPLAY_DRVR_INST) && dip) {
269 if (option_flags & INTR_DISPLAY_INTRSTAT)
387 if (option_flags & INTR_DISPLAY_INTRSTAT)
443 if (option_flags & INTR_DISPLAY_INTRSTAT)
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_vops.c576 int option_flags = 0; local
616 option_flags = FIGNORECASE;
623 error = VOP_LOOKUP(dvp, np, vpp, NULL, option_flags, NULL, cr,
629 np = (option_flags == FIGNORECASE) ? rpn.pn_buf : name;
653 int option_flags = 0; local
660 option_flags = FIGNORECASE;
679 vpp, cr, option_flags, &smb_ct, vsap);
688 int option_flags = 0; local
693 option_flags = FIGNORECASE;
698 error = VOP_REMOVE(dvp, np, cr, &smb_ct, option_flags);
712 int option_flags = 0; local
746 int option_flags = 0; local
782 int option_flags = 0; local
828 int option_flags = 0; local
[all...]

Completed in 47 milliseconds