Home
last modified time | relevance | path

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

12345678910>>...23

/dflybsd-src/sys/dev/misc/ichwd/
H A Dichwd.c236 #define ichwd_read_tco_1(sc, off) \ argument
238 #define ichwd_read_tco_2(sc, off) \ argument
240 #define ichwd_read_tco_4(sc, off) \ argument
242 #define ichwd_read_smi_4(sc, off) \ argument
244 #define ichwd_read_gcs_4(sc, off) \ argument
247 #define ichwd_write_tco_1(sc, off, val) \ argument
249 #define ichwd_write_tco_2(sc, off, val) \ argument
251 #define ichwd_write_tco_4(sc, off, val) \ argument
253 #define ichwd_write_smi_4(sc, off, val) \ argument
255 #define ichwd_write_gcs_4(sc, off, val) \ argument
/dflybsd-src/sys/opencrypto/
H A Dcriov.c61 cuio_copydata(struct uio* uio, int off, int len, caddr_t cp) in cuio_copydata()
81 cuio_copyback(struct uio* uio, int off, int len, caddr_t cp) in cuio_copyback()
104 cuio_getptr(struct uio *uio, int loc, int *off) in cuio_getptr()
137 cuio_apply(struct uio *uio, int off, int len, int (*f)(void *, void *, u_int), in cuio_apply()
161 crypto_copyback(int flags, caddr_t buf, int off, int size, caddr_t in) in crypto_copyback()
173 crypto_copydata(int flags, caddr_t buf, int off, int size, caddr_t out) in crypto_copydata()
185 crypto_apply(int flags, caddr_t buf, int off, int len, in crypto_apply()
/dflybsd-src/sys/netgraph7/netgraph/
H A Dng_parse.c147 const char *string, int *off, u_char *buf, int *buflen) in ng_parse()
159 int off = 0; in ng_unparse() local
184 const char *s, int *off, const u_char *const start, in ng_struct_parse()
192 const u_char *data, int *off, char *cbuf, int cbuflen) in ng_struct_unparse()
201 int off = 0; in ng_struct_getDefault() local
238 const char *s, int *off, const u_char *const start, in ng_fixedarray_parse()
247 const u_char *data, int *off, char *cbuf, int cbuflen) in ng_fixedarray_unparse()
257 int off = 0; in ng_fixedarray_getDefault() local
287 const char *s, int *off, const u_char *const start, in ng_array_parse()
295 const u_char *data, int *off, char *cbuf, int cbuflen) in ng_array_unparse()
[all …]
/dflybsd-src/sys/netgraph/netgraph/
H A Dng_parse.c145 const char *string, int *off, u_char *buf, int *buflen) in ng_parse()
157 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 …]
/dflybsd-src/sys/dev/pccard/cardbus/
H A Dcardbus_cis.c138 int len, uint8_t *tupledata, uint32_t start, uint32_t *off, in decode_tuple_generic()
161 int len, uint8_t *tupledata, uint32_t start, uint32_t *off, in decode_tuple_linktarget()
188 int len, uint8_t *tupledata, uint32_t start, uint32_t *off, in decode_tuple_vers_1()
211 int len, uint8_t *tupledata, uint32_t start, uint32_t *off, in decode_tuple_funcid()
237 int len, uint8_t *tupledata, uint32_t start, uint32_t *off, in decode_tuple_manfid()
259 int len, uint8_t *tupledata, uint32_t start, uint32_t *off, in decode_tuple_funce()
294 int len, uint8_t *tupledata, uint32_t start, uint32_t *off, in decode_tuple_bar()
389 int len, uint8_t *tupledata, uint32_t start, uint32_t *off, in decode_tuple_unhandled()
399 int len, uint8_t *tupledata, uint32_t start, uint32_t *off, in decode_tuple_end()
413 uint32_t *off, int *tupleid, int *len, uint8_t *tupledata) in cardbus_read_tuple_conf()
[all …]
/dflybsd-src/sys/dev/crypto/tpm/
H A Dtpm20.h140 RD1(struct tpm_sc *sc, bus_size_t off) in RD1()
146 RD4(struct tpm_sc *sc, bus_size_t off) in RD4()
153 RD8(struct tpm_sc *sc, bus_size_t off) in RD8()
160 WR1(struct tpm_sc *sc, bus_size_t off, uint8_t val) in WR1()
166 WR4(struct tpm_sc *sc, bus_size_t off, uint32_t val) in WR4()
172 AND4(struct tpm_sc *sc, bus_size_t off, uint32_t val) in AND4()
178 OR1(struct tpm_sc *sc, bus_size_t off, uint8_t val) in OR1()
184 OR4(struct tpm_sc *sc, bus_size_t off, uint32_t val) in OR4()
/dflybsd-src/sys/dev/disk/sdhci/
H A Dsdhci_acpi.c62 bus_size_t off) in sdhci_acpi_read_1()
73 bus_size_t off, uint8_t val) in sdhci_acpi_write_1()
84 bus_size_t off) in sdhci_acpi_read_2()
95 bus_size_t off, uint16_t val) in sdhci_acpi_write_2()
106 bus_size_t off) in sdhci_acpi_read_4()
117 bus_size_t off, uint32_t val) in sdhci_acpi_write_4()
128 bus_size_t off, uint32_t *data, bus_size_t count) in sdhci_acpi_read_multi_4()
137 bus_size_t off, uint32_t *data, bus_size_t count) in sdhci_acpi_write_multi_4()
H A Dsdhci_pci.c155 sdhci_pci_read_1(device_t dev, struct sdhci_slot *slot __unused, bus_size_t off) in sdhci_pci_read_1()
166 bus_size_t off, uint8_t val) in sdhci_pci_write_1()
176 sdhci_pci_read_2(device_t dev, struct sdhci_slot *slot __unused, bus_size_t off) in sdhci_pci_read_2()
187 bus_size_t off, uint16_t val) in sdhci_pci_write_2()
197 sdhci_pci_read_4(device_t dev, struct sdhci_slot *slot __unused, bus_size_t off) in sdhci_pci_read_4()
208 bus_size_t off, uint32_t val) in sdhci_pci_write_4()
219 bus_size_t off, uint32_t *data, bus_size_t count) in sdhci_pci_read_multi_4()
228 bus_size_t off, uint32_t *data, bus_size_t count) in sdhci_pci_write_multi_4()
H A Dsdhci.c70 #define RD1(slot, off) SDHCI_READ_1((slot)->bus, (slot), (off)) argument
71 #define RD2(slot, off) SDHCI_READ_2((slot)->bus, (slot), (off)) argument
72 #define RD4(slot, off) SDHCI_READ_4((slot)->bus, (slot), (off)) argument
73 #define RD_MULTI_4(slot, off, ptr, count) \ argument
75 #define WR1(slot, off, val) SDHCI_WRITE_1((slot)->bus, (slot), (off), (val)) argument
76 #define WR2(slot, off, val) SDHCI_WRITE_2((slot)->bus, (slot), (off), (val)) argument
77 #define WR4(slot, off, val) SDHCI_WRITE_4((slot)->bus, (slot), (off), (val)) argument
78 #define WR_MULTI_4(slot, off, ptr, count) \ argument
/dflybsd-src/sbin/jscan/
H A Djstream.c220 off_t off; in jnormalize() local
369 jsread(struct jstream *js, off_t off, void *buf, int bytes) in jsread()
395 jsreadp(struct jstream *js, off_t off, const void **bufp, in jsreadp()
424 int fd, off_t off, int bytes) in jsreadcallback()
452 jsreadany(struct jstream *js, off_t off, const void **bufp) in jsreadany()
H A Ddump_mirror.c80 off_t off = sizeof(head); in dump_mirror_stream() local
108 off_t *off, off_t recsize, int level) in dump_mirror_toprecord()
183 off_t *off, off_t recsize, int level, in dump_mirror_subrecord()
283 dump_mirror_payload(int16_t rectype, struct jstream *js, off_t off, in dump_mirror_payload()
H A Ddump_debug.c70 off_t off = sizeof(head); in dump_debug_stream() local
98 dump_debug_subrecord(struct jstream *js, off_t *off, off_t recsize, int level) in dump_debug_subrecord()
161 dump_debug_payload(int16_t rectype, struct jstream *js, off_t off, in dump_debug_payload()
/dflybsd-src/sys/netinet6/
H A Dip6_input.c207 int off = sizeof(struct ip6_hdr), nest; in ip6_input() local
832 int off = *offp, hbhlen; in ip6_hopopts_input() local
1014 ip6_unknown_opt(u_int8_t *optp, struct mbuf *m, int off) in ip6_unknown_opt()
1177 int proto, off, nxt; in ip6_savecontrol() local
1207 int nxt = ip6->ip6_nxt, off = sizeof(struct ip6_hdr); in ip6_savecontrol() local
1368 ip6_pullexthdr(struct mbuf *m, size_t off, int nxt) in ip6_pullexthdr()
1421 ip6_get_prevhdr(struct mbuf *m, int off) in ip6_get_prevhdr()
1460 ip6_nexthdr(struct mbuf *m, int off, int proto, int *nxtp) in ip6_nexthdr()
1535 ip6_lasthdr(struct mbuf *m, int off, int proto, int *nxtp) in ip6_lasthdr()
/dflybsd-src/crypto/libressl/crypto/ec/
H A Deck_prn.c73 ECPKParameters_print_fp(FILE * fp, const EC_GROUP * x, int off) in ECPKParameters_print_fp()
89 EC_KEY_print_fp(FILE * fp, const EC_KEY * x, int off) in EC_KEY_print_fp()
121 EC_KEY_print(BIO * bp, const EC_KEY * x, int off) in EC_KEY_print()
151 ECPKParameters_print(BIO * bp, const EC_GROUP * x, int off) in ECPKParameters_print()
328 size_t len, int off) in print_bin()
/dflybsd-src/usr.sbin/uefisign/
H A Dpe.c143 range_check(const struct executable *x, off_t off, size_t len, in range_check()
226 parse_section_table(struct executable *x, off_t off, int number_of_sections) in parse_section_table()
262 parse_directory(struct executable *x, off_t off, in parse_directory()
348 parse_optional_32_plus(struct executable *x, off_t off, in parse_optional_32_plus()
398 parse_optional_32(struct executable *x, off_t off, int number_of_sections) in parse_optional_32()
447 parse_optional(struct executable *x, off_t off, int number_of_sections) in parse_optional()
468 parse_pe(struct executable *x, off_t off) in parse_pe()
503 off_t off; in append() local
/dflybsd-src/contrib/nvi2/ex/
H A Dex_argv.c215 int ch, off; in argv_exp3() local
283 int off; in argv_flt_ex() local
316 int off; in argv_flt_user() local
361 size_t blen, len, off, tlen; in argv_fexp() local
461 int cnt, off; in argv_alloc() local
525 int off; in argv_free() local
557 int off; in argv_flt_path() local
824 size_t blen, off; in argv_esc() local
/dflybsd-src/lib/libkvm/
H A Dkvm_minidump_x86_64.c57 int64_t off; member
76 hpt_insert(kvm_t *kd, vm_paddr_t pa, int64_t off) in hpt_insert()
106 inithash(kvm_t *kd, uint64_t *base, int len, off_t off) in inithash()
185 off_t off; in _kvm_minidump_init_hdr1() local
239 off_t off; in _kvm_minidump_init_hdr2() local
/dflybsd-src/crypto/libressl/crypto/rsa/
H A Drsa_prn.c66 RSA_print_fp(FILE *fp, const RSA *x, int off) in RSA_print_fp()
82 RSA_print(BIO *bp, const RSA *x, int off) in RSA_print()
/dflybsd-src/usr.bin/tail/
H A Dforward.c90 forward(FILE *fp, enum STYLE style, off_t off, struct stat *sbp) in forward()
185 rlines(FILE *fp, off_t off, struct stat *sbp) in rlines()
309 follow(file_info_t *files, enum STYLE style, off_t off) in follow()
/dflybsd-src/contrib/gmp/mpf/
H A Dget_str.c50 mp_size_t off; /* keeps track of offset where value starts */ in mpn_pow_1_highpart() local
183 mp_size_t n_more_limbs_needed, ign, off; in mpf_get_str() local
219 mp_size_t n_less_limbs_needed, ign, off, xn; in mpf_get_str() local
/dflybsd-src/stand/boot/pc32/libi386/
H A Dsmbios.c64 #define SMBIOS_GET8(base, off) (*(uint8_t *)((base) + (off))) argument
65 #define SMBIOS_GET16(base, off) (*(uint16_t *)((base) + (off))) argument
66 #define SMBIOS_GET32(base, off) (*(uint32_t *)((base) + (off))) argument
123 #define UUID_GET(base, off) (*(UUID_TYPE *)((base) + (off))) argument
/dflybsd-src/contrib/binutils-2.34/gold/
H A Darchive.cc227 off_t off = sarmag; in setup() local
344 Archive::read_header(off_t off, bool cache, std::string* pname, in read_header()
358 Archive::interpret_header(const Archive_header* hdr, off_t off, in interpret_header()
464 off_t off; member
471 const_iterator(Archive* archive, off_t off) in const_iterator()
597 Archive::get_file_and_offset(off_t off, Input_file** input_file, off_t* memoff, in get_file_and_offset()
676 Archive::get_elf_object_for_member(off_t off, bool* punconfigured) in get_elf_object_for_member()
758 Archive::read_symbols(off_t off) in read_symbols()
998 Input_objects* input_objects, off_t off, in include_member()
/dflybsd-src/contrib/binutils-2.27/gold/
H A Darchive.cc227 off_t off = sarmag; in setup() local
344 Archive::read_header(off_t off, bool cache, std::string* pname, in read_header()
358 Archive::interpret_header(const Archive_header* hdr, off_t off, in interpret_header()
464 off_t off; member
471 const_iterator(Archive* archive, off_t off) in const_iterator()
597 Archive::get_file_and_offset(off_t off, Input_file** input_file, off_t* memoff, in get_file_and_offset()
676 Archive::get_elf_object_for_member(off_t off, bool* punconfigured) in get_elf_object_for_member()
749 Archive::read_symbols(off_t off) in read_symbols()
989 Input_objects* input_objects, off_t off, in include_member()
/dflybsd-src/crypto/libressl/crypto/dsa/
H A Ddsa_prn.c66 DSA_print_fp(FILE *fp, const DSA *x, int off) in DSA_print_fp()
98 DSA_print(BIO *bp, const DSA *x, int off) in DSA_print()
/dflybsd-src/stand/lib/
H A Dhammer1.c78 hammer_off_t off; member
104 hread(struct hfs *hfs, hammer_off_t off) in hread()
161 hread(struct hfs *hfs, hammer_off_t off) in hread()
575 hreaddir(struct hfs *hfs, ino_t ino, int64_t *off, struct dirent *de) in hreaddir()
734 hreadf(struct hfs *hfs, ino_t ino, int64_t off, int64_t len, char *buf) in hreadf()
1037 int64_t off = f->f_offset; in hammer_readdir() local
1092 int64_t off = 0; in main() local
1100 int64_t off = 0; in main() local

12345678910>>...23