Searched refs:POWER (Results 1 – 10 of 10) sorted by relevance
/titanic_41/usr/src/cmd/sgs/m4/common/ |
H A D | m4y.y | 48 %right POWER 75 | e POWER e = { for ($$ = 1; $3-- > 0; $$ *= $1); } 104 return (peek('*', POWER, '*')); in yylex()
|
H A D | m4y_xpg4.y | 50 %right POWER 79 | e POWER e = { for ($$ = 1; $3-- > 0; $$ *= $1); } 110 return (peek('*', POWER, '*')); in yylex()
|
/titanic_41/usr/src/cmd/awk/ |
H A D | maketab.c | 64 { POWER, "arith", " **" },
|
H A D | awk.g.y | 100 %right POWER 351 | term POWER term { $$ = op2(POWER, $1, $3); }
|
H A D | awk.lx.l | 133 <A>"**" { RET(POWER); } 134 <A>"^" { RET(POWER); }
|
H A D | run.c | 1011 case POWER: in arith()
|
/titanic_41/usr/src/lib/libpp/common/ |
H A D | pp.def | 125 POWER :architecture:
|
/titanic_41/usr/src/lib/cfgadm_plugins/shp/common/ |
H A D | shp.c | 245 #define POWER 1 macro 942 if (strcmp(buf, led_strs[POWER]) == 0) in cfga_private_func()
|
/titanic_41/usr/src/lib/cfgadm_plugins/pci/common/ |
H A D | cfga.c | 235 #define POWER 1 macro 1072 if (strcmp(buf, led_strs[POWER]) == 0) in cfga_private_func()
|
/titanic_41/usr/src/data/hwdata/ |
H A D | pci.ids | 4056 0311 FC 5740/1954 4-Port 10/100/1000 Base-TX PCI-X Adapter for POWER 6409 1014 041e FC EN0Y/EN12 PCIe2 LP 8 Gb 4-port Fibre Channel Adapter for POWER 6430 1014 03af FC 5708/5270 10 Gb FCoE PCIe Dual Port Adapter for POWER 11341 1014 038a 8Gb PCI Express Dual Port FC Adapter for POWER 11368 # Also IBM FC 5759 / FC 1910 for POWER 20966 1014 03d0 PCIe2 2-port 10GbE SR Adapter for POWER 20968 1014 03d1 PCIe2 2-port 10GbE SFP+ Copper Adapter for POWER 23776 1014 0368 4-Port 10/100/1000 Base-TX PCI Express Adapter for POWER
|