Home
last modified time | relevance | path

Searched defs:ir (Results 1 – 25 of 77) sorted by relevance

1234

/netbsd-src/sys/dev/isa/
H A Disv.c123 isv_read(struct isv_regs *ir, bus_size_t reg) in isv_read()
129 isv_write(struct isv_regs *ir, bus_size_t reg, uint16_t val) in isv_write()
135 isv_retrace(struct isv_regs *ir) in isv_retrace()
174 isv_probe(struct isv_regs *ir) in isv_probe()
207 struct isv_regs ir; in isv_match() local
241 struct isv_regs *ir = &sc->sc_ir; in isv_attach() local
281 isv_retrace_wait(struct isv_regs *ir, int *state, const struct timeval *end) in isv_retrace_wait()
304 isv_capture_wait(struct isv_regs *ir, int *state, const struct timeval *end) in isv_capture_wait()
331 struct isv_regs *ir = &sc->sc_ir; in isv_capture() local
447 struct isv_regs *ir = &sc->sc_ir; in isv_detach() local
/netbsd-src/sys/arch/hppa/hppa/
H A Dintr.c74 struct hppa_interrupt_register *ir) in hppa_interrupt_register_establish()
128 struct hppa_interrupt_register *ir, int bit_pos) in hppa_intr_establish()
203 hppa_intr_allocate_bit(struct hppa_interrupt_register *ir, int irq) in hppa_intr_allocate_bit()
255 struct hppa_interrupt_register *ir; in hppa_intr_calculatemasks() local
485 hppa_intr_ipending(struct hppa_interrupt_register *ir, int eirr) in hppa_intr_ipending()
/netbsd-src/sys/crypto/camellia/
H A Dcamellia.c105 #define CAMELLIA_F(xl, xr, kl, kr, yl, yr, il, ir, t0, t1) \ argument
141 #define CAMELLIA_ROUNDSM(xl, xr, kl, kr, yl, yr, il, ir, t0, t1) \ argument
440 uint32_t il, ir, t0, t1, w0, w1; in camellia_setup128() local
647 uint32_t il, ir, t0, t1, w0, w1; /* temporary variables */ in camellia_setup256() local
945 uint32_t il, ir, t0, t1; in camellia_encrypt128() local
1012 uint32_t il,ir,t0,t1; /* temporary variables */ in camellia_decrypt128() local
1082 uint32_t il,ir,t0,t1; /* temporary variables */ in camellia_encrypt256() local
1165 uint32_t il,ir,t0,t1; /* temporary variables */ in camellia_decrypt256() local
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Dcamellia-ntt.c117 #define CAMELLIA_F(xl, xr, kl, kr, yl, yr, il, ir, t0, t1) \ argument
158 #define CAMELLIA_ROUNDSM(xl, xr, kl, kr, yl, yr, il, ir, t0, t1) \ argument
456 u32 il, ir, t0, t1, w0, w1; in camellia_setup128() local
668 u32 il, ir, t0, t1, w0, w1; /* temporary variables */ in camellia_setup256() local
974 u32 il, ir, t0, t1; in camellia_encrypt128() local
1064 u32 il,ir,t0,t1; /* temporary valiables */ in camellia_decrypt128() local
1157 u32 il,ir,t0,t1; /* temporary valiables */ in camellia_encrypt256() local
1271 u32 il,ir,t0,t1; /* temporary valiables */ in camellia_decrypt256() local
/netbsd-src/sys/dev/ieee1394/
H A Dfwdev.c102 struct fw_xferq *ir; member
183 struct fw_xferq *ir = d->ir; in fw_close() local
235 struct fw_xferq *ir; in fw_read() local
390 struct fw_xferq *ir, *it; in fw_ioctl() local
693 struct fw_xferq *ir; in fw_poll() local
/netbsd-src/sys/arch/hppa/spmath/
H A Dfpudispatch.c116 decode_0c(unsigned ir,unsigned class,unsigned subop,unsigned fpregs[]) in decode_0c()
394 decode_0e(unsigned ir,unsigned class,unsigned subop,unsigned fpregs[]) in decode_0e()
657 decode_06(unsigned ir,unsigned fpregs[]) in decode_06()
781 decode_26(unsigned ir,unsigned fpregs[]) in decode_26()
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Drk3288-rock2-square.dts57 ir: ir-receiver { label
H A Drk3288-r89.dts44 ir: ir-receiver { label
H A Drk3288-popmetal.dts43 ir: ir-receiver { label
H A Drk3066a-rayeager.dts25 ir: ir-receiver { label
H A Domap3-n900.dts165 ir: n900-ir { label
H A Drk3288-firefly.dtsi43 ir: ir-receiver { label
H A Dhisi-x5hd2.dtsi490 ir: ir@1000 { label
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/datetime/
H A Dinterval.d8336 auto ir = IntervalRange!(Date, Direction.fwd)(interval, &dateFunc); variable
8342 auto ir = IntervalRange!(TimeOfDay, Direction.fwd)(interval, &todFunc); variable
8348 auto ir = IntervalRange!(DateTime, Direction.fwd)(interval, &dtFunc); variable
8355 auto ir = IntervalRange!(SysTime, Direction.fwd)(interval, &stFunc); variable
8781 auto ir = PosInfIntervalRange!Date(posInfInterval, &dateFunc); variable
8787 auto ir = PosInfIntervalRange!(TimeOfDay)(posInfInterval, &todFunc); variable
8793 auto ir = PosInfIntervalRange!(DateTime)(posInfInterval, &dtFunc); variable
8799 auto ir = PosInfIntervalRange!SysTime(posInfInterval, &stFunc); variable
9063 auto ir = NegInfIntervalRange!Date(negInfInterval, &dateFunc); variable
9069 auto ir = NegInfIntervalRange!(TimeOfDay)(negInfInterval, &todFunc); variable
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/datetime/
H A Dinterval.d8311 auto ir = IntervalRange!(Date, Direction.fwd)(interval, &dateFunc); variable
8317 auto ir = IntervalRange!(TimeOfDay, Direction.fwd)(interval, &todFunc); variable
8323 auto ir = IntervalRange!(DateTime, Direction.fwd)(interval, &dtFunc); variable
8330 auto ir = IntervalRange!(SysTime, Direction.fwd)(interval, &stFunc); variable
8754 auto ir = PosInfIntervalRange!Date(posInfInterval, &dateFunc); variable
8760 auto ir = PosInfIntervalRange!(TimeOfDay)(posInfInterval, &todFunc); variable
8766 auto ir = PosInfIntervalRange!(DateTime)(posInfInterval, &dtFunc); variable
8772 auto ir = PosInfIntervalRange!SysTime(posInfInterval, &stFunc); variable
9036 auto ir = NegInfIntervalRange!Date(negInfInterval, &dateFunc); variable
9042 auto ir = NegInfIntervalRange!(TimeOfDay)(negInfInterval, &todFunc); variable
[all …]
/netbsd-src/sys/arch/mvme68k/dev/
H A Dzs_pcc.c110 int zs_level, ir; in zsc_pcc_attach() local
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/rockchip/
H A Drk3368-r88.dts59 ir: ir-receiver { label
H A Drk3368-geekbox.dts34 ir: ir-receiver { label
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-mdb/
H A Dindex.c407 IndexRec *ir ) in mdb_index_recset()
455 IndexRec *ir; in mdb_index_recrun() local
/netbsd-src/sys/external/gpl2/dts/dist/arch/mips/boot/dts/ingenic/
H A Dci20.dts81 ir: ir { label
/netbsd-src/lib/libm/noieee_src/
H A Dn_fmod.c85 int ir,iy; in _fmod() local
/netbsd-src/sys/arch/hppa/dev/
H A Dcpu.c92 struct hppa_interrupt_register *ir; in cpuattach() local
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/hisilicon/
H A Dhi3798cv200.dtsi549 ir: ir@8001000 { label
/netbsd-src/sys/arch/alpha/tc/
H A Dtc_3000_500.c215 uint32_t ir; in tc_3000_500_iointr() local
/netbsd-src/usr.bin/scmdctl/
H A Dscmdctl.c158 struct scmd_identify_response ir; in main() local

1234