/src/lib/libc/arch/powerpc64/gen/ |
makecontext.c | 52 __greg_t sp, *spp; local in function:makecontext 70 spp = (__greg_t *)sp; 71 *spp = 0; 79 for (spp += 2; i < argc; i++) 80 *spp++ = va_arg(ap, long);
|
/src/sys/arch/luna68k/luna68k/ |
disksubr.c | 306 struct sun_dkpart *spp; local in function:disklabel_om_to_bsd 352 spp = &sl->sl_part[i]; 354 npp->p_offset = spp->sdkp_cyloffset * secpercyl; 355 npp->p_size = spp->sdkp_nsectors; 403 struct sun_dkpart *spp; local in function:disklabel_bsd_to_om 426 spp = &sl->sl_part[i]; 429 spp->sdkp_cyloffset = npp->p_offset; /* UniOS */ 430 spp->sdkp_nsectors = npp->p_size;
|
/src/sys/dev/sun/ |
disksubr.c | 244 struct sun_dkpart *spp; local in function:disklabel_sun_to_bsd 287 spp = &sl->sl_part[i]; 291 && spp->sdkp_cyloffset * secpercyl == npp->p_offset*secpblck 292 && spp->sdkp_nsectors <= npp->p_size*secpblck 293 && npp->p_size > 0 && spp->sdkp_nsectors > 0) { 302 npp->p_size = spp->sdkp_nsectors; 306 npp->p_offset = spp->sdkp_cyloffset * secpercyl; 307 npp->p_size = spp->sdkp_nsectors; 340 struct sun_dkpart *spp; local in function:disklabel_bsd_to_sun 364 spp = &sl->sl_part[i] [all...] |
/src/sys/dev/pci/ |
if_sf_pci.c | 130 const struct sf_pci_product *spp, *subspp; local in function:sf_pci_lookup 133 for (spp = sf_pci_products; spp->spp_name != NULL; spp++) { 134 if (PCI_VENDOR(pa->pa_id) == spp->spp_vendor && 135 PCI_PRODUCT(pa->pa_id) == spp->spp_product) { 138 for (subspp = spp->spp_subsys; 147 return (spp); 173 const struct sf_pci_product *spp; local in function:sf_pci_attach 181 spp = sf_pci_lookup(pa) [all...] |
/src/sys/arch/sparc/stand/ofwboot/ |
ofdev.c | 255 struct sun_dkpart *spp; local in function:disklabel_sun_to_bsd 295 spp = &sl->sl_part[i]; 297 npp->p_offset = spp->sdkp_cyloffset * secpercyl; 298 npp->p_size = spp->sdkp_nsectors;
|
/src/games/gomoku/ |
pickmove.c | 1216 struct combostr **spp, **cpp; local in function:sortcombo 1239 spp = scbpp + n; 1244 *--spp = fcbp; 1246 *--spp = *cpp; 1250 *--spp = *cpp; 1252 *--spp = fcbp; 1271 spp = scbpp + n; 1274 if (*--spp != *--cpp)
|
/src/sys/uvm/ |
uvm_swap.c | 326 struct swappri *spp, *pspp; local in function:swaplist_insert 336 LIST_FOREACH(spp, &swap_priority, spi_swappri) { 337 if (priority <= spp->spi_priority) 339 pspp = spp; 345 if (spp == NULL || spp->spi_priority != priority) { 346 spp = newspp; /* use newspp! */ 350 spp->spi_priority = priority; 351 TAILQ_INIT(&spp->spi_swapdev); 354 LIST_INSERT_AFTER(pspp, spp, spi_swappri) 382 struct swappri *spp; local in function:swaplist_find 416 struct swappri *spp, *nextspp; local in function:swaplist_trim 440 struct swappri *spp; local in function:swapdrum_getsdp 515 struct swappri *spp; local in function:sys_swapctl 781 struct swappri *spp; local in function:uvm_swap_stats 1148 struct swappri *spp; local in function:uvm_swap_shutdown 1644 struct swappri *spp; local in function:uvm_swap_alloc [all...] |
/src/sys/dev/ic/ |
sl811hs.c | 2445 struct slhci_pipe *spp; local in function:slhci_queue_timed 2451 FIND_TIMED(q, t, spp, spp->frame > spipe->frame); 2460 struct slhci_pipe *spp; local in function:slhci_xfer_timer 2466 FIND_TO(q, t, spp, spp->to_frame >= spipe->to_frame);
|