| /src/games/hack/ |
| hack.vault.c | 270 struct fakecorridor *fcp; local 355 fcp = &(egd->fakecorr[egd->fcend]); 358 fcp->fx = nx; 359 fcp->fy = ny; 360 fcp->ftyp = typ;
|
| /src/sys/fs/msdosfs/ |
| msdosfs_fat.c | 379 struct fatcache *fcp; local 381 fcp = dep->de_fc; 382 for (i = 0; i < FC_SIZE; i++, fcp++) { 383 if (fcp->fc_frcn >= frcn) 384 fcp->fc_frcn = FCE_EMPTY;
|
| /src/bin/ps/ |
| print.c | 1233 const char *fcp; local 1357 fcp = v->fmt; 1361 while ((*cp++ = *fcp++) != '\0')
|
| /src/sys/dev/ic/ |
| isp_netbsd.c | 631 fcparam *fcp = FCPARAM(isp, XS_CHANNEL(xs)); local 632 int dbidx = fcp->isp_dev_map[XS_TGT(xs)] - 1; 637 "port-wwn", fcp->portdb[dbidx].port_wwn) == TRUE) { 639 fcp->portdb[dbidx].port_wwn;
|
| isp_target.c | 292 in_fcentry_t *fcp = (in_fcentry_t *)local; local 293 isp_get_notify_fc(isp, inot_fcp, fcp); 294 iid = fcp->in_iid; 295 status = fcp->in_status; 296 seqid = fcp->in_seqid;
|
| isp_library.c | 396 fcparam *fcp; local 398 fcp = FCPARAM(isp, chan); 399 if (fcp->role == ISP_ROLE_NONE) { 402 if (fcp->isp_fwstate < FW_READY || fcp->isp_loopstate < LOOP_PDB_RCVD) { 407 if (fcp->isp_fwstate != FW_READY || fcp->isp_loopstate < LOOP_PDB_RCVD) { 413 if ((fcp->role & ISP_ROLE_INITIATOR) == 0) { 429 if (fcp->isp_fwstate != FW_READY || fcp->isp_loopstate != LOOP_READY) 442 fcparam *fcp = FCPARAM(isp, chan); local 532 fcparam *fcp = FCPARAM(isp, chan); local 2323 fcparam *fcp; local 2346 fcparam *fcp; local 2369 fcparam *fcp; local 2398 fcparam *fcp = FCPARAM(isp, chan); local 2415 fcparam *fcp; local 2541 fcparam *fcp; local 2585 fcparam *fcp; local [all...] |
| isp.c | 1483 fcparam *fcp; local 1491 fcp = FCPARAM(isp, 0); 1492 if (fcp->role == ISP_ROLE_NONE) { 1499 icbp->icb_fwoptions = fcp->isp_fwoptions; 1532 if (fcp->role & ISP_ROLE_TARGET) { 1538 if (fcp->role & ISP_ROLE_INITIATOR) { 1549 icbp->icb_maxalloc = fcp->isp_maxalloc; 1551 isp_prt(isp, ISP_LOGERR, "bad maximum allocation (%d)- using 16", fcp->isp_maxalloc); 1559 icbp->icb_retry_delay = fcp->isp_retry_delay; 1560 icbp->icb_retry_count = fcp->isp_retry_count 1745 fcparam *fcp; local 2037 fcparam *fcp = FCPARAM(isp, chan); local 2085 fcparam *fcp; local 2303 fcparam *fcp = FCPARAM(isp, chan); local 2398 fcparam *fcp = FCPARAM(isp, chan); local 2461 fcparam *fcp; local 2734 fcparam *fcp = FCPARAM(isp, chan); local 2888 fcparam *fcp = FCPARAM(isp, chan); local 3202 fcparam *fcp = FCPARAM(isp, chan); local 3245 fcparam *fcp = FCPARAM(isp, chan); local 3344 fcparam *fcp = FCPARAM(isp, chan); local 3987 fcparam *fcp = FCPARAM(isp, chan); local 4028 fcparam *fcp = FCPARAM(isp, chan); local 4229 fcparam *fcp = FCPARAM(isp, XS_CHANNEL(xs)); local 4514 fcparam *fcp = FCPARAM(isp, chan); local 4615 fcparam *fcp; local 5699 fcparam *fcp = FCPARAM(isp, chan); local 5753 fcparam *fcp = FCPARAM(isp, chan); local 5779 fcparam *fcp = FCPARAM(isp, chan); local 5804 fcparam *fcp = FCPARAM(isp, chan); local 5840 fcparam *fcp = FCPARAM(isp, chan); local 5865 fcparam *fcp = FCPARAM(isp, chan); local 7310 fcparam *fcp = FCPARAM(isp, chan); local 7577 fcparam *fcp = FCPARAM(isp, chan); local 8178 fcparam *fcp = FCPARAM(isp, 0); local 8256 fcparam *fcp = FCPARAM(isp, 0); local [all...] |
| /src/sys/dev/pci/ |
| isp_pci.c | 1189 fcparam *fcp; local 1290 fcp = isp->isp_param; 1297 (void *)&fcp->isp_scratch, BUS_DMA_NOWAIT|BUS_DMA_COHERENT)) { 1304 if (bus_dmamap_load(dmat, isp->isp_scdmap, fcp->isp_scratch, len, NULL, 1308 fcp->isp_scdma = isp->isp_scdmap->dm_segs[0].ds_addr;
|
| /src/sys/arch/amiga/dev/ |
| fd.c | 385 struct fdcargs *fcp; local 387 fcp = aux; 389 aprint_normal("fd%d at %s unit %d:", fcp->unit, pnp, 390 fcp->type->driveid);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| ipa-fnsummary.cc | 344 ipa_freqcounting_predicate fcp; 345 fcp.predicate = NULL; 346 set_hint_predicate (&fcp.predicate, new_predicate); 347 fcp.freq = add_freq; 348 vec_safe_push (*v, fcp); 1127 ipa_freqcounting_predicate *fcp; local 1129 for (int i = 0; vec_safe_iterate (s->loop_iterations, i, &fcp); i++) 1136 fprintf (f, " %3.2f for ", fcp->freq.to_double ()); 1137 fcp->predicate->dump (f, s->conds); 1140 for (int i = 0; vec_safe_iterate (s->loop_strides, i, &fcp); i++ 3857 ipa_freqcounting_predicate *fcp; local 4101 ipa_freqcounting_predicate *fcp; local 4576 ipa_freqcounting_predicate fcp; local 4590 ipa_freqcounting_predicate fcp; local 4768 ipa_freqcounting_predicate *fcp; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| c-format.cc | 1330 const char *fcp = *format; 1331 if (!ISDIGIT (*fcp)) 1343 while (ISDIGIT (*fcp)) 1346 = HOST_WIDE_INT_UC (10) * argnum + (*fcp - '0'); 1350 fcp++; 1352 if (*fcp != '$') 1362 *format = fcp + 1; 1328 const char *fcp = *format; local
|