Home
last modified time | relevance | path

Searched defs:offset (Results 1 – 25 of 2754) sorted by relevance

12345678910>>...111

/netbsd-src/crypto/external/cpl/trousers/dist/src/trspi/
H A Dtrousers.c34 Trspi_UnloadBlob_NONCE(UINT64 *offset, BYTE *blob, TPM_NONCE *n) in Trspi_UnloadBlob_NONCE()
45 Trspi_LoadBlob_NONCE(UINT64 *offset, BYTE *blob, TPM_NONCE *n) in Trspi_LoadBlob_NONCE()
51 Trspi_LoadBlob_DIGEST(UINT64 *offset, BYTE *blob, TPM_DIGEST *digest) in Trspi_LoadBlob_DIGEST()
57 Trspi_UnloadBlob_DIGEST(UINT64 *offset, BYTE *blob, TPM_DIGEST *digest) in Trspi_UnloadBlob_DIGEST()
68 Trspi_LoadBlob_PUBKEY(UINT64 *offset, BYTE *blob, TCPA_PUBKEY *pubKey) in Trspi_LoadBlob_PUBKEY()
75 Trspi_UnloadBlob_PUBKEY(UINT64 *offset, BYTE *blob, TCPA_PUBKEY *pubKey) in Trspi_UnloadBlob_PUBKEY()
102 Trspi_LoadBlob(UINT64 *offset, size_t size, BYTE *to, BYTE *from) in Trspi_LoadBlob()
113 Trspi_UnloadBlob(UINT64 *offset, size_t size, BYTE *from, BYTE *to) in Trspi_UnloadBlob()
124 Trspi_LoadBlob_BYTE(UINT64 *offset, BYTE data, BYTE *blob) in Trspi_LoadBlob_BYTE()
132 Trspi_UnloadBlob_BYTE(UINT64 *offset, BYTE *dataOut, BYTE *blob) in Trspi_UnloadBlob_BYTE()
[all …]
/netbsd-src/sys/arch/mac68k/mac68k/
H A Dbus_space.c261 bus_space_subregion(bus_space_tag_t t, bus_space_handle_t h, bus_size_t offset, in bus_space_subregion()
272 bus_size_t offset, int size) in mac68k_bus_space_probe()
369 mac68k_bsr1(bus_space_tag_t t, bus_space_handle_t *h, bus_size_t offset) in mac68k_bsr1()
375 mac68k_bsr1_gen(bus_space_tag_t t, bus_space_handle_t *h, bus_size_t offset) in mac68k_bsr1_gen()
381 mac68k_bsr2(bus_space_tag_t t, bus_space_handle_t *h, bus_size_t offset) in mac68k_bsr2()
387 mac68k_bsr2_swap(bus_space_tag_t t, bus_space_handle_t *h, bus_size_t offset) in mac68k_bsr2_swap()
396 mac68k_bsrs2_gen(bus_space_tag_t t, bus_space_handle_t *h, bus_size_t offset) in mac68k_bsrs2_gen()
406 mac68k_bsr2_gen(bus_space_tag_t t, bus_space_handle_t *h, bus_size_t offset) in mac68k_bsr2_gen()
418 mac68k_bsr4(bus_space_tag_t tag, bus_space_handle_t *h, bus_size_t offset) in mac68k_bsr4()
424 mac68k_bsr4_swap(bus_space_tag_t t, bus_space_handle_t *h, bus_size_t offset) in mac68k_bsr4_swap()
[all …]
/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/
H A Dtcs_utils.c124 LoadBlob_UINT64(UINT64 *offset, UINT64 in, BYTE * blob) in LoadBlob_UINT64()
132 LoadBlob_UINT32(UINT64 *offset, UINT32 in, BYTE * blob) in LoadBlob_UINT32()
140 LoadBlob_UINT16(UINT64 *offset, UINT16 in, BYTE * blob) in LoadBlob_UINT16()
148 UnloadBlob_UINT64(UINT64 *offset, UINT64 * out, BYTE * blob) in UnloadBlob_UINT64()
156 UnloadBlob_UINT32(UINT64 *offset, UINT32 * out, BYTE * blob) in UnloadBlob_UINT32()
164 UnloadBlob_UINT16(UINT64 *offset, UINT16 * out, BYTE * blob) in UnloadBlob_UINT16()
172 LoadBlob_BYTE(UINT64 *offset, BYTE data, BYTE * blob) in LoadBlob_BYTE()
180 UnloadBlob_BYTE(UINT64 *offset, BYTE * dataOut, BYTE * blob) in UnloadBlob_BYTE()
188 LoadBlob_BOOL(UINT64 *offset, TSS_BOOL data, BYTE * blob) in LoadBlob_BOOL()
196 UnloadBlob_BOOL(UINT64 *offset, TSS_BOOL *dataOut, BYTE * blob) in UnloadBlob_BOOL()
[all …]
H A Dtcsi_admin.c33 UINT64 offset = 0; in TCSP_SetOwnerInstall_Internal() local
58 UINT64 offset = 0; in TCSP_OwnerSetDisable_Internal() local
89 UINT64 offset = 0; in TCSP_DisableOwnerClear_Internal() local
121 UINT64 offset = 0; in TCSP_ForceClear_Internal() local
144 UINT64 offset = 0; in TCSP_DisableForceClear_Internal() local
168 UINT64 offset = 0; in TCSP_PhysicalPresence_Internal() local
197 UINT64 offset = 0; in TCSP_PhysicalDisable_Internal() local
221 UINT64 offset = 0; in TCSP_PhysicalEnable_Internal() local
246 UINT64 offset = 0; in TCSP_PhysicalSetDeactivated_Internal() local
269 UINT64 offset = 0; in TCSP_SetTempDeactivated_Internal() local
[all …]
H A Dtcs_key.c34 UINT64 offset; in add_cache_entry() local
154 UINT64 offset; in load_key_init() local
222 UINT64 offset; in canILoadThisKey() local
252 UINT64 offset; in internal_EvictByKeySlot() local
287 UINT64 offset = 0; in clearUnknownKeys() local
373 LoadBlob_KEY_PARMS(UINT64 *offset, BYTE *blob, TCPA_KEY_PARMS *keyInfo) in LoadBlob_KEY_PARMS()
383 UnloadBlob_STORE_PUBKEY(UINT64 *offset, BYTE *blob, TCPA_STORE_PUBKEY *store) in UnloadBlob_STORE_PUBKEY()
416 LoadBlob_STORE_PUBKEY(UINT64 *offset, BYTE * blob, TCPA_STORE_PUBKEY * store) in LoadBlob_STORE_PUBKEY()
423 UnloadBlob_TSS_KEY(UINT64 *offset, BYTE *blob, TSS_KEY *key) in UnloadBlob_TSS_KEY()
517 LoadBlob_TSS_KEY(UINT64 *offset, BYTE * blob, TSS_KEY * key) in LoadBlob_TSS_KEY()
[all …]
/netbsd-src/sys/arch/hpcmips/hpcmips/
H A Dbus_space_through.c57 bus_size_t offset, bus_size_t size, bus_space_handle_t *nbshp) in bs_through_bs_subregion()
96 bs_through_bs_mmap(bus_space_tag_t t, bus_addr_t addr, off_t offset, in bs_through_bs_mmap()
108 bus_size_t offset, bus_size_t len, int flags) in bs_through_bs_barrier()
119 bus_size_t offset, size_t size, void *ptr) in bs_through_bs_peek()
126 bus_size_t offset, size_t size, u_int32_t val) in bs_through_bs_poke()
136 bs_through_bs_r_1(bus_space_tag_t t, bus_space_handle_t bsh, bus_size_t offset) in bs_through_bs_r_1()
142 bs_through_bs_r_2(bus_space_tag_t t, bus_space_handle_t bsh, bus_size_t offset) in bs_through_bs_r_2()
148 bs_through_bs_r_4(bus_space_tag_t t, bus_space_handle_t bsh, bus_size_t offset) in bs_through_bs_r_4()
154 bs_through_bs_r_8(bus_space_tag_t t, bus_space_handle_t bsh, bus_size_t offset) in bs_through_bs_r_8()
165 bus_size_t offset, u_int8_t *addr, bus_size_t count) in bs_through_bs_rm_1()
[all …]
H A Dbus_space.c317 bus_size_t offset, bus_size_t size, bus_space_handle_t *nbshp) in __bs_subregion()
367 __bs_barrier(bus_space_tag_t t, bus_space_handle_t bsh, bus_size_t offset, in __bs_barrier()
374 __bs_peek(bus_space_tag_t t, bus_space_handle_t bsh, bus_size_t offset, in __bs_peek()
403 __bs_poke(bus_space_tag_t t, bus_space_handle_t bsh, bus_size_t offset, in __bs_poke()
428 __bs_r_1(bus_space_tag_t t, bus_space_handle_t bsh, bus_size_t offset) in __bs_r_1()
435 __bs_r_2(bus_space_tag_t t, bus_space_handle_t bsh, bus_size_t offset) in __bs_r_2()
442 __bs_r_4(bus_space_tag_t t, bus_space_handle_t bsh, bus_size_t offset) in __bs_r_4()
449 __bs_rm_1(bus_space_tag_t t, bus_space_handle_t bsh, bus_size_t offset, in __bs_rm_1()
456 __bs_rm_2(bus_space_tag_t t, bus_space_handle_t bsh, bus_size_t offset, in __bs_rm_2()
464 __bs_rm_4(bus_space_tag_t t, bus_space_handle_t bsh, bus_size_t offset, in __bs_rm_4()
[all …]
/netbsd-src/sys/arch/sh3/sh3/
H A Dsh3_bus_space.c49 bus_size_t offset) in bus_space_read_1()
57 bus_size_t offset) in bus_space_read_2()
65 bus_size_t offset) in bus_space_read_4()
73 bus_size_t offset) in bus_space_read_stream_2()
81 bus_size_t offset) in bus_space_read_stream_4()
97 bus_size_t offset, uint8_t *addr, bus_size_t count) in bus_space_read_multi_1()
106 bus_size_t offset, uint16_t *addr, bus_size_t count) in bus_space_read_multi_2()
115 bus_size_t offset, uint32_t *addr, bus_size_t count) in bus_space_read_multi_4()
124 bus_size_t offset, uint16_t *addr, bus_size_t count) in bus_space_read_multi_stream_2()
133 bus_size_t offset, uint32_t *addr, bus_size_t count) in bus_space_read_multi_stream_4()
[all …]
/netbsd-src/sys/external/bsd/drm2/include/drm/
H A Ddrm_iomap_netbsd.h77 DRM_READ8(struct drm_local_map *map, bus_size_t offset) in DRM_READ8()
87 DRM_READ16(struct drm_local_map *map, bus_size_t offset) in DRM_READ16()
97 DRM_READ32(struct drm_local_map *map, bus_size_t offset) in DRM_READ32()
107 DRM_READ64(struct drm_local_map *map, bus_size_t offset) in DRM_READ64()
132 DRM_WRITE8(struct drm_local_map *map, bus_size_t offset, uint8_t value) in DRM_WRITE8()
142 DRM_WRITE16(struct drm_local_map *map, bus_size_t offset, uint16_t value) in DRM_WRITE16()
152 DRM_WRITE32(struct drm_local_map *map, bus_size_t offset, uint32_t value) in DRM_WRITE32()
162 DRM_WRITE64(struct drm_local_map *map, bus_size_t offset, uint64_t value) in DRM_WRITE64()
/netbsd-src/sys/arch/sh3/dev/
H A Dshpcic.c401 bus_size_t offset, bus_size_t size, bus_space_handle_t *nbshp) in shpcic_iomem_subregion()
452 __shpcic_io_read_1(bus_space_handle_t bsh, bus_size_t offset) in __shpcic_io_read_1()
460 __shpcic_io_read_2(bus_space_handle_t bsh, bus_size_t offset) in __shpcic_io_read_2()
468 __shpcic_io_read_4(bus_space_handle_t bsh, bus_size_t offset) in __shpcic_io_read_4()
476 __shpcic_mem_read_1(bus_space_handle_t bsh, bus_size_t offset) in __shpcic_mem_read_1()
484 __shpcic_mem_read_2(bus_space_handle_t bsh, bus_size_t offset) in __shpcic_mem_read_2()
492 __shpcic_mem_read_4(bus_space_handle_t bsh, bus_size_t offset) in __shpcic_mem_read_4()
503 shpcic_io_read_1(void *v, bus_space_handle_t bsh, bus_size_t offset) in shpcic_io_read_1()
513 shpcic_io_read_2(void *v, bus_space_handle_t bsh, bus_size_t offset) in shpcic_io_read_2()
523 shpcic_io_read_4(void *v, bus_space_handle_t bsh, bus_size_t offset) in shpcic_io_read_4()
[all …]
/netbsd-src/sys/arch/amiga/pci/
H A Dempb_bsm.c159 bus_size_t offset, bus_size_t size, bus_space_handle_t *nhandlep) in empb_bsms()
174 empb_bsr1(bus_space_handle_t handle, bus_size_t offset) in empb_bsr1()
190 empb_bsw1(bus_space_handle_t handle, bus_size_t offset, unsigned value) in empb_bsw1()
201 empb_bsrm1(bus_space_handle_t handle, bus_size_t offset, u_int8_t *pointer, in empb_bsrm1()
219 empb_bswm1(bus_space_handle_t handle, bus_size_t offset, in empb_bswm1()
237 empb_bsrr1(bus_space_handle_t handle, bus_size_t offset, u_int8_t *pointer, in empb_bsrr1()
256 empb_bswr1(bus_space_handle_t handle, bus_size_t offset, in empb_bswr1()
275 empb_bssr1(bus_space_handle_t handle, bus_size_t offset, unsigned value, in empb_bssr1()
319 empb_bsr2(bus_space_handle_t handle, bus_size_t offset) in empb_bsr2()
335 empb_bsr2_swap(bus_space_handle_t handle, bus_size_t offset) in empb_bsr2_swap()
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gvt/
H A Dhandlers.c77 static void read_vreg(struct intel_vgpu *vgpu, unsigned int offset, in read_vreg()
83 static void write_vreg(struct intel_vgpu *vgpu, unsigned int offset, in write_vreg()
90 unsigned int offset) in find_mmio_info()
102 u32 offset, u8 flags, u32 size, in new_mmio_info()
158 unsigned int offset) in intel_gvt_render_mmio_to_ring_id()
171 #define offset_to_fence_num(offset) \ argument
221 unsigned int offset, void *p_data, unsigned int bytes) in gamw_echo_dev_rw_ia_write()
283 unsigned int offset, void *p_data, unsigned int bytes) in mul_force_wake_write()
316 static int gdrst_mmio_write(struct intel_vgpu *vgpu, unsigned int offset, in gdrst_mmio_write()
365 static int gmbus_mmio_read(struct intel_vgpu *vgpu, unsigned int offset, in gmbus_mmio_read()
[all …]
/netbsd-src/tests/usr.bin/indent/
H A Dopt_pcs.c72 int offset = offsetof(struct s, member); variable
73 int offset = offsetof (struct s, member); variable
84 int offset = offsetof (struct s, member); variable
85 int offset = offsetof (struct s, member); variable
99 int offset = offsetof(struct s, member); variable
100 int offset = offsetof(struct s, member); variable
110 int offset = offsetof(struct s, member); variable
111 int offset = offsetof(struct s, member); variable
H A Dopt_bs.c75 int offset = offsetof(struct s, member); variable
76 int offset = offsetof (struct s, member); variable
86 int offset = offsetof (struct s, member); variable
87 int offset = offsetof (struct s, member); variable
97 int offset = offsetof(struct s, member); variable
98 int offset = offsetof(struct s, member); variable
/netbsd-src/sys/rump/dev/lib/libpci/
H A Drumpdev_bus_space.c74 bus_size_t offset) in bus_space_read_1()
94 bus_size_t offset) in bus_space_read_2()
114 bus_size_t offset) in bus_space_read_4()
134 bus_size_t offset, uint8_t *datap, bus_size_t count) in bus_space_read_multi_1()
145 bus_size_t offset, uint16_t *datap, bus_size_t count) in bus_space_read_multi_2()
156 bus_size_t offset, uint32_t *datap, bus_size_t count) in bus_space_read_multi_4()
167 bus_size_t offset, uint8_t v) in bus_space_write_1()
184 bus_size_t offset, uint16_t v) in bus_space_write_2()
201 bus_size_t offset, uint32_t v) in bus_space_write_4()
218 bus_size_t offset, const uint8_t *datap, bus_size_t count) in bus_space_write_multi_1()
[all …]
/netbsd-src/sys/arch/evbsh3/t_sh7706lan/
H A Dt_sh7706lan_space.c191 bus_size_t offset, bus_size_t size, bus_space_handle_t *nbshp) in t_sh7706lan_iomem_subregion()
418 t_sh7706lan_iomem_read_1(void *v, bus_space_handle_t bsh, bus_size_t offset) in t_sh7706lan_iomem_read_1()
425 t_sh7706lan_iomem_read_2(void *v, bus_space_handle_t bsh, bus_size_t offset) in t_sh7706lan_iomem_read_2()
433 t_sh7706lan_iomem_read_4(void *v, bus_space_handle_t bsh, bus_size_t offset) in t_sh7706lan_iomem_read_4()
444 bus_size_t offset, uint8_t *addr, bus_size_t count) in t_sh7706lan_iomem_read_multi_1()
455 bus_size_t offset, uint16_t *addr, bus_size_t count) in t_sh7706lan_iomem_read_multi_2()
468 bus_size_t offset, uint32_t *addr, bus_size_t count) in t_sh7706lan_iomem_read_multi_4()
483 bus_size_t offset, uint8_t *addr, bus_size_t count) in t_sh7706lan_iomem_read_region_1()
494 bus_size_t offset, uint16_t *addr, bus_size_t count) in t_sh7706lan_iomem_read_region_2()
502 bus_size_t offset, uint32_t *addr, bus_size_t count) in t_sh7706lan_iomem_read_region_4()
[all …]
/netbsd-src/sys/arch/evbsh3/ap_ms104_sh4/
H A Dap_ms104_sh4_space.c191 bus_size_t offset, bus_size_t size, bus_space_handle_t *nbshp) in ap_ms104_sh4_iomem_subregion()
490 ap_ms104_sh4_iomem_read_1(void *v, bus_space_handle_t bsh, bus_size_t offset) in ap_ms104_sh4_iomem_read_1()
497 ap_ms104_sh4_iomem_read_2(void *v, bus_space_handle_t bsh, bus_size_t offset) in ap_ms104_sh4_iomem_read_2()
504 ap_ms104_sh4_iomem_read_4(void *v, bus_space_handle_t bsh, bus_size_t offset) in ap_ms104_sh4_iomem_read_4()
512 bus_size_t offset, uint8_t *addr, bus_size_t count) in ap_ms104_sh4_iomem_read_multi_1()
523 bus_size_t offset, uint16_t *addr, bus_size_t count) in ap_ms104_sh4_iomem_read_multi_2()
535 bus_size_t offset, uint32_t *addr, bus_size_t count) in ap_ms104_sh4_iomem_read_multi_4()
547 bus_size_t offset, uint8_t *addr, bus_size_t count) in ap_ms104_sh4_iomem_read_region_1()
558 bus_size_t offset, uint16_t *addr, bus_size_t count) in ap_ms104_sh4_iomem_read_region_2()
569 bus_size_t offset, uint32_t *addr, bus_size_t count) in ap_ms104_sh4_iomem_read_region_4()
[all …]
/netbsd-src/sys/arch/mips/mips/
H A Dmips_emul.c298 int16_t offset; in mips_emul_ll() local
332 int16_t offset; in mips_emul_sc() local
494 int16_t offset; in mips_emul_lwc1() local
557 int16_t offset; in mips_emul_ldc1() local
584 int16_t offset; in mips_emul_swc1() local
647 int16_t offset; in mips_emul_sdc1() local
674 int16_t offset; in mips_emul_lb() local
700 int16_t offset; in mips_emul_lbu() local
726 int16_t offset; in mips_emul_lh() local
752 int16_t offset; in mips_emul_lhu() local
[all …]
/netbsd-src/external/mit/libcbor/dist/src/cbor/internal/
H A Dencoders.c12 size_t buffer_size, uint8_t offset) { in _cbor_encode_uint8()
29 size_t buffer_size, uint8_t offset) { in _cbor_encode_uint16()
46 size_t buffer_size, uint8_t offset) { in _cbor_encode_uint32()
65 size_t buffer_size, uint8_t offset) { in _cbor_encode_uint64()
88 size_t buffer_size, uint8_t offset) { in _cbor_encode_uint()
/netbsd-src/sys/arch/arc/include/
H A Dbus_funcs.h233 #define bus_space_read_stream_2(tag, bsh, offset) \ argument
235 #define bus_space_read_stream_4(tag, bsh, offset) \ argument
237 #define bus_space_read_stream_8(tag, bsh, offset) \ argument
239 #define bus_space_read_multi_stream_2(tag, bsh, offset, datap, count) \ argument
241 #define bus_space_read_multi_stream_4(tag, bsh, offset, datap, count) \ argument
243 #define bus_space_read_multi_stream_8(tag, bsh, offset, datap, count) \ argument
245 #define bus_space_read_region_stream_2(tag, bsh, offset, datap, count) \ argument
247 #define bus_space_read_region_stream_4(tag, bsh, offset, datap, count) \ argument
249 #define bus_space_read_region_stream_8(tag, bsh, offset, datap, count) \ argument
251 #define bus_space_write_stream_2(tag, bsh, offset, data) \ argument
[all …]
/netbsd-src/sys/arch/epoc32/epoc32/
H A Dexternal_io.c133 external_bs_subregion(void *t, bus_space_handle_t bsh, bus_size_t offset, in external_bs_subregion()
144 bus_size_t offset, uint8_t *datap, bus_size_t count) in external_bs_rr_1()
154 bus_size_t offset, uint16_t *datap, bus_size_t count) in external_bs_rr_2()
169 bus_size_t offset, uint8_t const *datap, bus_size_t count) in external_bs_wr_1()
179 bus_size_t offset, uint16_t const *datap, bus_size_t count) in external_bs_wr_2()
196 bus_size_t offset, uint8_t value, bus_size_t count) in external_bs_sr_1()
206 bus_size_t offset, uint16_t value, bus_size_t count) in external_bs_sr_2()
/netbsd-src/sys/arch/acorn32/eb7500atx/
H A Drsbus_io.c135 bus_size_t offset, uint8_t *datap, bus_size_t count) in rsbus_bs_rr_1()
145 bus_size_t offset, uint16_t *datap, bus_size_t count) in rsbus_bs_rr_2()
155 bus_size_t offset, uint8_t const *datap, in rsbus_bs_wr_1()
166 bus_size_t offset, uint16_t const *datap, in rsbus_bs_wr_2()
177 bus_size_t offset, uint8_t value, bus_size_t count) in rsbus_bs_sr_1()
187 bus_size_t offset, uint16_t value, bus_size_t count) in rsbus_bs_sr_2()
/netbsd-src/sys/arch/landisk/dev/
H A Dobio.c364 bus_size_t offset, bus_size_t size, bus_space_handle_t *nbshp) in obio_iomem_subregion()
552 obio_iomem_read_1(void *v, bus_space_handle_t bsh, bus_size_t offset) in obio_iomem_read_1()
559 obio_iomem_read_2(void *v, bus_space_handle_t bsh, bus_size_t offset) in obio_iomem_read_2()
566 obio_iomem_read_4(void *v, bus_space_handle_t bsh, bus_size_t offset) in obio_iomem_read_4()
574 bus_size_t offset, uint8_t *addr, bus_size_t count) in obio_iomem_read_multi_1()
585 bus_size_t offset, uint16_t *addr, bus_size_t count) in obio_iomem_read_multi_2()
596 bus_size_t offset, uint32_t *addr, bus_size_t count) in obio_iomem_read_multi_4()
607 bus_size_t offset, uint8_t *addr, bus_size_t count) in obio_iomem_read_region_1()
618 bus_size_t offset, uint16_t *addr, bus_size_t count) in obio_iomem_read_region_2()
629 bus_size_t offset, uint32_t *addr, bus_size_t count) in obio_iomem_read_region_4()
[all …]
/netbsd-src/sys/arch/aarch64/aarch64/
H A Dbus_space.c603 generic_bs_subregion(void *t, bus_space_handle_t bsh, bus_size_t offset, in generic_bs_subregion()
611 generic_bs_barrier(void *t, bus_space_handle_t bsh, bus_size_t offset, in generic_bs_barrier()
666 generic_bs_mmap(void *t, bus_addr_t bpa, off_t offset, int prot, int flags) in generic_bs_mmap()
697 generic_bs_pe_1(void *t, bus_space_handle_t bsh, bus_size_t offset, in generic_bs_pe_1()
712 generic_bs_pe_2(void *t, bus_space_handle_t bsh, bus_size_t offset, in generic_bs_pe_2()
727 generic_bs_pe_4(void *t, bus_space_handle_t bsh, bus_size_t offset, in generic_bs_pe_4()
742 generic_bs_pe_8(void *t, bus_space_handle_t bsh, bus_size_t offset, in generic_bs_pe_8()
757 generic_bs_po_1(void *t, bus_space_handle_t bsh, bus_size_t offset, in generic_bs_po_1()
771 generic_bs_po_2(void *t, bus_space_handle_t bsh, bus_size_t offset, in generic_bs_po_2()
785 generic_bs_po_4(void *t, bus_space_handle_t bsh, bus_size_t offset, in generic_bs_po_4()
[all …]
/netbsd-src/sys/external/bsd/libfdt/dist/
H A Dfdt.c116 const void *fdt_offset_ptr(const void *fdt, int offset, unsigned int len) in fdt_offset_ptr()
137 int offset = startoffset; in fdt_next_tag() local
186 int fdt_check_node_offset_(const void *fdt, int offset) in fdt_check_node_offset_()
195 int fdt_check_prop_offset_(const void *fdt, int offset) in fdt_check_prop_offset_()
204 int fdt_next_node(const void *fdt, int offset, int *depth) in fdt_next_node()
244 int fdt_first_subnode(const void *fdt, int offset) in fdt_first_subnode()
255 int fdt_next_subnode(const void *fdt, int offset) in fdt_next_subnode()

12345678910>>...111