Symbol: fc_cell2int
usr/src/uts/sun4/io/efcode/fc_ops.c
213
if (fc_cell2int(cp->nargs) != 2)
usr/src/uts/sun4/io/efcode/fc_ops.c
216
if (fc_cell2int(cp->nresults) < 1)
usr/src/uts/sun4/io/efcode/fc_ops.c
260
if (fc_cell2int(cp->nargs) != 3)
usr/src/uts/sun4/io/efcode/fc_ops.c
263
if (fc_cell2int(cp->nresults) < 1)
usr/src/uts/sun4/io/efcode/fc_ops.c
305
if (fc_cell2int(cp->nargs) != 0)
usr/src/uts/sun4/io/efcode/fc_ops.c
308
if (fc_cell2int(cp->nresults) < 1)
usr/src/uts/sun4/io/efcode/fc_ops.c
325
if (fc_cell2int(cp->nargs) != 1)
usr/src/uts/sun4/io/efcode/fc_ops.c
328
if (fc_cell2int(cp->nresults) < 1)
usr/src/uts/sun4/io/efcode/fc_ops.c
357
if (fc_cell2int(cp->nargs) != 1)
usr/src/uts/sun4/io/efcode/fc_ops.c
360
if (fc_cell2int(cp->nresults) < 1)
usr/src/uts/sun4/io/efcode/fc_ops.c
389
if (fc_cell2int(cp->nargs) != 1)
usr/src/uts/sun4/io/efcode/fc_ops.c
392
if (fc_cell2int(cp->nresults) < 1)
usr/src/uts/sun4/io/efcode/fc_ops.c
425
if (fc_cell2int(cp->nargs) != 0)
usr/src/uts/sun4/io/efcode/fc_ops.c
428
if (fc_cell2int(cp->nresults) < 1)
usr/src/uts/sun4/io/efcode/fc_ops.c
479
if (fc_cell2int(cp->nargs) != 4)
usr/src/uts/sun4/io/efcode/fc_ops.c
649
if (fc_cell2int(cp->nargs) != 1)
usr/src/uts/sun4/io/efcode/fc_ops.c
697
if (fc_cell2int(cp->nargs) != 4)
usr/src/uts/sun4/io/efcode/fc_ops.c
848
if (fc_cell2int(cp->nargs) != 0)
usr/src/uts/sun4/io/efcode/fc_ops.c
851
if (fc_cell2int(cp->nresults) != 2)
usr/src/uts/sun4/io/efcode/fcode.c
655
nresults = fc_cell2int(tc.nresults); /* save me for later */
usr/src/uts/sun4/io/efcode/fcode.c
656
nargs = fc_cell2int(tc.nargs);
usr/src/uts/sun4/io/efcode/fcode.c
692
name, fc_cell2int(cp->nargs), fc_cell2int(cp->nresults));
usr/src/uts/sun4/io/efcode/fcode.c
752
if (fc_cell2int(cp->nresults) > nresults)
usr/src/uts/sun4/io/efcode/fcpci.c
1094
if (fc_cell2int(cp->nargs) != 3)
usr/src/uts/sun4/io/efcode/fcpci.c
1097
if (fc_cell2int(cp->nresults) < 1)
usr/src/uts/sun4/io/efcode/fcpci.c
1104
fcode_len = fc_cell2int(fc_arg(cp, 2));
usr/src/uts/sun4/io/efcode/fcpci.c
1143
if (fc_cell2int(cp->nargs) != 1)
usr/src/uts/sun4/io/efcode/fcpci.c
1146
if (fc_cell2int(cp->nresults) < 1)
usr/src/uts/sun4/io/efcode/fcpci.c
1174
if (fc_cell2int(cp->nargs) != 0)
usr/src/uts/sun4/io/efcode/fcpci.c
1177
if (fc_cell2int(cp->nresults) < 2)
usr/src/uts/sun4/io/efcode/fcpci.c
1197
if (fc_cell2int(cp->nargs) != 0)
usr/src/uts/sun4/io/efcode/fcpci.c
1200
if (fc_cell2int(cp->nresults) < 1)
usr/src/uts/sun4/io/efcode/fcpci.c
1214
if (fc_cell2int(cp->nargs) != 0)
usr/src/uts/sun4/io/efcode/fcpci.c
1217
if (fc_cell2int(cp->nresults) < 1)
usr/src/uts/sun4/io/efcode/fcpci.c
305
if (fc_cell2int(cp->nargs) != 3)
usr/src/uts/sun4/io/efcode/fcpci.c
308
if (fc_cell2int(cp->nresults) < 1)
usr/src/uts/sun4/io/efcode/fcpci.c
317
cacheable = fc_cell2int(fc_arg(cp, 0)); /* XXX: do what? */
usr/src/uts/sun4/io/efcode/fcpci.c
390
if (fc_cell2int(cp->nargs) != 3)
usr/src/uts/sun4/io/efcode/fcpci.c
444
if (fc_cell2int(cp->nargs) != 3)
usr/src/uts/sun4/io/efcode/fcpci.c
554
if (fc_cell2int(cp->nargs) != 4)
usr/src/uts/sun4/io/efcode/fcpci.c
557
if (fc_cell2int(cp->nresults) < 1)
usr/src/uts/sun4/io/efcode/fcpci.c
616
if (fc_cell2int(cp->nargs) != 2)
usr/src/uts/sun4/io/efcode/fcpci.c
668
if (fc_cell2int(cp->nargs) != 1)
usr/src/uts/sun4/io/efcode/fcpci.c
671
if (fc_cell2int(cp->nresults) < 1)
usr/src/uts/sun4/io/efcode/fcpci.c
758
if (fc_cell2int(cp->nargs) != 2)
usr/src/uts/sun4/io/efcode/fcpci.c
840
if (fc_cell2int(cp->nargs) != 1)
usr/src/uts/sun4/io/efcode/fcpci.c
843
if (fc_cell2int(cp->nresults) < 1)
usr/src/uts/sun4/io/efcode/fcpci.c
975
if (fc_cell2int(cp->nargs) != 2)
usr/src/uts/sun4/sys/fcode.h
154
#define fc_result(cp, i) (cp->v[fc_cell2int(cp->nargs) + (i)])
usr/src/uts/sun4u/io/opl_cfg.c
1281
if (fc_cell2int(cp->nargs) != 3)
usr/src/uts/sun4u/io/opl_cfg.c
1284
if (fc_cell2int(cp->nresults) < 1)
usr/src/uts/sun4u/io/opl_cfg.c
1337
if (fc_cell2int(cp->nargs) != 2)
usr/src/uts/sun4u/io/opl_cfg.c
1391
if (fc_cell2int(cp->nargs) != 1)
usr/src/uts/sun4u/io/opl_cfg.c
1394
if (fc_cell2int(cp->nresults) < 1)
usr/src/uts/sun4u/io/opl_cfg.c
1508
if (fc_cell2int(cp->nargs) != 2)
usr/src/uts/sun4u/io/opl_cfg.c
1622
if (fc_cell2int(cp->nargs) != 3)
usr/src/uts/sun4u/io/opl_cfg.c
1625
if (fc_cell2int(cp->nresults) < 1)
usr/src/uts/sun4u/io/opl_cfg.c
1628
vhint = fc_cell2int(fc_arg(cp, 2));
usr/src/uts/sun4u/io/opl_cfg.c
1629
size = fc_cell2int(fc_arg(cp, 1));
usr/src/uts/sun4u/io/opl_cfg.c
1630
align = fc_cell2int(fc_arg(cp, 0));
usr/src/uts/sun4u/io/opl_cfg.c
1689
if (fc_cell2int(cp->nargs) != 2)
usr/src/uts/sun4u/io/opl_cfg.c
1692
if (fc_cell2int(cp->nresults) != 0)
usr/src/uts/sun4u/io/opl_cfg.c
1695
vaddr = fc_cell2int(fc_arg(cp, 1));
usr/src/uts/sun4u/io/opl_cfg.c
1696
size = fc_cell2int(fc_arg(cp, 0));
usr/src/uts/sun4u/io/opl_cfg.c
1745
if (fc_cell2int(cp->nargs) != 1)
usr/src/uts/sun4u/io/opl_cfg.c
1748
if (fc_cell2int(cp->nresults) >= 3)
usr/src/uts/sun4u/io/opl_cfg.c
1751
vaddr = fc_cell2int(fc_arg(cp, 0));
usr/src/uts/sun4u/io/opl_cfg.c
1789
if (fc_cell2int(cp->nargs) != 0)
usr/src/uts/sun4u/io/opl_cfg.c
1792
if (fc_cell2int(cp->nresults) < 1)
usr/src/uts/sun4u/io/opl_cfg.c
1810
if (fc_cell2int(cp->nargs) != 3)
usr/src/uts/sun4u/io/opl_cfg.c
1813
if (fc_cell2int(cp->nresults) < 1)
usr/src/uts/sun4u/io/opl_cfg.c
1820
fcode_len = fc_cell2int(fc_arg(cp, 2));
usr/src/uts/sun4u/io/opl_cfg.c
1864
if (fc_cell2int(cp->nargs) != 1)
usr/src/uts/sun4u/io/opl_cfg.c
1867
if (fc_cell2int(cp->nresults) < 1)
usr/src/uts/sun4u/io/opl_cfg.c
1984
if (fc_cell2int(cp->nargs) != 2)
usr/src/uts/sun4u/io/opl_cfg.c
1987
if (fc_cell2int(cp->nresults) < 1)
usr/src/uts/sun4u/io/opl_cfg.c
2302
if (fc_cell2int(cp->nargs) != 2)
usr/src/uts/sun4u/io/opl_cfg.c
2305
if (fc_cell2int(cp->nresults) < 1)