Home
last modified time | relevance | path

Searched defs:ofs (Results 1 – 25 of 54) sorted by relevance

123

/dflybsd-src/contrib/smbfs/include/netsmb/
H A Dsmb_lib.h63 #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 De5_imc_var.h52 #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 Decc_x3400.c53 #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 Decc_e5.c326 int ofs; in ecc_e5_attach() local
376 int ofs, ecc_cnt; in ecc_e5_sensor_task() local
H A Decc_e3.c161 CSR_READ_4(struct ecc_e3_softc *sc, int ofs) in CSR_READ_4()
/dflybsd-src/usr.bin/mkcsmapper/
H A Dyacc.y222 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 Dcitrus_region.h64 _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 Dcitrus_db_factory.c264 size_t dataofs, i, keyofs, nextofs, ofs; in _citrus_db_factory_serialize() local
/dflybsd-src/lib/libkvm/
H A Dkvm_x86_64.c110 _kvm_pa2off(kvm_t *kd, uint64_t pa, off_t *ofs) in _kvm_pa2off()
239 off_t ofs; in _kvm_vatop() local
H A Dkvm_minidump_x86_64.c295 off_t ofs; in _kvm_minidump_vatop() local
/dflybsd-src/sys/dev/powermng/memtemp/
H A Dmemtemp_core.c119 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 Dsym_fw.h198 #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 Dbiosacpi.c110 int ofs, idx; in biosacpi_search_rsdp() local
/dflybsd-src/sys/dev/misc/coremctl/
H A Dcoremctl.c71 #define CSR_READ_4(sc, ofs) \ argument
73 #define CSR_WRITE_4(sc, ofs, val) \ argument
/dflybsd-src/sbin/gpt/
H A Dgpt.c343 off_t ofs; in gpt_read() local
363 off_t ofs; in gpt_write() local
H A Dmigrate.c71 off_t ofs, rawofs; in migrate_disklabel() local
/dflybsd-src/usr.sbin/pw/
H A Dbitmap.c116 int ofs = 0; in bm_lastset() local
/dflybsd-src/test/unix/passdesc/
H A Dpassdesc.c115 off_t ofs; in main() local
/dflybsd-src/gnu/usr.bin/gdb/kgdb/
H A Dtrgt_x86_64.c196 int ofs; in kgdb_trgt_trapframe_prev_register() local
/dflybsd-src/contrib/tcpdump/
H A Dsmbutil.c184 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 Dcsplit.c358 long ofs; in do_rexp() local
/dflybsd-src/sys/dev/sound/pci/
H A Dneomagic.c303 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 Dcitrus_mapper_zone.c208 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 Dframebuffer.c117 ssize_t ofs; in efifb_uga_find_pixel() local
/dflybsd-src/contrib/bzip2/
H A Dbzip2recover.c470 Int32 ofs, k; in main() local

123