Searched refs:optflags (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/ |
H A D | ppdata.c | 69 static char optflags[X_last_option+1];/* OPT_* flags indexed by X_* */ variable 174 &optflags[0], /* optflags */
|
H A D | ppop.c | 815 pp.optflags[X_PROTOTYPED] = OPT_GLOBAL; in ppop() 816 pp.optflags[X_SYSTEM_HEADER] = OPT_GLOBAL|OPT_PASS; in ppop() 1376 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 | 297 char* optflags; /* OPT_* flags indexed by X_* */ \
|
/illumos-gate/usr/src/uts/common/io/scsi/impl/ |
H A D | scsi_hba.c | 8616 int optflags; in scsi_hba_tgtmap_create() local 8655 optflags = (ddi_prop_get_int(DDI_DEV_T_ANY, self, in scsi_hba_tgtmap_create() 8663 if (damap_create(context, rpt_style, optflags, settle_usec, in scsi_hba_tgtmap_create() 8675 if (damap_create(context, rpt_style, optflags, in scsi_hba_tgtmap_create() 9667 int optflags; in scsi_lunmap_create() local 9688 optflags = (ddi_prop_get_int(DDI_DEV_T_ANY, self, in scsi_lunmap_create() 9699 if (damap_create(context, DAMAP_REPORT_FULLSET, optflags, 1, in scsi_lunmap_create()
|
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/ |
H A D | proto.c | 389 …r* hdrbuf; char* hidebuf; char* path; char* tmpbuf; char* valbuf; char* optflags; int lastout; cha… member
|