Home
last modified time | relevance | path

Searched defs:off (Results 1 – 25 of 1020) sorted by relevance

12345678910>>...41

/freebsd-src/contrib/bearssl/T0/
H A DConstData.cs99 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-src/sys/dev/tpm/
H A Dtpm_bus.c35 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()
H A Dtpm_spibus.c61 tpm_spi_read_n(device_t dev, bus_size_t off, void *buf, size_t size) in tpm_spi_read_n()
97 tpm_spi_write_n(device_t dev, bus_size_t off, void *buf, size_t size) in tpm_spi_write_n()
124 spi_read_1(device_t dev, bus_size_t off) in spi_read_1()
134 spi_read_4(device_t dev, bus_size_t off) in spi_read_4()
145 spi_write_1(device_t dev, bus_size_t off, uint8_t val) in spi_write_1()
151 spi_write_4(device_t dev, bus_size_t off, uint32_t val) in spi_write_4()
/freebsd-src/sys/dev/ichwd/
H A Dichwd.c304 #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-src/sys/contrib/openzfs/module/zfs/
H A Dzfs_rlock.c263 zfs_rangelock_split(avl_tree_t *tree, zfs_locked_range_t *lr, uint64_t off) in zfs_rangelock_split()
294 zfs_rangelock_new_proxy(avl_tree_t *tree, uint64_t off, uint64_t len) in zfs_rangelock_new_proxy()
315 uint64_t off = new->lr_offset; in zfs_rangelock_add_reader() local
408 uint64_t off = new->lr_offset; in zfs_rangelock_enter_reader() local
482 zfs_rangelock_enter_impl(zfs_rangelock_t *rl, uint64_t off, uint64_t len, in zfs_rangelock_enter_impl()
521 zfs_rangelock_enter(zfs_rangelock_t *rl, uint64_t off, uint64_t len, in zfs_rangelock_enter()
528 zfs_rangelock_tryenter(zfs_rangelock_t *rl, uint64_t off, uint64_t len, in zfs_rangelock_tryenter()
662 zfs_rangelock_reduce(zfs_locked_range_t *lr, uint64_t off, uint64_t len) in zfs_rangelock_reduce()
/freebsd-src/contrib/llvm-project/lld/COFF/
H A DChunks.cpp86 static void applySecRel(const SectionChunk *sec, uint8_t *off, in applySecRel() argument
98 static void applySecIdx(uint8_t *off, OutputSection *os, in applySecIdx() argument
113 void SectionChunk::applyRelX64(uint8_t *off, uint16_t type, OutputSection *os, in applyRelX64() argument
140 applyRelX86(uint8_t * off,uint16_t type,OutputSection * os,uint64_t s,uint64_t p,uint64_t imageBase) const applyRelX86() argument
160 applyMOV(uint8_t * off,uint16_t v) applyMOV() argument
165 readMOV(uint8_t * off,bool movt) readMOV() argument
178 applyMOV32T(uint8_t * off,uint32_t v) applyMOV32T() argument
187 applyBranch20T(uint8_t * off,int32_t v) applyBranch20T() argument
197 applyBranch24T(uint8_t * off,int32_t v) applyBranch24T() argument
208 applyRelARM(uint8_t * off,uint16_t type,OutputSection * os,uint64_t s,uint64_t p,uint64_t imageBase) const applyRelARM() argument
240 applyArm64Addr(uint8_t * off,uint64_t s,uint64_t p,int shift) applyArm64Addr() argument
255 applyArm64Imm(uint8_t * off,uint64_t imm,uint32_t rangeLimit) applyArm64Imm() argument
270 applyArm64Ldr(uint8_t * off,uint64_t imm) applyArm64Ldr() argument
282 applySecRelLow12A(const SectionChunk * sec,uint8_t * off,OutputSection * os,uint64_t s) applySecRelLow12A() argument
288 applySecRelHigh12A(const SectionChunk * sec,uint8_t * off,OutputSection * os,uint64_t s) applySecRelHigh12A() argument
301 applySecRelLdr(const SectionChunk * sec,uint8_t * off,OutputSection * os,uint64_t s) applySecRelLdr() argument
307 applyArm64Branch26(uint8_t * off,int64_t v) applyArm64Branch26() argument
313 applyArm64Branch19(uint8_t * off,int64_t v) applyArm64Branch19() argument
319 applyArm64Branch14(uint8_t * off,int64_t v) applyArm64Branch14() argument
325 applyRelARM64(uint8_t * off,uint16_t type,OutputSection * os,uint64_t s,uint64_t p,uint64_t imageBase) const applyRelARM64() argument
415 applyRelocation(uint8_t * off,const coff_relocation & rel) const applyRelocation() argument
809 int64_t off = impSymbol->getRVA() & 0xfff; writeTo() local
1046 size_t off = builder.getOffset(toStringRef(c->getContents())); assignSubsectionRVAs() local
[all...]
/freebsd-src/sys/arm/ti/
H A Dti_sdhci.c135 ti_mmchs_read_4(struct ti_sdhci_softc *sc, bus_size_t off) in ti_mmchs_read_4() argument
142 ti_mmchs_write_4(struct ti_sdhci_softc *sc, bus_size_t off, uint32_t val) in ti_mmchs_write_4() argument
149 RD4(struct ti_sdhci_softc *sc, bus_size_t off) in RD4() argument
156 WR4(struct ti_sdhci_softc *sc, bus_size_t off, uint32_t val) in WR4() argument
163 ti_sdhci_read_1(device_t dev, struct sdhci_slot *slot, bus_size_t off) in ti_sdhci_read_1() argument
171 ti_sdhci_read_2(device_t dev,struct sdhci_slot * slot,bus_size_t off) ti_sdhci_read_2() argument
214 ti_sdhci_read_4(device_t dev,struct sdhci_slot * slot,bus_size_t off) ti_sdhci_read_4() argument
238 ti_sdhci_read_multi_4(device_t dev,struct sdhci_slot * slot,bus_size_t off,uint32_t * data,bus_size_t count) ti_sdhci_read_multi_4() argument
247 ti_sdhci_write_1(device_t dev,struct sdhci_slot * slot,bus_size_t off,uint8_t val) ti_sdhci_write_1() argument
277 ti_sdhci_write_2(device_t dev,struct sdhci_slot * slot,bus_size_t off,uint16_t val) ti_sdhci_write_2() argument
326 ti_sdhci_write_4(device_t dev,struct sdhci_slot * slot,bus_size_t off,uint32_t val) ti_sdhci_write_4() argument
335 ti_sdhci_write_multi_4(device_t dev,struct sdhci_slot * slot,bus_size_t off,uint32_t * data,bus_size_t count) ti_sdhci_write_multi_4() argument
[all...]
/freebsd-src/sys/dev/cardbus/
H A Dcardbus_cis.c130 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-src/sys/netgraph/
H A Dng_parse.c147 const char *string, int *off, u_char *buf, int *buflen) in ng_parse() argument
159 int off = 0; in ng_unparse() local
183 const char *s, int *off, const u_char *const start, in ng_struct_parse() argument
191 const u_char *data, int *off, cha in ng_struct_unparse() argument
200 int off = 0; ng_struct_getDefault() local
237 ng_fixedarray_parse(const struct ng_parse_type * type,const char * s,int * off,const u_char * const start,u_char * const buf,int * buflen) ng_fixedarray_parse() argument
246 ng_fixedarray_unparse(const struct ng_parse_type * type,const u_char * data,int * off,char * cbuf,int cbuflen) ng_fixedarray_unparse() argument
256 int off = 0; ng_fixedarray_getDefault() local
286 ng_array_parse(const struct ng_parse_type * type,const char * s,int * off,const u_char * const start,u_char * const buf,int * buflen) ng_array_parse() argument
294 ng_array_unparse(const struct ng_parse_type * type,const u_char * data,int * off,char * cbuf,int cbuflen) ng_array_unparse() argument
303 int off = 0; ng_array_getDefault() local
333 ng_int8_parse(const struct ng_parse_type * type,const char * s,int * off,const u_char * const start,u_char * const buf,int * buflen) ng_int8_parse() argument
352 ng_int8_unparse(const struct ng_parse_type * type,const u_char * data,int * off,char * cbuf,int cbuflen) ng_int8_unparse() argument
428 ng_int16_parse(const struct ng_parse_type * type,const char * s,int * off,const u_char * const start,u_char * const buf,int * buflen) ng_int16_parse() argument
448 ng_int16_unparse(const struct ng_parse_type * type,const u_char * data,int * off,char * cbuf,int cbuflen) ng_int16_unparse() argument
524 ng_int32_parse(const struct ng_parse_type * type,const char * s,int * off,const u_char * const start,u_char * const buf,int * buflen) ng_int32_parse() argument
547 ng_int32_unparse(const struct ng_parse_type * type,const u_char * data,int * off,char * cbuf,int cbuflen) ng_int32_unparse() argument
623 ng_int64_parse(const struct ng_parse_type * type,const char * s,int * off,const u_char * const start,u_char * const buf,int * buflen) ng_int64_parse() argument
642 ng_int64_unparse(const struct ng_parse_type * type,const u_char * data,int * off,char * cbuf,int cbuflen) ng_int64_unparse() argument
718 ng_string_parse(const struct ng_parse_type * type,const char * s,int * off,const u_char * const start,u_char * const buf,int * buflen) ng_string_parse() argument
736 ng_string_unparse(const struct ng_parse_type * type,const u_char * data,int * off,char * cbuf,int cbuflen) ng_string_unparse() argument
781 ng_fixedstring_parse(const struct ng_parse_type * type,const char * s,int * off,const u_char * const start,u_char * const buf,int * buflen) ng_fixedstring_parse() argument
805 ng_fixedstring_unparse(const struct ng_parse_type * type,const u_char * data,int * off,char * cbuf,int cbuflen) ng_fixedstring_unparse() argument
885 ng_sizedstring_parse(const struct ng_parse_type * type,const char * s,int * off,const u_char * const start,u_char * const buf,int * buflen) ng_sizedstring_parse() argument
908 ng_sizedstring_unparse(const struct ng_parse_type * type,const u_char * data,int * off,char * cbuf,int cbuflen) ng_sizedstring_unparse() argument
953 ng_ipaddr_parse(const struct ng_parse_type * type,const char * s,int * off,const u_char * const start,u_char * const buf,int * buflen) ng_ipaddr_parse() argument
974 ng_ipaddr_unparse(const struct ng_parse_type * type,const u_char * data,int * off,char * cbuf,int cbuflen) ng_ipaddr_unparse() argument
1017 ng_enaddr_parse(const struct ng_parse_type * type,const char * s,int * const off,const u_char * const start,u_char * const buf,int * const buflen) ng_enaddr_parse() argument
1044 ng_enaddr_unparse(const struct ng_parse_type * type,const u_char * data,int * off,char * cbuf,int cbuflen) ng_enaddr_unparse() argument
1094 ng_bytearray_parse(const struct ng_parse_type * type,const char * s,int * off,const u_char * const start,u_char * const buf,int * buflen) ng_bytearray_parse() argument
1132 ng_bytearray_unparse(const struct ng_parse_type * type,const u_char * data,int * off,char * cbuf,int cbuflen) ng_bytearray_unparse() argument
1200 ng_parse_composite(const struct ng_parse_type * type,const char * s,int * off,const u_char * const start,u_char * const buf,int * buflen,const enum comptype ctype) ng_parse_composite() argument
1377 ng_unparse_composite(const struct ng_parse_type * type,const u_char * data,int * off,char * cbuf,int cbuflen,const enum comptype ctype) ng_unparse_composite() argument
1645 int off = off0; ng_parse_skip_value() local
1730 int start, off; ng_get_string_token() local
1818 int off = 0; ng_encode_string() local
[all...]
/freebsd-src/sys/dev/sdhci/
H A Dsdhci_xenon.c67 bus_size_t off) in sdhci_xenon_read_1() argument
76 bus_size_t off, uint8_t val) in sdhci_xenon_write_1() argument
85 bus_size_t off) in sdhci_xenon_read_2() argument
94 bus_size_t off, uint16_t val) in sdhci_xenon_write_2() argument
103 bus_size_t off) in sdhci_xenon_read_4() argument
112 sdhci_xenon_write_4(device_t dev,struct sdhci_slot * slot __unused,bus_size_t off,uint32_t val) sdhci_xenon_write_4() argument
121 sdhci_xenon_read_multi_4(device_t dev,struct sdhci_slot * slot __unused,bus_size_t off,uint32_t * data,bus_size_t count) sdhci_xenon_read_multi_4() argument
130 sdhci_xenon_write_multi_4(device_t dev,struct sdhci_slot * slot __unused,bus_size_t off,uint32_t * data,bus_size_t count) sdhci_xenon_write_multi_4() argument
[all...]
H A Dsdhci_acpi.c110 bus_size_t off) in sdhci_acpi_read_1() argument
121 bus_size_t off, uint8_t val) in sdhci_acpi_write_1() argument
132 bus_size_t off) in sdhci_acpi_read_2() argument
143 bus_size_t off, uint16_t val) in sdhci_acpi_write_2() argument
154 bus_size_t off) in sdhci_acpi_read_4() argument
165 sdhci_acpi_write_4(device_t dev,struct sdhci_slot * slot __unused,bus_size_t off,uint32_t val) sdhci_acpi_write_4() argument
176 sdhci_acpi_read_multi_4(device_t dev,struct sdhci_slot * slot __unused,bus_size_t off,uint32_t * data,bus_size_t count) sdhci_acpi_read_multi_4() argument
185 sdhci_acpi_write_multi_4(device_t dev,struct sdhci_slot * slot __unused,bus_size_t off,uint32_t * data,bus_size_t count) sdhci_acpi_write_multi_4() argument
[all...]
H A Dsdhci_pci.c174 sdhci_pci_read_1(device_t dev, struct sdhci_slot *slot __unused, bus_size_t off) in sdhci_pci_read_1()
185 bus_size_t off, uint8_t val) in sdhci_pci_write_1()
195 sdhci_pci_read_2(device_t dev, struct sdhci_slot *slot __unused, bus_size_t off) in sdhci_pci_read_2()
206 bus_size_t off, uint16_t val) in sdhci_pci_write_2()
216 sdhci_pci_read_4(device_t dev, struct sdhci_slot *slot __unused, bus_size_t off) in sdhci_pci_read_4()
227 bus_size_t off, uint32_t val) in sdhci_pci_write_4()
238 bus_size_t off, uint32_t *data, bus_size_t count) in sdhci_pci_read_multi_4()
247 bus_size_t off, uint32_t *data, bus_size_t count) in sdhci_pci_write_multi_4()
/freebsd-src/sys/opencrypto/
H A Dcriov.c82 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()
220 cvm_page_copydata(vm_page_t *pages, int off, int len, caddr_t cp) in cvm_page_copydata()
651 cuio_apply(struct uio *uio, int off, int len, in cuio_apply()
675 crypto_copyback(struct cryptop *crp, int off, int size, const void *src) in crypto_copyback()
713 crypto_copydata(struct cryptop *crp, int off, int size, void *dst) in crypto_copydata()
746 crypto_apply_buf(struct crypto_buffer *cb, int off, int len, in crypto_apply_buf()
[all …]
/freebsd-src/sys/arm/nvidia/
H A Dtegra_sdhci.c119 RD4(struct tegra_sdhci_softc *sc, bus_size_t off) in RD4() argument
126 tegra_sdhci_read_1(device_t dev, struct sdhci_slot *slot, bus_size_t off) in tegra_sdhci_read_1() argument
135 tegra_sdhci_read_2(device_t dev, struct sdhci_slot *slot, bus_size_t off) in tegra_sdhci_read_2() argument
144 tegra_sdhci_read_4(device_t dev, struct sdhci_slot *slot, bus_size_t off) in tegra_sdhci_read_4() argument
158 tegra_sdhci_read_multi_4(device_t dev, struct sdhci_slot *slot, bus_size_t off, in tegra_sdhci_read_multi_4() argument
168 tegra_sdhci_write_1(device_t dev,struct sdhci_slot * slot,bus_size_t off,uint8_t val) tegra_sdhci_write_1() argument
178 tegra_sdhci_write_2(device_t dev,struct sdhci_slot * slot,bus_size_t off,uint16_t val) tegra_sdhci_write_2() argument
188 tegra_sdhci_write_4(device_t dev,struct sdhci_slot * slot,bus_size_t off,uint32_t val) tegra_sdhci_write_4() argument
198 tegra_sdhci_write_multi_4(device_t dev,struct sdhci_slot * slot,bus_size_t off,uint32_t * data,bus_size_t count) tegra_sdhci_write_multi_4() argument
[all...]
/freebsd-src/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_file_os.c155 fp->f_pos = off; in zfs_file_read_impl() argument
73 zfs_file_write_impl(zfs_file_t * fp,const void * buf,size_t count,loff_t * off) zfs_file_write_impl() argument
106 loff_t off = fp->f_pos; zfs_file_write() local
136 zfs_file_pwrite(zfs_file_t * fp,const void * buf,size_t count,loff_t off,ssize_t * resid) zfs_file_pwrite() argument
187 loff_t off = fp->f_pos; zfs_file_read() local
217 zfs_file_pread(zfs_file_t * fp,void * buf,size_t count,loff_t off,ssize_t * resid) zfs_file_pread() argument
[all...]
/freebsd-src/sys/kern/
H A Duipc_mbufhash.c44 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 Dsubr_memdesc.c45 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-src/sys/arm/broadcom/bcm2835/
H A Dbcm2835_sdhost.c233 RD4(struct bcm_sdhost_softc *sc, bus_size_t off) in RD4() argument
243 WR4(struct bcm_sdhost_softc *sc, bus_size_t off, uint32_t val) in WR4() argument
251 RD2(struct bcm_sdhost_softc *sc, bus_size_t off) in RD2() argument
262 RD1(struct bcm_sdhost_softc *sc, bus_size_t off) in RD1() argument
272 WR2(struct bcm_sdhost_softc * sc,bus_size_t off,uint16_t val) WR2() argument
283 WR1(struct bcm_sdhost_softc * sc,bus_size_t off,uint8_t val) WR1() argument
810 bcm_sdhost_read_1(device_t dev,struct sdhci_slot * slot,bus_size_t off) bcm_sdhost_read_1() argument
864 bcm_sdhost_read_2(device_t dev,struct sdhci_slot * slot,bus_size_t off) bcm_sdhost_read_2() argument
922 bcm_sdhost_read_4(device_t dev,struct sdhci_slot * slot,bus_size_t off) bcm_sdhost_read_4() argument
1005 bcm_sdhost_read_multi_4(device_t dev,struct sdhci_slot * slot,bus_size_t off,uint32_t * data,bus_size_t count) bcm_sdhost_read_multi_4() argument
1034 bcm_sdhost_write_1(device_t dev,struct sdhci_slot * slot,bus_size_t off,uint8_t val) bcm_sdhost_write_1() argument
1084 bcm_sdhost_write_2(device_t dev,struct sdhci_slot * slot,bus_size_t off,uint16_t val) bcm_sdhost_write_2() argument
1150 bcm_sdhost_write_4(device_t dev,struct sdhci_slot * slot,bus_size_t off,uint32_t val) bcm_sdhost_write_4() argument
1214 bcm_sdhost_write_multi_4(device_t dev,struct sdhci_slot * slot,bus_size_t off,uint32_t * data,bus_size_t count) bcm_sdhost_write_multi_4() argument
[all...]
/freebsd-src/sys/contrib/openzfs/module/avl/
H A Davl.c131 size_t off = tree->avl_offset; in avl_walk() local
180 size_t off = tree->avl_offset; in avl_first() local
199 size_t off = tree->avl_offset; in avl_last() local
224 size_t off = tree->avl_offset; in avl_nearest() local
254 size_t off = tree->avl_offset; in avl_find() local
477 size_t off = tree->avl_offset; in avl_insert() local
664 size_t off = tree->avl_offset; in avl_remove() local
949 size_t off = tree->avl_offset; in avl_destroy_nodes() local
/freebsd-src/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_ranges.c33 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-src/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_print.c158 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-src/contrib/llvm-project/lld/MachO/
H A DEhFrame.cpp61 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-src/usr.sbin/bhyve/
H A Dbasl.c28 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-src/sys/netinet6/
H A Dip6_input.c396 ip6_input_hbh(struct mbuf **mp, uint32_t *plen, uint32_t *rtalert, int *off, in ip6_input_hbh() argument
475 int off, nxt; in ip6_direct_input() local
531 int off = sizeof(struct ip6_hdr), nest; in ip6_input() local
950 int off = *offp, hbhlen; ip6_hopopts_input() local
1131 ip6_unknown_opt(u_int8_t * optp,struct mbuf * m,int off) ip6_unknown_opt() argument
1423 int nxt = ip6->ip6_nxt, off = sizeof(struct ip6_hdr); ip6_savecontrol() local
1590 ip6_get_prevhdr(const struct mbuf * m,int off) ip6_get_prevhdr() argument
1627 ip6_nexthdr(const struct mbuf * m,int off,int proto,int * nxtp) ip6_nexthdr() argument
1702 ip6_lasthdr(const struct mbuf * m,int off,int proto,int * nxtp) ip6_lasthdr() argument
[all...]
/freebsd-src/crypto/openssl/crypto/ec/
H A Deck_prn.c21 int ECPKParameters_print_fp(FILE *fp, const EC_GROUP *x, int off) in ECPKParameters_print_fp()
36 int EC_KEY_print_fp(FILE *fp, const EC_KEY *x, int off) in EC_KEY_print_fp()
70 int ECPKParameters_print(BIO *bp, const EC_GROUP *x, int off) in ECPKParameters_print()
226 size_t len, int off) in print_bin()

12345678910>>...41