HomeSort by: relevance | last modified time | path
    Searched refs:sps (Results 1 - 15 of 15) sorted by relevancy

  /src/sys/arch/atari/dev/
ncr5380.c 141 int sps; local
162 sps = splbio();
165 splx(sps);
270 int sps; local
293 sps = splbio();
297 splx(sps);
302 splx(sps);
340 sps = splbio();
397 splx(sps);
456 int sps; local
713 int sps; local
1123 int sps; local
1438 int sps; local
1598 int sps; local
1714 int sps; local
1915 int sps = splbio(); local
2041 int sps = splhigh(); local
    [all...]
lpt.c 195 int sps; local
236 sps = splhigh();
239 splx(sps);
263 int sps; local
271 sps = splhigh();
274 splx(sps);
clock.c 423 int sps; local
427 sps = splhigh();
430 splx(sps);
zs.c 800 int sps; local
802 sps = splzs();
809 splx(sps);
  /src/sys/arch/mac68k/dev/
ncr5380.c 136 int sps; local
157 sps = splbio();
160 splx(sps);
266 int sps, flags; local
286 sps = splbio();
294 splx(sps);
333 sps = splbio();
390 splx(sps);
449 int sps; local
459 sps = splbio()
694 int sps; local
1099 int sps; local
1407 int sps; local
1564 int sps; local
1675 int sps; local
1857 int sps = splbio(); local
1967 int sps = splhigh(); local
    [all...]
  /src/sys/arch/mvme68k/dev/
lpt_pcc.c 169 int sps; local
175 sps = splhigh();
178 splx(sps);
  /src/external/gpl2/lvm2/dist/lib/format_pool/
format_pool.c 31 int *sps)
42 *sps = pl->pd.pl_subpools;
43 if (!usp && (!(usp = dm_pool_zalloc(mem, sizeof(*usp) * (*sps))))) {
45 *sps);
  /src/sys/dev/mvme/
lpt_pcctwo.c 182 int sps; local
191 sps = splhigh();
194 splx(sps);
  /src/external/bsd/pcc/dist/pcc/arch/amd64/
local.c 557 struct symtab *sp, sps; local
573 sps.stype = LDOUBLE;
574 sps.squal = CON >> TSHIFT;
575 sps.sflags = sps.sclass = 0;
576 sps.sname = "";
577 sps.slevel = 1;
578 sps.sap = NULL;
579 sps.soffset = dblxor;
580 locctr(DATA, &sps);
    [all...]
code.c 774 struct symtab sps[16]; local
793 sps[i] = *sp;
794 sps[i].stype = t;
795 sps[i].sdf = df;
796 sps[i].snext = &sps[i+1];
797 sps[i].soffset = i * tsize(t, df, sp->sap);
798 sps[i].soffset += sp->soffset;
800 sps[i-1].snext = sp->snext;
801 sp = &sps[0]
    [all...]
  /src/usr.bin/audio/common/
wav.c 347 u_int32_t filelen, fmtsz, sps, abps, factsz = 4, nsample, datalen; local
428 sps = ti->sample_rate;
472 put32(sps);
  /src/sys/arch/x68k/dev/
opmbell.c 408 int sps; local
410 sps = spltty();
413 splx(sps);
  /src/sys/dev/qbus/
if_dmc.c 467 int sps; local
469 sps = splnet();
492 splx(sps);
  /src/external/apache2/mDNSResponder/dist/mDNSCore/
mDNS.c 1111 // For now, to make it easier to avoid false conflicts, we treat SPS Proxy records like shared records,
3994 mDNSlocal void ReorderSPSByFeature(const CacheRecord *sps[3])
3996 CheckAndSwapSPS(&sps[0], &sps[1]);
3997 CheckAndSwapSPS(&sps[0], &sps[2]);
3998 CheckAndSwapSPS(&sps[1], &sps[2]);
4003 mDNSexport void FindSPSInCache(mDNS *const m, const DNSQuestion *const q, const CacheRecord *sps[3])
4005 sps[0] = FindSPSInCache1(m, q, mDNSNULL, mDNSNULL)
7512 const int sps = intf->NextSPSAttempt \/ 3; local
7826 int sps = (int)(question - intf->NetWakeResolve); local
7989 const CacheRecord *sps[3] = { mDNSNULL }; local
8377 int sps = (intf->NextSPSAttempt == 0) ? 0 : (intf->NextSPSAttempt-1)\/3; local
    [all...]
mDNSEmbeddedAPI.h 2387 mDNSs32 NextScheduledKA; // Next time to send Keepalive packets (SPS)
2555 mDNSQuestionCallback *SPSBrowseCallback; // So the platform layer can do something useful with SPS browse results
3754 extern void mDNSCoreBeSleepProxyServer_internal(mDNS *const m, mDNSu8 sps, mDNSu8 port, mDNSu8 marginalpower, mDNSu8 totpower, mDNSu8 features);
3759 extern void FindSPSInCache(mDNS *const m, const DNSQuestion *const q, const CacheRecord *sps[3]);

Completed in 76 milliseconds