Home
last modified time | relevance | path

Searched refs:cc_type (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/usr.bin/perl/hints/
H A Daix_3.sh87 cc_type=xlc # do not export to config.sh
90 cc_type=gcc
107 cc_type=vac
113 cc_type=vac
119 ccversion=`lslpp -L | grep 'C for AIX Compiler$' | grep -i $cc_type | head -1`
122 cc_type=vac
176 case $cc_type in
H A Daix_4.sh139 cc_type=xlc # do not export to config.sh
142 cc_type=gcc
159 cc_type=vac ;;
164 cc_type=vac
170 ccversion=`lslpp -L | grep 'C for AIX Compiler$' | grep -i $cc_type | head -1`
174 cc_type=vac
246 case $cc_type in
H A Daix.sh110 cc_type=xlc # do not export to config.sh
113 cc_type=gcc
129 cc_type=vac ;;
135 cc_type=vac
141 ccversion=`lslpp -L | grep 'C for AIX Compiler$' | grep -i $cc_type | head -1`
145 cc_type=vac
179 case $cc_type in
/openbsd/sys/dev/cardbus/
H A Dcom_cardbus.c76 int cc_type; member
179 csc->cc_type = cp->type; in com_cardbus_gofigure()
207 csc->cc_type = PCI_MAPREG_TYPE_MEM; in com_cardbus_gofigure()
209 csc->cc_type = PCI_MAPREG_TYPE_IO; in com_cardbus_gofigure()
251 if (Cardbus_mapreg_map(ca->ca_ct, csc->cc_reg, csc->cc_type, 0, in com_cardbus_attach()
259 if (csc->cc_type == PCI_MAPREG_TYPE_IO) { in com_cardbus_attach()