HomeSort by: relevance | last modified time | path
    Searched defs:spp (Results 1 - 18 of 18) sorted by relevancy

  /src/lib/libc/arch/powerpc64/gen/
makecontext.c 52 __greg_t sp, *spp; local
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
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
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
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
364 spp = &sl->sl_part[i]
    [all...]
  /src/external/bsd/am-utils/dist/amq/
pawd.c 183 amq_string *spp; local
211 spp = amqproc_pawd_1((amq_string *) &dummystr, clnt);
212 if (spp && *spp && **spp) {
213 xstrlcpy(transform, *spp, sizeof(transform));
214 XFREE(*spp);
amq.c 738 amq_string *spp = amqproc_getvers_1((voidp) 0, clnt); local
739 if (spp && *spp) {
740 fputs(*spp, stdout);
741 XFREE(*spp);
  /src/sys/dev/pci/
if_sf_pci.c 130 const struct sf_pci_product *spp, *subspp; local
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
181 spp = sf_pci_lookup(pa)
    [all...]
  /src/sys/arch/sparc/stand/ofwboot/
ofdev.c 255 struct sun_dkpart *spp; local
295 spp = &sl->sl_part[i];
297 npp->p_offset = spp->sdkp_cyloffset * secpercyl;
298 npp->p_size = spp->sdkp_nsectors;
  /src/external/gpl3/gdb.old/dist/sim/m32c/
reg.c 306 SI *spp; local
308 spp = &regs.r_usp;
310 spp = &regs.r_isp;
311 *spp = v & addr_mask;
312 if (*spp < heaptop)
315 heaptop, *spp);
318 if (*spp < lowest_sp)
319 lowest_sp = *spp;
320 if (*spp > highest_sp)
321 highest_sp = *spp;
    [all...]
  /src/external/gpl3/gdb/dist/sim/m32c/
reg.c 306 SI *spp; local
308 spp = &regs.r_usp;
310 spp = &regs.r_isp;
311 *spp = v & addr_mask;
312 if (*spp < heaptop)
315 heaptop, *spp);
318 if (*spp < lowest_sp)
319 lowest_sp = *spp;
320 if (*spp > highest_sp)
321 highest_sp = *spp;
    [all...]
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
srp-parse.c 261 service_t *services = NULL, *sp, **spp = &services; local
524 *spp = sp;
525 spp = &sp->next;
  /src/games/gomoku/
pickmove.c 1216 struct combostr **spp, **cpp; local
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/external/bsd/tcpdump/dist/
print-nfs.c 1523 const struct nfsv3_pathconf *spp; local
1536 spp = (const struct nfsv3_pathconf *)dp;
1537 ND_TCHECK_SIZE(spp);
1540 GET_BE_U_4(spp->pc_linkmax),
1541 GET_BE_U_4(spp->pc_namemax),
1542 GET_BE_U_4(spp->pc_notrunc) ? "notrunc" : "",
1543 GET_BE_U_4(spp->pc_chownrestricted) ? "chownres" : "",
1544 GET_BE_U_4(spp->pc_caseinsensitive) ? "igncase" : "",
1545 GET_BE_U_4(spp->pc_casepreserving) ? "keepcase" : "");
  /src/external/gpl2/groff/dist/src/roff/troff/
column.cpp 378 output_line **spp = 0; local
381 spp = 0;
382 else if (!spp)
383 spp = pp;
384 if (spp) {
385 output_line *ln = *spp;
386 *spp = 0;
387 tail = spp;
  /src/crypto/external/bsd/heimdal/dist/kdc/
krb5tgs.c 781 krb5_principals spp,
1013 spp,
1578 krb5_principals spp = NULL; local
2013 &spp,
2446 spp,
  /src/sys/uvm/
uvm_swap.c 286 struct swappri *spp, *pspp; local
303 LIST_FOREACH(spp, &swap_priority, spi_swappri) {
304 if (priority <= spp->spi_priority)
306 pspp = spp;
312 if (spp == NULL || spp->spi_priority != priority) {
313 spp = newspp; /* use newspp! */
317 spp->spi_priority = priority;
318 TAILQ_INIT(&spp->spi_swapdev);
321 LIST_INSERT_AFTER(pspp, spp, spi_swappri)
349 struct swappri *spp; local
383 struct swappri *spp, *nextspp; local
414 struct swappri *spp; local
493 struct swappri *spp; local
765 struct swappri *spp; local
1259 struct swappri *spp; local
1753 struct swappri *spp; local
    [all...]
  /src/external/bsd/pcc/dist/pcc/cc/cpp/
cpp.c 2398 static struct symtab *spp; local
2402 spp = xmalloc(BUFSIZ);
2405 sp = &spp[--nsyms];
  /src/external/bsd/wpa/dist/hs20/client/
osu_client.c 28 const char *spp_xsd_fname = "spp.xsd";
2437 last->methods & 0x02 ? " SOAP-XML-SPP" : "");
2602 int spp; local
2681 spp = 0;
2683 spp = 1;
2685 wpa_printf(MSG_INFO, "No UpdateMethod specified - assume SPP");
2686 spp = 1;
2730 if (spp)
2761 int spp; local
2846 spp = 0
    [all...]
  /src/sys/dev/ic/
sl811hs.c 2445 struct slhci_pipe *spp; local
2451 FIND_TIMED(q, t, spp, spp->frame > spipe->frame);
2460 struct slhci_pipe *spp; local
2466 FIND_TO(q, t, spp, spp->to_frame >= spipe->to_frame);

Completed in 59 milliseconds