| /freebsd/contrib/bearssl/T0/ |
| H A D | ConstData.cs | 99 void CheckIndex(int off, int dlen) in CheckIndex() 106 internal void Set8(int off, byte v) in Set8() 112 internal byte Read8(int off) in Read8() 118 internal int Read16(int off) in Read16() 124 internal int Read24(int off) in Read24() 130 internal int Read32(int off) in Read32() 137 internal string ToString(int off) in ToString() 155 int DecodeUTF8(ref int off) in DecodeUTF8()
|
| /freebsd/sys/dev/tpm/ |
| H A D | tpm_bus.c | 35 tpm_read_1(device_t dev, bus_size_t off) in tpm_read_1() 43 tpm_read_4(device_t dev, bus_size_t off) in tpm_read_4() 55 tpm_read_8(device_t dev, bus_size_t off) in tpm_read_8() 64 tpm_write_1(device_t dev, bus_size_t off, uint8_t val) in tpm_write_1() 72 tpm_write_4(device_t dev, bus_size_t off, uint32_t val) in tpm_write_4() 80 tpm_write_barrier(device_t dev, bus_size_t off, bus_size_t length) in tpm_write_barrier()
|
| /freebsd/sys/dev/ichwd/ |
| H A D | ichwd.c | 304 #define ichwd_read_tco_1(sc, off) \ argument 306 #define ichwd_read_tco_2(sc, off) \ argument 308 #define ichwd_read_tco_4(sc, off) \ argument 310 #define ichwd_read_smi_4(sc, off) \ argument 312 #define ichwd_read_gcs_4(sc, off) \ argument 315 #define ichwd_read_pmc_4(sc, off) \ argument 317 #define ichwd_read_gc_4(sc, off) \ argument 320 #define ichwd_write_tco_1(sc, off, val) \ argument 322 #define ichwd_write_tco_2(sc, off, val) \ argument 324 #define ichwd_write_tco_4(sc, off, val) \ argument [all …]
|
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | zfs_rlock.c | 264 zfs_rangelock_split(avl_tree_t *tree, zfs_locked_range_t *lr, uint64_t off) in zfs_rangelock_split() 295 zfs_rangelock_new_proxy(avl_tree_t *tree, uint64_t off, uint64_t len) in zfs_rangelock_new_proxy() 316 uint64_t off = new->lr_offset; in zfs_rangelock_add_reader() local 409 uint64_t off = new->lr_offset; in zfs_rangelock_enter_reader() local 483 zfs_rangelock_enter_impl(zfs_rangelock_t *rl, uint64_t off, uint64_t len, in zfs_rangelock_enter_impl() 522 zfs_rangelock_enter(zfs_rangelock_t *rl, uint64_t off, uint64_t len, in zfs_rangelock_enter() 529 zfs_rangelock_tryenter(zfs_rangelock_t *rl, uint64_t off, uint64_t len, in zfs_rangelock_tryenter() 663 zfs_rangelock_reduce(zfs_locked_range_t *lr, uint64_t off, uint64_t len) in zfs_rangelock_reduce()
|
| /freebsd/sys/arm/ti/ |
| H A D | ti_sdhci.c | 133 ti_mmchs_read_4(struct ti_sdhci_softc *sc, bus_size_t off) in ti_mmchs_read_4() 140 ti_mmchs_write_4(struct ti_sdhci_softc *sc, bus_size_t off, uint32_t val) in ti_mmchs_write_4() 147 RD4(struct ti_sdhci_softc *sc, bus_size_t off) in RD4() 154 WR4(struct ti_sdhci_softc *sc, bus_size_t off, uint32_t val) in WR4() 161 ti_sdhci_read_1(device_t dev, struct sdhci_slot *slot, bus_size_t off) in ti_sdhci_read_1() 169 ti_sdhci_read_2(device_t dev, struct sdhci_slot *slot, bus_size_t off) in ti_sdhci_read_2() 212 ti_sdhci_read_4(device_t dev, struct sdhci_slot *slot, bus_size_t off) in ti_sdhci_read_4() 236 ti_sdhci_read_multi_4(device_t dev, struct sdhci_slot *slot, bus_size_t off, in ti_sdhci_read_multi_4() 245 ti_sdhci_write_1(device_t dev, struct sdhci_slot *slot, bus_size_t off, in ti_sdhci_write_1() 275 ti_sdhci_write_2(device_t dev, struct sdhci_slot *slot, bus_size_t off, in ti_sdhci_write_2() [all …]
|
| /freebsd/sys/dev/cardbus/ |
| H A D | cardbus_cis.c | 130 int len, uint8_t *tupledata, uint32_t start, uint32_t *off, in decode_tuple_generic() 153 int len, uint8_t *tupledata, uint32_t start, uint32_t *off, in decode_tuple_linktarget() 180 int len, uint8_t *tupledata, uint32_t start, uint32_t *off, in decode_tuple_vers_1() 203 int len, uint8_t *tupledata, uint32_t start, uint32_t *off, in decode_tuple_funcid() 229 int len, uint8_t *tupledata, uint32_t start, uint32_t *off, in decode_tuple_manfid() 251 int len, uint8_t *tupledata, uint32_t start, uint32_t *off, in decode_tuple_funce() 286 int len, uint8_t *tupledata, uint32_t start, uint32_t *off, in decode_tuple_bar() 349 int len, uint8_t *tupledata, uint32_t start, uint32_t *off, in decode_tuple_unhandled() 359 int len, uint8_t *tupledata, uint32_t start, uint32_t *off, in decode_tuple_end() 381 uint32_t *off, int *tupleid, int *len, uint8_t *tupledata) in cardbus_read_tuple_conf() [all …]
|
| /freebsd/sys/netgraph/ |
| H A D | ng_parse.c | 146 const char *string, int *off, u_char *buf, int *buflen) in ng_parse() 158 int off = 0; in ng_unparse() local 182 const char *s, int *off, const u_char *const start, in ng_struct_parse() 190 const u_char *data, int *off, char *cbuf, int cbuflen) in ng_struct_unparse() 199 int off = 0; in ng_struct_getDefault() local 236 const char *s, int *off, const u_char *const start, in ng_fixedarray_parse() 245 const u_char *data, int *off, char *cbuf, int cbuflen) in ng_fixedarray_unparse() 255 int off = 0; in ng_fixedarray_getDefault() local 285 const char *s, int *off, const u_char *const start, in ng_array_parse() 293 const u_char *data, int *off, char *cbuf, int cbuflen) in ng_array_unparse() [all …]
|
| /freebsd/sys/dev/sdhci/ |
| H A D | sdhci_xenon.c | 67 bus_size_t off) in sdhci_xenon_read_1() 76 bus_size_t off, uint8_t val) in sdhci_xenon_write_1() 85 bus_size_t off) in sdhci_xenon_read_2() 94 bus_size_t off, uint16_t val) in sdhci_xenon_write_2() 103 bus_size_t off) in sdhci_xenon_read_4() 112 bus_size_t off, uint32_t val) in sdhci_xenon_write_4() 121 bus_size_t off, uint32_t *data, bus_size_t count) in sdhci_xenon_read_multi_4() 130 bus_size_t off, uint32_t *data, bus_size_t count) in sdhci_xenon_write_multi_4()
|
| H A D | sdhci_acpi.c | 110 bus_size_t off) in sdhci_acpi_read_1() 121 bus_size_t off, uint8_t val) in sdhci_acpi_write_1() 132 bus_size_t off) in sdhci_acpi_read_2() 143 bus_size_t off, uint16_t val) in sdhci_acpi_write_2() 154 bus_size_t off) in sdhci_acpi_read_4() 165 bus_size_t off, uint32_t val) in sdhci_acpi_write_4() 176 bus_size_t off, uint32_t *data, bus_size_t count) in sdhci_acpi_read_multi_4() 185 bus_size_t off, uint32_t *data, bus_size_t count) in sdhci_acpi_write_multi_4()
|
| H A D | sdhci_fdt.c | 253 sdhci_fdt_read_1(device_t dev, struct sdhci_slot *slot, bus_size_t off) in sdhci_fdt_read_1() 261 sdhci_fdt_write_1(device_t dev, struct sdhci_slot *slot, bus_size_t off, in sdhci_fdt_write_1() 270 sdhci_fdt_read_2(device_t dev, struct sdhci_slot *slot, bus_size_t off) in sdhci_fdt_read_2() 278 sdhci_fdt_write_2(device_t dev, struct sdhci_slot *slot, bus_size_t off, in sdhci_fdt_write_2() 287 sdhci_fdt_read_4(device_t dev, struct sdhci_slot *slot, bus_size_t off) in sdhci_fdt_read_4() 300 sdhci_fdt_write_4(device_t dev, struct sdhci_slot *slot, bus_size_t off, in sdhci_fdt_write_4() 310 bus_size_t off, uint32_t *data, bus_size_t count) in sdhci_fdt_read_multi_4() 319 bus_size_t off, uint32_t *data, bus_size_t count) in sdhci_fdt_write_multi_4()
|
| /freebsd/sys/opencrypto/ |
| H A D | criov.c | 82 cuio_copydata(struct uio* uio, int off, int len, caddr_t cp) in cuio_copydata() 102 cuio_copyback(struct uio* uio, int off, int len, c_caddr_t cp) in cuio_copyback() 125 cuio_getptr(struct uio *uio, int loc, int *off) in cuio_getptr() 155 cvm_page_apply(vm_page_t *pages, int off, int len, in cvm_page_apply() 195 cvm_page_copyback(vm_page_t *pages, int off, int len, c_caddr_t cp) in cvm_page_copyback() 219 cvm_page_copydata(vm_page_t *pages, int off, int len, caddr_t cp) in cvm_page_copydata() 649 cuio_apply(struct uio *uio, int off, int len, in cuio_apply() 673 crypto_copyback(struct cryptop *crp, int off, int size, const void *src) in crypto_copyback() 711 crypto_copydata(struct cryptop *crp, int off, int size, void *dst) in crypto_copydata() 744 crypto_apply_buf(struct crypto_buffer *cb, int off, int len, in crypto_apply_buf() [all …]
|
| /freebsd/sbin/ifconfig/ |
| H A D | ifgeneve.c | 421 int off, off2; in geneve_create_nl() local 445 int off, off2; in setgeneve_vni_nl() local 468 int off, off2; in setgeneve_local_nl() local 499 int off, off2; in setgeneve_remote_nl() local 530 int off, off2; in setgeneve_group_nl() local 562 int off, off2; in setgeneve_local_port_nl() local 586 int off, off2; in setgeneve_remote_port_nl() local 610 int off, off2; in setgeneve_port_range_nl() local 644 int off, off2; in setgeneve_timeout_nl() local 668 int off, off2; in setgeneve_maxaddr_nl() local [all …]
|
| /freebsd/contrib/llvm-project/lld/COFF/ |
| H A D | Chunks.cpp | 97 static void applySecRel(const SectionChunk *sec, uint8_t *off, in applySecRel() 109 static void applySecIdx(uint8_t *off, OutputSection *os, in applySecIdx() 124 void SectionChunk::applyRelX64(uint8_t *off, uint16_t type, OutputSection *os, in applyRelX64() 151 void SectionChunk::applyRelX86(uint8_t *off, uint16_t type, OutputSection *os, in applyRelX86() 171 static void applyMOV(uint8_t *off, uint16_t v) { in applyMOV() 176 static uint16_t readMOV(uint8_t *off, bool movt) { in readMOV() 189 void applyMOV32T(uint8_t *off, uint32_t v) { in applyMOV32T() 198 static void applyBranch20T(uint8_t *off, int32_t v) { in applyBranch20T() 208 void applyBranch24T(uint8_t *off, int32_t v) { in applyBranch24T() 219 void SectionChunk::applyRelARM(uint8_t *off, uint16_t type, OutputSection *os, in applyRelARM() [all …]
|
| /freebsd/sys/arm/nvidia/ |
| H A D | tegra_sdhci.c | 119 RD4(struct tegra_sdhci_softc *sc, bus_size_t off) in RD4() 126 tegra_sdhci_read_1(device_t dev, struct sdhci_slot *slot, bus_size_t off) in tegra_sdhci_read_1() 135 tegra_sdhci_read_2(device_t dev, struct sdhci_slot *slot, bus_size_t off) in tegra_sdhci_read_2() 144 tegra_sdhci_read_4(device_t dev, struct sdhci_slot *slot, bus_size_t off) in tegra_sdhci_read_4() 158 tegra_sdhci_read_multi_4(device_t dev, struct sdhci_slot *slot, bus_size_t off, in tegra_sdhci_read_multi_4() 168 tegra_sdhci_write_1(device_t dev, struct sdhci_slot *slot, bus_size_t off, in tegra_sdhci_write_1() 178 tegra_sdhci_write_2(device_t dev, struct sdhci_slot *slot, bus_size_t off, in tegra_sdhci_write_2() 188 tegra_sdhci_write_4(device_t dev, struct sdhci_slot *slot, bus_size_t off, in tegra_sdhci_write_4() 198 tegra_sdhci_write_multi_4(device_t dev, struct sdhci_slot *slot, bus_size_t off, in tegra_sdhci_write_multi_4()
|
| /freebsd/sys/arm/broadcom/bcm2835/ |
| H A D | bcm2835_sdhost.c | 233 RD4(struct bcm_sdhost_softc *sc, bus_size_t off) in RD4() 243 WR4(struct bcm_sdhost_softc *sc, bus_size_t off, uint32_t val) in WR4() 251 RD2(struct bcm_sdhost_softc *sc, bus_size_t off) in RD2() 262 RD1(struct bcm_sdhost_softc *sc, bus_size_t off) in RD1() 272 WR2(struct bcm_sdhost_softc *sc, bus_size_t off, uint16_t val) in WR2() 283 WR1(struct bcm_sdhost_softc *sc, bus_size_t off, uint8_t val) in WR1() 810 bcm_sdhost_read_1(device_t dev, struct sdhci_slot *slot, bus_size_t off) in bcm_sdhost_read_1() 864 bcm_sdhost_read_2(device_t dev, struct sdhci_slot *slot, bus_size_t off) in bcm_sdhost_read_2() 922 bcm_sdhost_read_4(device_t dev, struct sdhci_slot *slot, bus_size_t off) in bcm_sdhost_read_4() 1005 bcm_sdhost_read_multi_4(device_t dev, struct sdhci_slot *slot, bus_size_t off, in bcm_sdhost_read_multi_4() [all …]
|
| /freebsd/sys/contrib/openzfs/module/avl/ |
| H A D | avl.c | 132 size_t off = tree->avl_offset; in avl_walk() local 181 size_t off = tree->avl_offset; in avl_first() local 200 size_t off = tree->avl_offset; in avl_last() local 225 size_t off = tree->avl_offset; in avl_nearest() local 255 size_t off = tree->avl_offset; in avl_find() local 478 size_t off = tree->avl_offset; in avl_insert() local 665 size_t off = tree->avl_offset; in avl_remove() local 950 size_t off = tree->avl_offset; in avl_destroy_nodes() local
|
| /freebsd/sys/kern/ |
| H A D | uipc_mbufhash.c | 44 m_common_hash_gethdr(const struct mbuf *m, const u_int off, in m_common_hash_gethdr() 77 uint32_t p, int off, const uint16_t etype) in m_tcpip_hash() 163 int off; in m_ether_tcpip_hash() local 197 int off; in m_infiniband_tcpip_hash() local
|
| H A D | subr_memdesc.c | 45 phys_copyback(vm_paddr_t pa, int off, int size, const void *src) in phys_copyback() 69 vlist_copyback(struct bus_dma_segment *vlist, int sglist_cnt, int off, in vlist_copyback() 101 plist_copyback(struct bus_dma_segment *plist, int sglist_cnt, int off, in plist_copyback() 133 vmpages_copyback(vm_page_t *m, int off, int size, const void *src) in vmpages_copyback() 152 memdesc_copyback(struct memdesc *mem, int off, int size, const void *src) in memdesc_copyback() 193 phys_copydata(vm_paddr_t pa, int off, int size, void *dst) in phys_copydata() 217 vlist_copydata(struct bus_dma_segment *vlist, int sglist_cnt, int off, in vlist_copydata() 249 plist_copydata(struct bus_dma_segment *plist, int sglist_cnt, int off, in plist_copydata() 281 vmpages_copydata(vm_page_t *m, int off, int size, void *dst) in vmpages_copydata() 300 memdesc_copydata(struct memdesc *mem, int off, int size, void *dst) in memdesc_copydata()
|
| /freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| H A D | dt_print.c | 158 print_bitfield(dt_printarg_t *pap, ulong_t off, ctf_encoding_t *ep) in print_bitfield() 236 dt_print_int(ctf_id_t base, ulong_t off, dt_printarg_t *pap) in dt_print_int() 298 dt_print_float(ctf_id_t base, ulong_t off, dt_printarg_t *pap) in dt_print_float() 327 dt_print_ptr(ctf_id_t base, ulong_t off, dt_printarg_t *pap) in dt_print_ptr() 378 dt_print_array(ctf_id_t base, ulong_t off, dt_printarg_t *pap) in dt_print_array() 515 dt_print_structlike(ctf_id_t id, ulong_t off, dt_printarg_t *pap) in dt_print_structlike() 527 dt_print_enum(ctf_id_t base, ulong_t off, dt_printarg_t *pap) in dt_print_enum() 575 dt_print_tag(ctf_id_t base, ulong_t off, dt_printarg_t *pap) in dt_print_tag() 596 dt_format_member(const char *name, ctf_id_t id, ulong_t off, int depth, in dt_format_member() 640 dt_print_member(const char *name, ctf_id_t id, ulong_t off, int depth, in dt_print_member()
|
| /freebsd/lib/libifconfig/ |
| H A D | libifconfig_sfp.c | 82 read_i2c(struct i2c_info *ii, uint8_t addr, uint8_t off, uint8_t len, in read_i2c() 125 uint8_t off, uint8_t len, uint8_t *buf) in read_i2c_page() 366 get_sff_string(struct i2c_info *ii, uint8_t addr, uint8_t off, char *dst) in get_sff_string() 374 get_sff_date(struct i2c_info *ii, uint8_t addr, uint8_t off, char *dst) in get_sff_date() 409 get_cmis_string(struct i2c_info *ii, uint8_t off, char *dst) in get_cmis_string() 418 get_cmis_date(struct i2c_info *ii, uint8_t off, char *dst) in get_cmis_date() 466 get_sff_temp(struct i2c_info *ii, uint8_t addr, uint8_t off) in get_sff_temp() 482 get_sff_voltage(struct i2c_info *ii, uint8_t addr, uint8_t off) in get_sff_voltage() 518 get_sff_channel(struct i2c_info *ii, uint8_t addr, uint8_t off) in get_sff_channel() 630 uint8_t off; in get_cmis_status() local
|
| /freebsd/usr.sbin/bhyve/ |
| H A D | basl.c | 28 uint32_t off; member 35 uint32_t off; member 42 uint32_t off; member 52 uint32_t off; member 146 basl_finish_install_guest_tables(struct basl_table *const table, uint32_t *const off) in basl_finish_install_guest_tables() 348 uint32_t off = 0; in basl_finish() local 424 basl_table_add_checksum(struct basl_table *const table, const uint32_t off, in basl_table_add_checksum() 447 basl_table_add_length(struct basl_table *const table, const uint32_t off, in basl_table_add_length() 471 const uint8_t src_signature[ACPI_NAMESEG_SIZE], const uint32_t off, in basl_table_add_pointer()
|
| /freebsd/sys/netinet6/ |
| H A D | ip6_input.c | 410 ip6_input_hbh(struct mbuf **mp, uint32_t *rtalert, int *off, in ip6_input_hbh() 469 int off, nxt; in ip6_direct_input() local 525 int off = sizeof(struct ip6_hdr), nest; in ip6_input() local 949 int off = *offp, hbhlen; in ip6_hopopts_input() local 1065 ip6_unknown_opt(u_int8_t *optp, struct mbuf *m, int off) in ip6_unknown_opt() 1376 int nxt = ip6->ip6_nxt, off = sizeof(struct ip6_hdr); in ip6_savecontrol() local 1543 ip6_get_prevhdr(const struct mbuf *m, int off) in ip6_get_prevhdr() 1580 ip6_nexthdr(const struct mbuf *m, int off, int proto, int *nxtp) in ip6_nexthdr() 1655 ip6_lasthdr(const struct mbuf *m, int off, int proto, int *nxtp) in ip6_lasthdr()
|
| /freebsd/contrib/elftoolchain/libdwarf/ |
| H A D | libdwarf_ranges.c | 33 uint64_t off, Dwarf_Ranges *rg, Dwarf_Unsigned *cnt) in _dwarf_ranges_parse() 69 _dwarf_ranges_find(Dwarf_Debug dbg, uint64_t off, Dwarf_Rangelist *ret_rl) in _dwarf_ranges_find() 103 _dwarf_ranges_add(Dwarf_Debug dbg, Dwarf_CU cu, uint64_t off, in _dwarf_ranges_add()
|
| /freebsd/contrib/llvm-project/lld/MachO/ |
| H A D | EhFrame.cpp | 61 uint64_t EhReader::readPointer(size_t *off, uint8_t size) const { in readPointer() 111 uint64_t off, uint8_t length, in createSubtraction() 126 void EhRelocator::makePcRel(uint64_t off, in makePcRel() 133 uint64_t off, PointerUnion<Symbol *, InputSection *> target, in makeNegativePcRel()
|
| /freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/ |
| H A D | dwarf.c | 265 Dwarf_Off off; in die_off() local 415 Dwarf_Off off; in die_attr_ref() local 462 die_add(dwarf_t *dw, Dwarf_Off off) in die_add() 712 die_array_create(dwarf_t *dw, Dwarf_Die arr, Dwarf_Off off, tdesc_t *tdp) in die_array_create() 806 die_enum_create(dwarf_t *dw, Dwarf_Die die, Dwarf_Off off, tdesc_t *tdp) in die_enum_create() 932 die_sou_create(dwarf_t *dw, Dwarf_Die str, Dwarf_Off off, tdesc_t *tdp, in die_sou_create() 1089 die_struct_create(dwarf_t *dw, Dwarf_Die die, Dwarf_Off off, tdesc_t *tdp) in die_struct_create() 1095 die_union_create(dwarf_t *dw, Dwarf_Die die, Dwarf_Off off, tdesc_t *tdp) in die_union_create() 1197 die_funcptr_create(dwarf_t *dw, Dwarf_Die die, Dwarf_Off off, tdesc_t *tdp) in die_funcptr_create() 1368 die_base_type2enc(dwarf_t *dw, Dwarf_Off off, Dwarf_Unsigned enc, size_t sz) in die_base_type2enc() [all …]
|