Searched refs:optflags (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/lib/libpp/common/ |
H A D | ppdata.c | 69 static char optflags[X_last_option+1];/* OPT_* flags indexed by X_* */ variable 173 &optflags[0], /* optflags */
|
H A D | ppop.c | 779 pp.optflags[X_PROTOTYPED] = OPT_GLOBAL; in ppop() 780 pp.optflags[X_SYSTEM_HEADER] = OPT_GLOBAL|OPT_PASS; in ppop() 1330 pp.optflags[c] = n; in ppop()
|
H A D | ppcontrol.c | 1665 if (pp.optflags[i1] & OPT_GLOBAL) in ppcontrol() 1676 if (!(pp.optflags[i1] & OPT_GLOBAL)) in ppcontrol() 1681 if (!(pp.optflags[i1] & OPT_PASS)) in ppcontrol()
|
H A D | pplib.h | 296 char* optflags; /* OPT_* flags indexed by X_* */ \
|
/titanic_50/usr/src/uts/common/io/scsi/impl/ |
H A D | scsi_hba.c | 8614 int optflags; in scsi_hba_tgtmap_create() local 8653 optflags = (ddi_prop_get_int(DDI_DEV_T_ANY, self, in scsi_hba_tgtmap_create() 8661 if (damap_create(context, rpt_style, optflags, settle_usec, in scsi_hba_tgtmap_create() 8673 if (damap_create(context, rpt_style, optflags, in scsi_hba_tgtmap_create() 9633 int optflags; in scsi_lunmap_create() local 9654 optflags = (ddi_prop_get_int(DDI_DEV_T_ANY, self, in scsi_lunmap_create() 9665 if (damap_create(context, DAMAP_REPORT_FULLSET, optflags, 1, in scsi_lunmap_create()
|