Home
last modified time | relevance | path

Searched defs:rid (Results 1 – 25 of 555) sorted by relevance

12345678910>>...23

/freebsd-12.1/tools/bus_space/
H A Dbus.c44 int rid; member
59 int rid; in rid_alloc() local
79 rid_lookup(int rid) in rid_lookup()
101 int len, rid; in bs_map() local
132 bs_read(int rid, off_t ofs, void *buf, ssize_t bufsz) in bs_read()
180 int fd0, rid; in bs_subregion() local
213 bs_unmap(int rid) in bs_unmap()
230 bs_write(int rid, off_t ofs, void *buf, ssize_t bufsz) in bs_write()
/freebsd-12.1/tools/bus_space/C/
H A Dlang.c38 bus_read_1(int rid, long ofs) in bus_read_1()
46 bus_read_2(int rid, long ofs) in bus_read_2()
54 bus_read_4(int rid, long ofs) in bus_read_4()
62 bus_write_1(int rid, long ofs, uint8_t val) in bus_write_1()
69 bus_write_2(int rid, long ofs, uint16_t val) in bus_write_2()
76 bus_write_4(int rid, long ofs, uint32_t val) in bus_write_4()
90 bus_unmap(int rid) in bus_unmap()
97 bus_subregion(int rid, long ofs, long sz) in bus_subregion()
/freebsd-12.1/crypto/openssh/
H A Dmux.c104 u_int rid; member
109 u_int rid; member
115 u_int rid; /* request id */ member
325 reply_ok(struct sshbuf *reply, u_int rid) in reply_ok()
1166 u_int type, rid, i; in mux_master_read_cb() local
1674 u_int pid, type, rid; in mux_client_request_alive() local
1725 u_int type, rid; in mux_client_request_terminate() local
1783 u_int type, rid; in mux_client_forward() local
2099 u_int type, rid; in mux_client_proxy() local
2140 u_int type, rid, sid; in mux_client_request_stdio_fwd() local
[all …]
/freebsd-12.1/sys/dev/atkbdc/
H A Datkbdc_isa.c105 int rid; in atkbdc_isa_probe() local
195 int rid; in atkbdc_isa_attach() local
299 atkbdc_isa_alloc_resource(device_t dev, device_t child, int type, int *rid, in atkbdc_isa_alloc_resource()
312 atkbdc_isa_release_resource(device_t dev, device_t child, int type, int rid, in atkbdc_isa_release_resource()
H A Datkbdc_ebus.c97 int error, rid; in atkbdc_ebus_probe() local
182 int children, error, rid, unit; in atkbdc_ebus_attach() local
/freebsd-12.1/tools/bus_space/Python/
H A Dlang.c39 int rid; in bus_read_1() local
55 int rid; in bus_read_2() local
71 int rid; in bus_read_4() local
87 int rid; in bus_write_1() local
103 int rid; in bus_write_2() local
119 int rid; in bus_write_4() local
135 int rid; in bus_map() local
150 int rid; in bus_unmap() local
165 int rid0, rid; in bus_subregion() local
/freebsd-12.1/sys/dev/pccbb/
H A Dpccbb.c196 cbb_find_res(struct cbb_softc *sc, int type, int rid) in cbb_find_res()
208 int rid) in cbb_insert_res()
1197 int rid, struct resource *res) in cbb_cardbus_activate_resource()
1211 int rid, struct resource *res) in cbb_cardbus_deactivate_resource()
1285 int rid, struct resource *res) in cbb_cardbus_release_resource()
1382 int rid, struct resource *res) in cbb_pcic_deactivate_resource()
1446 int rid, struct resource *res) in cbb_pcic_release_resource()
1484 cbb_pcic_set_memory_offset(device_t brdev, device_t child, int rid, in cbb_pcic_set_memory_offset()
1519 int rid, struct resource *r) in cbb_deactivate_resource()
1532 cbb_alloc_resource(device_t brdev, device_t child, int type, int *rid, in cbb_alloc_resource()
[all …]
/freebsd-12.1/sys/mips/sibyte/
H A Dsb_zbbus.c71 int rid; member
79 sb_intmap_lookup(int intrnum, device_t dev, int rid) in sb_intmap_lookup()
98 sb_intmap_add(int intrnum, device_t dev, int rid, int intsrc) in sb_intmap_add()
125 sb_intmap_activate(int intrnum, device_t dev, int rid) in sb_intmap_activate()
284 zbbus_alloc_resource(device_t bus, device_t child, int type, int *rid, in zbbus_alloc_resource()
H A Dsb_zbpci.c90 int n, rid, size; in zbpci_attach() local
168 zbpci_alloc_resource(device_t bus, device_t child, int type, int *rid, in zbpci_alloc_resource()
201 zbpci_activate_resource(device_t bus, device_t child, int type, int rid, in zbpci_activate_resource()
268 zbpci_release_resource(device_t bus, device_t child, int type, int rid, in zbpci_release_resource()
286 zbpci_deactivate_resource(device_t bus, device_t child, int type, int rid, in zbpci_deactivate_resource()
/freebsd-12.1/sys/x86/iommu/
H A Dintel_intrmap.c101 uint16_t rid; in iommu_map_msi_intr() local
161 uint16_t rid; in iommu_map_ioapic_intr() local
232 dmar_ir_find(device_t src, uint16_t *rid, int *is_dmar) in dmar_ir_find()
263 uint16_t rid) in dmar_ir_program_irte()
/freebsd-12.1/sys/dev/proto/
H A Dproto_bus_isa.c70 int rid, type; in proto_isa_probe() local
96 int count, rid; in proto_isa_alloc() local
/freebsd-12.1/sys/mips/mips/
H A Dnexus.c280 nexus_alloc_resource(device_t bus, device_t child, int type, int *rid, in nexus_alloc_resource()
357 nexus_set_resource(device_t dev, device_t child, int type, int rid, in nexus_set_resource()
376 nexus_get_resource(device_t dev, device_t child, int type, int rid, in nexus_get_resource()
394 nexus_delete_resource(device_t dev, device_t child, int type, int rid) in nexus_delete_resource()
405 nexus_release_resource(device_t bus, device_t child, int type, int rid, in nexus_release_resource()
420 nexus_activate_resource(device_t bus, device_t child, int type, int rid, in nexus_activate_resource()
457 nexus_deactivate_resource(device_t bus, device_t child, int type, int rid, in nexus_deactivate_resource()
/freebsd-12.1/sys/x86/bios/
H A Dsmbios.c59 int rid; member
83 int rid; in smbios_identify() local
120 int rid; in smbios_probe() local
/freebsd-12.1/sys/dev/pci/
H A Dpci_subr.c187 int rid; in pcib_host_res_decodes() local
206 int *rid, rman_res_t start, rman_res_t end, rman_res_t count, u_int flags) in pcib_host_res_alloc()
334 pci_domain_alloc_bus(int domain, device_t dev, int *rid, rman_res_t start, in pci_domain_alloc_bus()
370 pci_domain_release_bus(int domain, device_t dev, int rid, struct resource *r) in pci_domain_release_bus()
H A Dpci_host_generic.c89 int rid; in pci_host_generic_core_attach() local
271 int rid, struct resource *res) in pci_host_generic_core_release_resource()
295 int *rid, rman_res_t start, rman_res_t end, rman_res_t count, u_int flags) in pci_host_generic_core_alloc_resource()
345 int rid, struct resource *r) in generic_pcie_activate_resource()
398 int rid, struct resource *r) in generic_pcie_deactivate_resource()
/freebsd-12.1/sys/x86/isa/
H A Disa.c89 isa_alloc_resource(device_t bus, device_t child, int type, int *rid, in isa_alloc_resource()
135 isa_release_resource(device_t bus, device_t child, int type, int rid, in isa_release_resource()
/freebsd-12.1/sys/powerpc/mpc85xx/
H A Disa.c50 isa_alloc_resource(device_t bus, device_t child, int type, int *rid, in isa_alloc_resource()
79 isa_release_resource(device_t bus, device_t child, int type, int rid, in isa_release_resource()
/freebsd-12.1/sys/amd64/vmm/io/
H A Diommu.c120 IOMMU_ADD_DEVICE(void *domain, uint16_t rid) in IOMMU_ADD_DEVICE()
128 IOMMU_REMOVE_DEVICE(void *domain, uint16_t rid) in IOMMU_REMOVE_DEVICE()
323 iommu_add_device(void *dom, uint16_t rid) in iommu_add_device()
330 iommu_remove_device(void *dom, uint16_t rid) in iommu_remove_device()
/freebsd-12.1/sys/contrib/libsodium/packaging/dotnet-core/
H A Dprepare.py59 def __init__(self, version, rid, platform): argument
83 def __init__(self, version, rid, codename): argument
107 def __init__(self, version, rid, docker_image): argument
/freebsd-12.1/sys/dev/ata/
H A Data-isa.c66 int rid; in ata_isa_probe() local
106 int i, rid; in ata_isa_attach() local
/freebsd-12.1/sys/powerpc/psim/
H A Diobus.c309 iobus_alloc_resource(device_t bus, device_t child, int type, int *rid, in iobus_alloc_resource()
361 iobus_release_resource(device_t bus, device_t child, int type, int rid, in iobus_release_resource()
375 iobus_activate_resource(device_t bus, device_t child, int type, int rid, in iobus_activate_resource()
401 iobus_deactivate_resource(device_t bus, device_t child, int type, int rid, in iobus_deactivate_resource()
/freebsd-12.1/sys/mips/malta/
H A Dobio.c115 obio_alloc_resource(device_t bus, device_t child, int type, int *rid, in obio_alloc_resource()
161 obio_activate_resource(device_t bus, device_t child, int type, int rid, in obio_activate_resource()
/freebsd-12.1/sys/mips/atheros/
H A Dapb.c117 int rid = 0; in apb_attach() local
165 apb_alloc_resource(device_t bus, device_t child, int type, int *rid, in apb_alloc_resource()
247 apb_activate_resource(device_t bus, device_t child, int type, int rid, in apb_activate_resource()
257 apb_deactivate_resource(device_t bus, device_t child, int type, int rid, in apb_deactivate_resource()
268 int rid, struct resource *r) in apb_release_resource()
/freebsd-12.1/sys/amd64/vmm/amd/
H A Damdv.c103 amd_iommu_add_device(void *domain, uint16_t rid) in amd_iommu_add_device()
110 amd_iommu_remove_device(void *domain, uint16_t rid) in amd_iommu_remove_device()
/freebsd-12.1/sys/cddl/compat/opensolaris/sys/
H A Dsid.h81 #define kidmap_getsidbyuid(zone, uid, sid_prefix, rid) (1) argument
82 #define kidmap_getsidbygid(zone, gid, sid_prefix, rid) (1) argument

12345678910>>...23