Home
last modified time | relevance | path

Searched refs:sps (Results 1 – 25 of 41) sorted by relevance

12

/netbsd-src/sys/arch/atari/dev/
H A Dncr5380.c141 int sps; in finish_req() local
162 sps = splbio(); in finish_req()
165 splx(sps); in finish_req()
270 int sps; in ncr5380_scsi_request() local
293 sps = splbio(); in ncr5380_scsi_request()
297 splx(sps); in ncr5380_scsi_request()
302 splx(sps); in ncr5380_scsi_request()
340 sps = splbio(); in ncr5380_scsi_request()
397 splx(sps); in ncr5380_scsi_request()
456 int sps; in scsi_main() local
[all …]
H A Dlpt.c195 int sps; in lpopen() local
236 sps = splhigh(); in lpopen()
239 splx(sps); in lpopen()
263 int sps; in lpclose() local
271 sps = splhigh(); in lpclose()
274 splx(sps); in lpclose()
H A Dclock.c423 int sps; in atari_rtc_get() local
427 sps = splhigh(); in atari_rtc_get()
430 splx(sps); in atari_rtc_get()
H A Dzs.c800 int sps; in zssoft() local
802 sps = splzs(); in zssoft()
809 splx(sps); in zssoft()
/netbsd-src/sys/arch/mac68k/dev/
H A Dncr5380.c136 int sps; in finish_req() local
157 sps = splbio(); in finish_req()
160 splx(sps); in finish_req()
266 int sps, flags; in ncr5380_scsi_request() local
286 sps = splbio(); in ncr5380_scsi_request()
294 splx(sps); in ncr5380_scsi_request()
333 sps = splbio(); in ncr5380_scsi_request()
390 splx(sps); in ncr5380_scsi_request()
449 int sps; in scsi_main() local
459 sps = splbio(); in scsi_main()
[all …]
/netbsd-src/external/bsd/pcc/dist/pcc/arch/amd64/
H A Dlocal.c557 struct symtab *sp, sps; in myp2tree() local
573 sps.stype = LDOUBLE; in myp2tree()
574 sps.squal = CON >> TSHIFT; in myp2tree()
575 sps.sflags = sps.sclass = 0; in myp2tree()
576 sps.sname = ""; in myp2tree()
577 sps.slevel = 1; in myp2tree()
578 sps.sap = NULL; in myp2tree()
579 sps.soffset = dblxor; in myp2tree()
580 locctr(DATA, &sps); in myp2tree()
581 defloc(&sps); in myp2tree()
H A Dcode.c774 struct symtab sps[16]; in classifystruct() local
793 sps[i] = *sp; in classifystruct()
794 sps[i].stype = t; in classifystruct()
795 sps[i].sdf = df; in classifystruct()
796 sps[i].snext = &sps[i+1]; in classifystruct()
797 sps[i].soffset = i * tsize(t, df, sp->sap); in classifystruct()
798 sps[i].soffset += sp->soffset; in classifystruct()
800 sps[i-1].snext = sp->snext; in classifystruct()
801 sp = &sps[0]; in classifystruct()
/netbsd-src/sys/arch/mvme68k/dev/
H A Dlpt_pcc.c169 int sps; in lpt_pcc_open() local
175 sps = splhigh(); in lpt_pcc_open()
178 splx(sps); in lpt_pcc_open()
/netbsd-src/external/gpl2/lvm2/dist/lib/format_pool/
H A Dformat_pool.c31 int *sps) in _build_usp() argument
42 *sps = pl->pd.pl_subpools; in _build_usp()
43 if (!usp && (!(usp = dm_pool_zalloc(mem, sizeof(*usp) * (*sps))))) { in _build_usp()
45 *sps); in _build_usp()
/netbsd-src/sys/dev/mvme/
H A Dlpt_pcctwo.c182 int sps; in lpt_pcctwo_open() local
191 sps = splhigh(); in lpt_pcctwo_open()
194 splx(sps); in lpt_pcctwo_open()
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Dowl-s500.dtsi49 power-domains = <&sps S500_PD_CPU2>;
57 power-domains = <&sps S500_PD_CPU3>;
256 sps: power-controller@b01b0100 { label
257 compatible = "actions,s500-sps";
292 power-domains = <&sps S500_PD_DMA>;
H A Dqcom-apq8064.dtsi432 sps_sic_non_secure: sps-sic-non-secure@12100000 {
/netbsd-src/sys/arch/x68k/dev/
H A Dopmbell.c408 int sps; in bell_on() local
410 sps = spltty(); in bell_on()
413 splx(sps); in bell_on()
/netbsd-src/usr.bin/audio/common/
H A Dwav.c347 u_int32_t filelen, fmtsz, sps, abps, factsz = 4, nsample, datalen; in wav_prepare_header() local
428 sps = ti->sample_rate; in wav_prepare_header()
472 put32(sps); in wav_prepare_header()
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/actions/
H A Ds700.dtsi220 sps: power-controller@e01b0100 { label
221 compatible = "actions,s700-sps";
260 power-domains = <&sps S700_PD_DMA>;
H A Ds900.dtsi178 sps: power-controller@e012e000 { label
179 compatible = "actions,s900-sps";
/netbsd-src/sys/dev/qbus/
H A Dif_dmc.c467 int sps; in dmcload() local
469 sps = splnet(); in dmcload()
492 splx(sps); in dmcload()
/netbsd-src/distrib/common/
H A Dprotocols128 sps 130 SPS
/netbsd-src/etc/
H A Dprotocols233 sps 130 SPS # Secure Packet Shield [Bill_McIntosh]
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A DChangeLog-0203113 2003-10-21 Peter Barada <pbarada@mail.wm.sps.mot.com>
/netbsd-src/external/gpl3/gdb.old/dist/opcodes/
H A DChangeLog-0203113 2003-10-21 Peter Barada <pbarada@mail.wm.sps.mot.com>
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A DChangeLog-0203113 2003-10-21 Peter Barada <pbarada@mail.wm.sps.mot.com>
/netbsd-src/external/gpl3/gdb/dist/opcodes/
H A DChangeLog-0203113 2003-10-21 Peter Barada <pbarada@mail.wm.sps.mot.com>
/netbsd-src/external/gpl3/binutils/dist/include/opcode/
H A DChangeLog-910320 2003-10-21 Peter Barada <pbarada@mail.wm.sps.mot.com>
/netbsd-src/external/gpl3/gdb/dist/include/opcode/
H A DChangeLog-910320 2003-10-21 Peter Barada <pbarada@mail.wm.sps.mot.com>

12