/dflybsd-src/contrib/smbfs/include/netsmb/ |
H A D | smb_lib.h | 63 #define getb(buf,ofs) (((const u_int8_t *)(buf))[ofs]) argument 64 #define setb(buf,ofs,val) (((u_int8_t*)(buf))[ofs])=val argument 65 #define getbw(buf,ofs) ((u_int16_t)(getb(buf,ofs))) argument 66 #define getw(buf,ofs) (*((u_int16_t*)(&((u_int8_t*)(buf))[ofs]))) argument 67 #define getdw(buf,ofs) (*((u_int32_t*)(&((u_int8_t*)(buf))[ofs]))) argument 71 #define getwle(buf,ofs) (*((u_int16_t*)(&((u_int8_t*)(buf))[ofs]))) argument 72 #define getdle(buf,ofs) (*((u_int32_t*)(&((u_int8_t*)(buf))[ofs]))) argument 73 #define getwbe(buf,ofs) (ntohs(getwle(buf,ofs))) argument 74 #define getdbe(buf,ofs) (ntohl(getdle(buf,ofs))) argument 76 #define setwle(buf,ofs,val) getwle(buf,ofs)=val argument [all …]
|
/dflybsd-src/sys/dev/misc/ecc/ |
H A D | e5_imc_var.h | 52 #define UBOX_READ(dev, c, ofs, w) \ argument 55 #define UBOX_READ_2(dev, c, ofs) UBOX_READ((dev), (c), (ofs), 2) argument 56 #define UBOX_READ_4(dev, c, ofs) UBOX_READ((dev), (c), (ofs), 4) argument 58 #define IMC_CPGC_READ(dev, c, ofs, w) \ argument 61 #define IMC_CPGC_READ_2(dev, c, ofs) IMC_CPGC_READ((dev), (c), (ofs), 2) argument 62 #define IMC_CPGC_READ_4(dev, c, ofs) IMC_CPGC_READ((dev), (c), (ofs), 4) argument 64 #define IMC_CTAD_READ(dev, c, ofs, w) \ argument 67 #define IMC_CTAD_READ_2(dev, c, ofs) IMC_CTAD_READ((dev), (c), (ofs), 2) argument 68 #define IMC_CTAD_READ_4(dev, c, ofs) IMC_CTAD_READ((dev), (c), (ofs), 4) argument
|
H A D | ecc_x3400.c | 53 #define MC_READ_2(ofs) \ argument 56 #define MC_READ_4(ofs) \ argument 60 #define MCT2_READ_2(ofs) \ argument 63 #define MCT2_READ_4(ofs) \ argument 66 #define MCT2_WRITE_4(ofs, data) \ argument 200 ecc_x3400_status_ch(struct ecc_x3400_softc *sc, int ofs, int idx) in ecc_x3400_status_ch()
|
H A D | ecc_e5.c | 326 int ofs; in ecc_e5_attach() local 376 int ofs, ecc_cnt; in ecc_e5_sensor_task() local
|
H A D | ecc_e3.c | 161 CSR_READ_4(struct ecc_e3_softc *sc, int ofs) in CSR_READ_4()
|
/dflybsd-src/usr.bin/mkcsmapper/ |
H A D | yacc.y | 222 put8(void *ptr, size_t ofs, u_int32_t val) in put8() 229 put16(void *ptr, size_t ofs, u_int32_t val) in put16() 237 put32(void *ptr, size_t ofs, u_int32_t val) in put32() 305 size_t i, len, ofs; in create_rowcol_info() local 341 size_t ofs; in create_rowcol_ext_ilseq_info() local 586 size_t i, ofs; in store() local
|
/dflybsd-src/lib/libc/citrus/ |
H A D | citrus_region.h | 64 _citrus_region_check(const struct _citrus_region *r, size_t ofs, size_t sz) in _citrus_region_check() 104 const struct _citrus_region *r, size_t ofs, size_t sz) in _citrus_region_get_subregion()
|
H A D | citrus_db_factory.c | 264 size_t dataofs, i, keyofs, nextofs, ofs; in _citrus_db_factory_serialize() local
|
/dflybsd-src/lib/libkvm/ |
H A D | kvm_x86_64.c | 110 _kvm_pa2off(kvm_t *kd, uint64_t pa, off_t *ofs) in _kvm_pa2off() 239 off_t ofs; in _kvm_vatop() local
|
H A D | kvm_minidump_x86_64.c | 295 off_t ofs; in _kvm_minidump_vatop() local
|
/dflybsd-src/sys/dev/powermng/memtemp/ |
H A D | memtemp_core.c | 119 CSR_READ_4(struct memtemp_core_softc *sc, int ofs) in CSR_READ_4() 131 CSR_WRITE_4(struct memtemp_core_softc *sc, int ofs, uint32_t val) in CSR_WRITE_4()
|
/dflybsd-src/sys/dev/disk/sym/ |
H A D | sym_fw.h | 198 #define HADDR_2(label,ofs) (RELOC_SOFTC | \ argument 201 #define RADDR_2(label,ofs) (RELOC_REGISTER | ((REG(label))+(ofs))) argument
|
/dflybsd-src/stand/boot/pc32/libi386/ |
H A D | biosacpi.c | 110 int ofs, idx; in biosacpi_search_rsdp() local
|
/dflybsd-src/sys/dev/misc/coremctl/ |
H A D | coremctl.c | 71 #define CSR_READ_4(sc, ofs) \ argument 73 #define CSR_WRITE_4(sc, ofs, val) \ argument
|
/dflybsd-src/sbin/gpt/ |
H A D | gpt.c | 343 off_t ofs; in gpt_read() local 363 off_t ofs; in gpt_write() local
|
H A D | migrate.c | 71 off_t ofs, rawofs; in migrate_disklabel() local
|
/dflybsd-src/usr.sbin/pw/ |
H A D | bitmap.c | 116 int ofs = 0; in bm_lastset() local
|
/dflybsd-src/test/unix/passdesc/ |
H A D | passdesc.c | 115 off_t ofs; in main() local
|
/dflybsd-src/gnu/usr.bin/gdb/kgdb/ |
H A D | trgt_x86_64.c | 196 int ofs; in kgdb_trgt_trapframe_prev_register() local
|
/dflybsd-src/contrib/tcpdump/ |
H A D | smbutil.c | 184 const u_char *buf, u_int ofs, const u_char *maxbuf) in name_ptr() 223 const u_char *buf, u_int ofs, const u_char *maxbuf, char *name) in name_extract()
|
/dflybsd-src/usr.bin/csplit/ |
H A D | csplit.c | 358 long ofs; in do_rexp() local
|
/dflybsd-src/sys/dev/sound/pci/ |
H A D | neomagic.c | 303 int ofs, sz, i; in nm_loadcoeff() local 543 u_int32_t ofs, i; in nm_init() local
|
/dflybsd-src/lib/i18n_module/mapper_zone/ |
H A D | citrus_mapper_zone.c | 208 check_rowcol(struct _zone *z, int32_t ofs, uint32_t maxval) in check_rowcol()
|
/dflybsd-src/stand/boot/efi/loader/arch/x86_64/ |
H A D | framebuffer.c | 117 ssize_t ofs; in efifb_uga_find_pixel() local
|
/dflybsd-src/contrib/bzip2/ |
H A D | bzip2recover.c | 470 Int32 ofs, k; in main() local
|