Home
last modified time | relevance | path

Searched refs:rdp (Results 1 – 25 of 40) sorted by relevance

12

/netbsd-src/sys/arch/vax/if/
H A Dif_le_vsbus.c137 volatile uint16_t *rdp, *rap; in le_vsbus_match() local
162 rdp = (uint16_t *)va->va_addr; in le_vsbus_match()
163 rap = rdp + 2; in le_vsbus_match()
167 *rdp = LE_C0_STOP; in le_vsbus_match()
170 *rdp = map->dm_segs->ds_addr & 0xffff; in le_vsbus_match()
172 *rdp = (map->dm_segs->ds_addr >> 16) & 0xffff; in le_vsbus_match()
174 *rdp = LE_C0_INIT|LE_C0_INEA; in le_vsbus_match()
180 if (*rdp & LE_C0_IDON) in le_vsbus_match()
184 *rdp = LE_C0_STOP; in le_vsbus_match()
/netbsd-src/sys/dev/fdt/
H A Dfdt_port.c181 struct fdt_device_ports *rdp; in fdt_endpoint_activate() local
192 rdp = rep->ep_port->port_dp; in fdt_endpoint_activate()
193 aprint_debug_dev(rdp->dp_dev, "activating port %d endpoint %d\n", in fdt_endpoint_activate()
195 if (rdp->dp_ep_activate) in fdt_endpoint_activate()
196 error = rdp->dp_ep_activate(rdp->dp_dev, rep, activate); in fdt_endpoint_activate()
222 struct fdt_device_ports *rdp; in fdt_endpoint_enable() local
233 rdp = rep->ep_port->port_dp; in fdt_endpoint_enable()
234 if (rdp->dp_ep_enable) in fdt_endpoint_enable()
235 error = rdp->dp_ep_enable(rdp->dp_dev, rep, enable); in fdt_endpoint_enable()
/netbsd-src/sys/arch/arm/ti/
H A Dif_cpsw.c612 struct cpsw_ring_data * const rdp = sc->sc_rdp; in cpsw_start() local
648 dm = rdp->tx_dm[sc->sc_txnext]; in cpsw_start()
671 KASSERT(rdp->tx_mb[sc->sc_txnext] == NULL); in cpsw_start()
672 rdp->tx_mb[sc->sc_txnext] = m; in cpsw_start()
843 struct cpsw_ring_data * const rdp = sc->sc_rdp; in cpsw_new_rxbuf() local
863 if (rdp->rx_mb[i] != NULL) in cpsw_new_rxbuf()
864 bus_dmamap_unload(sc->sc_bdt, rdp->rx_dm[i]); in cpsw_new_rxbuf()
868 rdp->rx_mb[i] = m; in cpsw_new_rxbuf()
870 error = bus_dmamap_load_mbuf(sc->sc_bdt, rdp->rx_dm[i], rdp->rx_mb[i], in cpsw_new_rxbuf()
877 bus_dmamap_sync(sc->sc_bdt, rdp->rx_dm[i], in cpsw_new_rxbuf()
[all …]
/netbsd-src/sys/dev/isa/
H A Dif_le_isa.c117 int iosize, rap, rdp; member
198 int rap, rdp; in lance_isa_probe() local
225 rdp = p->rdp; in lance_isa_probe()
229 bus_space_write_2(iot, ioh, rdp, LE_C0_STOP); in lance_isa_probe()
233 if (bus_space_read_2(iot, ioh, rdp) != LE_C0_STOP) in lance_isa_probe()
237 bus_space_write_2(iot, ioh, rdp, 0); in lance_isa_probe()
322 lesc->sc_rdp = p->rdp; in le_isa_attach()
/netbsd-src/sys/dev/pci/
H A Dmpii.c753 struct mpii_reply_descr *postq = sc->sc_reply_postq_kva, *rdp; in mpii_intr() local
763 0, sc->sc_reply_post_qdepth * sizeof(*rdp), in mpii_intr()
768 rdp = &postq[idx]; in mpii_intr()
769 if ((rdp->reply_flags & MPII_REPLY_DESCR_TYPE_MASK) == in mpii_intr()
772 if (rdp->data == 0xffffffff) { in mpii_intr()
780 smid = le16toh(rdp->smid); in mpii_intr()
781 rcb = mpii_reply(sc, rdp); in mpii_intr()
799 0, sc->sc_reply_post_qdepth * sizeof(*rdp), in mpii_intr()
2456 mpii_reply(struct mpii_softc *sc, struct mpii_reply_descr *rdp) in mpii_reply() argument
2464 if ((rdp->reply_flags & MPII_REPLY_DESCR_TYPE_MASK) == in mpii_reply()
[all …]
H A Dmfii.c2214 struct mpii_reply_descr *rdp; in mfii_postq() local
2225 rdp = &postq[sc->sc_reply_postq_index]; in mfii_postq()
2228 DEVNAME(sc), sc->sc_reply_postq_index, rdp->reply_flags, in mfii_postq()
2229 rdp->data == 0xffffffff); in mfii_postq()
2230 if ((rdp->reply_flags & MPII_REPLY_DESCR_TYPE_MASK) == in mfii_postq()
2233 if (rdp->data == 0xffffffff) { in mfii_postq()
2241 ccb = &sc->sc_ccb[le16toh(rdp->smid) - 1]; in mfii_postq()
2243 memset(rdp, 0xff, sizeof(*rdp)); in mfii_postq()
/netbsd-src/sys/compat/linux/arch/amd64/
H A Dlinux_machdep.h51 u_int64_t rdp; member
/netbsd-src/distrib/common/
H A Dprotocols30 rdp 27 RDP
/netbsd-src/external/bsd/ipf/dist/etc/
H A Dprotocols27 rdp 27 RDP # Reliable Data Protocol
/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_parser.c2238 dt_ident_t *idp, *rdp; in dt_node_inline() local
2387 rdp = dt_ident_resolve(expr->dn_ident); in dt_node_inline()
2389 rdp = expr->dn_ident; in dt_node_inline()
2391 rdp = NULL; in dt_node_inline()
2393 if (rdp != NULL) { in dt_node_inline()
2394 idp->di_flags |= (rdp->di_flags & in dt_node_inline()
4218 dt_ident_t *rdp; in dt_cook_inline() local
4231 if ((rdp = dt_node_resolve(inp->din_root, DT_IDENT_XLSOU)) != NULL || in dt_cook_inline()
4232 (rdp = dt_node_resolve(inp->din_root, DT_IDENT_XLPTR)) != NULL) { in dt_cook_inline()
4237 dt_xlator_t *dxp = rdp->di_data; in dt_cook_inline()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/
H A Ducontext.d118 ulong rdp; in version() member
1459 ulong rdp;
/netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_r100.c2969 uint32_t rdp, wdp; in r100_debugfs_cp_ring_info() local
2973 rdp = RREG32(RADEON_CP_RB_RPTR); in r100_debugfs_cp_ring_info()
2975 count = (rdp + ring->ring_size - wdp) & ring->ptr_mask; in r100_debugfs_cp_ring_info()
2978 seq_printf(m, "CP_RB_RPTR 0x%08x\n", rdp); in r100_debugfs_cp_ring_info()
2983 i = (rdp + j) & ring->ptr_mask; in r100_debugfs_cp_ring_info()
/netbsd-src/sys/rump/librump/rumpvfs/
H A Drumpfs.c148 #define RDENT_ISWHITEOUT(rdp) (rdp->rd_node == RUMPFS_WHITEOUT) argument
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-20062250 * remote-rdp.c: Deleted.
2251 * NEWS: Mention removal of remote-rdp.c.
2253 * Makefile.in (ALLDEPFILES): Remove remote-rdp.c.
2254 (remote-rdp.o): Delete.
2255 * README: Remove description of remote-rdp.c.
2257 * config/arm/embed.mt (TDEPFILES): Remove remote-rdp.o.
2721 * remote-rdp.c (remote_rdp_insert_breakpoint)
3310 * remote-rdp.c (remote_rdp_xfer_inferior_memory): Use gdb_byte.
3419 * remote-rdp.c: Remove O_BINARY macro definition
3977 * remote-rdp.c (remote_rdp_create_inferior): Likewise.
H A DChangeLog-2001398 gdbarch.sh, remote-rdp.c, remote-sim.c, sh-tdep.c, sparc-tdep.c,
3820 * remote-rdp.c: Update.
3965 * remote-rdp.c: Include "serial.h"
4085 * remote-rdp.c: Update.
6039 remote-nindy.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
6123 * remote-rdp.c (remote_rdp_resume, remote_rdp_wait): Likewise.
6213 * remote-rdp.c (remote_rdp_wait): Likewise.
6687 * remote-rdp.c (remote_rdp_ops): Likewise.
7183 * remote-rdp.c (rdp_set_command_line): Add missing double quote.
7697 * remote-rdp.c (rdp_set_command_line): Ditto.
[all …]
H A DChangeLog-19951236 * remote-rdp.c (rdp_init): Take out variable baud rate stuff.
1240 * Makefile.in (remote-rdp.o): Doesn't need remote-rdp.h
1244 * remote-rdp.c (rdp_init): Attept to sync at different
1266 * remote-rdp.c: Support for the ARM RDP monitor.
1293 * config/arm/arm.mt (TDEPFILES): Add remote-rdp.o.
H A DChangeLog-20021230 * remote-rdp.c (remote_rdp_open): Ditto.
1257 * remote-mips.c, remote-rdp.c, sh-tdep.c, sparc-tdep.c: Update.
2073 * remote-rdp.c (init_remote_rdp_ops): Likewise.
2662 * remote-rdp.c: Update.
8404 (remote-rdp.o): Add $(callback_h).
8407 * remote-rdp.c: Include "gdb/callback.h".
9910 * remote-rdp.c (remote_rdp_can_run): Remove.
10044 * remote-rdp.c (remote_rdp_fetch_register): Use
10147 * remote-rdp.c (remote_rdp_open): Ditto.
13071 * remote-rdi.c remote-rdp.c: Likewise.
[all …]
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-20062250 * remote-rdp.c: Deleted.
2251 * NEWS: Mention removal of remote-rdp.c.
2253 * Makefile.in (ALLDEPFILES): Remove remote-rdp.c.
2254 (remote-rdp.o): Delete.
2255 * README: Remove description of remote-rdp.c.
2257 * config/arm/embed.mt (TDEPFILES): Remove remote-rdp.o.
2721 * remote-rdp.c (remote_rdp_insert_breakpoint)
3310 * remote-rdp.c (remote_rdp_xfer_inferior_memory): Use gdb_byte.
3419 * remote-rdp.c: Remove O_BINARY macro definition
3977 * remote-rdp.c (remote_rdp_create_inferior): Likewise.
H A DChangeLog-2001398 gdbarch.sh, remote-rdp.c, remote-sim.c, sh-tdep.c, sparc-tdep.c,
3820 * remote-rdp.c: Update.
3965 * remote-rdp.c: Include "serial.h"
4085 * remote-rdp.c: Update.
6039 remote-nindy.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
6123 * remote-rdp.c (remote_rdp_resume, remote_rdp_wait): Likewise.
6213 * remote-rdp.c (remote_rdp_wait): Likewise.
6687 * remote-rdp.c (remote_rdp_ops): Likewise.
7183 * remote-rdp.c (rdp_set_command_line): Add missing double quote.
7697 * remote-rdp.c (rdp_set_command_line): Ditto.
[all …]
H A DChangeLog-19951236 * remote-rdp.c (rdp_init): Take out variable baud rate stuff.
1240 * Makefile.in (remote-rdp.o): Doesn't need remote-rdp.h
1244 * remote-rdp.c (rdp_init): Attept to sync at different
1266 * remote-rdp.c: Support for the ARM RDP monitor.
1293 * config/arm/arm.mt (TDEPFILES): Add remote-rdp.o.
H A DChangeLog-20021230 * remote-rdp.c (remote_rdp_open): Ditto.
1257 * remote-mips.c, remote-rdp.c, sh-tdep.c, sparc-tdep.c: Update.
2073 * remote-rdp.c (init_remote_rdp_ops): Likewise.
2662 * remote-rdp.c: Update.
8404 (remote-rdp.o): Add $(callback_h).
8407 * remote-rdp.c: Include "gdb/callback.h".
9910 * remote-rdp.c (remote_rdp_can_run): Remove.
10044 * remote-rdp.c (remote_rdp_fetch_register): Use
10147 * remote-rdp.c (remote_rdp_open): Ditto.
13071 * remote-rdi.c remote-rdp.c: Likewise.
[all …]
H A DChangeLog-2000174 remote-mm.c, remote-nindy.c, remote-rdi.c, remote-rdp.c,
1177 * remote-rdp.c (handle_swi): Likewise.
1480 * remote-rdp.c (remote_rdp_xfer_inferior_memory): Protoize.
1754 * remote-rdp.c (rdp_step): Fix handle parameter to
2786 remote-os9k.c, remote-rdi.c, remote-rdp.c, remote-sds.c,
4190 remote-rdp.c, remote-sds.c, remote-sim.c, remote-udi.c,
7659 remote-os9k.c, remote-es.c, remote-rdp.c, remote-vx960.c,
/netbsd-src/etc/
H A Dprotocols91 rdp 27 RDP # Reliable Data Protocol [RFC908][Bob_Hinden]
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dwindows1785 # URL: https://learn.microsoft.com/en-us/windows-server/remote/remote-desktop-services/clients/rdp
1786 # Reference: http://mark0.net/download/triddefs_xml.7z/defs/r/rdp.trid.xml
1790 !:mime text/x-ms-rdp
1791 !:ext rdp
/netbsd-src/external/gpl3/gdb/dist/gdb/config/djgpp/
H A Dfnchange.lst368 @V@/gdb/remote-rdp.c @V@/gdb/rmt-rdp.c

12