Home
last modified time | relevance | path

Searched defs:offset (Results 1 – 25 of 544) sorted by relevance

12345678910>>...22

/spdk/lib/nvme/
H A Dnvme_fabric.c25 uint32_t offset, uint8_t size, uint64_t value, in nvme_fabric_prop_set_cmd() argument
44 uint32_t offset, uint8_t size, uint64_t value) in nvme_fabric_prop_set_cmd_sync() argument
85 uint32_t offset, uint8_t size, uint64_t value, in nvme_fabric_prop_set_cmd_async() argument
112 nvme_fabric_prop_get_cmd(struct spdk_nvme_ctrlr *ctrlr, uint32_t offset, uint8_t size, in nvme_fabric_prop_get_cmd() argument
130 uint32_t offset, uint8_t size, uint64_t *value) in nvme_fabric_prop_get_cmd_sync() argument
196 nvme_fabric_prop_get_cmd_async(struct spdk_nvme_ctrlr * ctrlr,uint32_t offset,uint8_t size,spdk_nvme_reg_cb cb_fn,void * cb_arg) nvme_fabric_prop_get_cmd_async() argument
222 nvme_fabric_ctrlr_set_reg_4(struct spdk_nvme_ctrlr * ctrlr,uint32_t offset,uint32_t value) nvme_fabric_ctrlr_set_reg_4() argument
228 nvme_fabric_ctrlr_set_reg_8(struct spdk_nvme_ctrlr * ctrlr,uint32_t offset,uint64_t value) nvme_fabric_ctrlr_set_reg_8() argument
234 nvme_fabric_ctrlr_get_reg_4(struct spdk_nvme_ctrlr * ctrlr,uint32_t offset,uint32_t * value) nvme_fabric_ctrlr_get_reg_4() argument
247 nvme_fabric_ctrlr_get_reg_8(struct spdk_nvme_ctrlr * ctrlr,uint32_t offset,uint64_t * value) nvme_fabric_ctrlr_get_reg_8() argument
253 nvme_fabric_ctrlr_set_reg_4_async(struct spdk_nvme_ctrlr * ctrlr,uint32_t offset,uint32_t value,spdk_nvme_reg_cb cb_fn,void * cb_arg) nvme_fabric_ctrlr_set_reg_4_async() argument
261 nvme_fabric_ctrlr_set_reg_8_async(struct spdk_nvme_ctrlr * ctrlr,uint32_t offset,uint64_t value,spdk_nvme_reg_cb cb_fn,void * cb_arg) nvme_fabric_ctrlr_set_reg_8_async() argument
269 nvme_fabric_ctrlr_get_reg_4_async(struct spdk_nvme_ctrlr * ctrlr,uint32_t offset,spdk_nvme_reg_cb cb_fn,void * cb_arg) nvme_fabric_ctrlr_get_reg_4_async() argument
276 nvme_fabric_ctrlr_get_reg_8_async(struct spdk_nvme_ctrlr * ctrlr,uint32_t offset,spdk_nvme_reg_cb cb_fn,void * cb_arg) nvme_fabric_ctrlr_get_reg_8_async() argument
349 nvme_fabric_get_discovery_log_page(struct spdk_nvme_ctrlr * ctrlr,void * log_page,uint32_t size,uint64_t offset) nvme_fabric_get_discovery_log_page() argument
[all...]
H A Dnvme_vfio_user.c44 nvme_vfio_ctrlr_set_reg_4(struct spdk_nvme_ctrlr *ctrlr, uint32_t offset, uint32_t value) in nvme_vfio_ctrlr_set_reg_4()
56 nvme_vfio_ctrlr_set_reg_8(struct spdk_nvme_ctrlr *ctrlr, uint32_t offset, uint64_t value) in nvme_vfio_ctrlr_set_reg_8()
69 nvme_vfio_ctrlr_get_reg_4(struct spdk_nvme_ctrlr *ctrlr, uint32_t offset, uint32_t *value) in nvme_vfio_ctrlr_get_reg_4()
89 nvme_vfio_ctrlr_get_reg_8(struct spdk_nvme_ctrlr *ctrlr, uint32_t offset, uint64_t *value) in nvme_vfio_ctrlr_get_reg_8()
/spdk/lib/ftl/utils/
H A Dftl_addr_utils.h12 ftl_addr_load(struct spdk_ftl_dev *dev, void *buffer, uint64_t offset) in ftl_addr_load()
30 ftl_addr_store(struct spdk_ftl_dev *dev, void *buffer, uint64_t offset, ftl_addr addr) in ftl_addr_store()
42 ftl_lba_load(struct spdk_ftl_dev *dev, void *buffer, uint64_t offset) in ftl_lba_load()
60 ftl_lba_store(struct spdk_ftl_dev *dev, void *buffer, uint64_t offset, uint64_t lba) in ftl_lba_store()
/spdk/lib/virtio/
H A Dvirtio_vfio_user.c27 virtio_vfio_user_read_dev_config(struct virtio_dev *vdev, size_t offset, in virtio_vfio_user_read_dev_config() argument
39 virtio_vfio_user_write_dev_config(struct virtio_dev *vdev, size_t offset, in virtio_vfio_user_write_dev_config() argument
54 uint64_t offset; in virtio_vfio_user_get_status() local
74 uint64_t offset; virtio_vfio_user_set_status() local
91 uint64_t offset; virtio_vfio_user_get_features() local
136 uint64_t offset; virtio_vfio_user_set_features() local
196 uint64_t offset; virtio_vfio_user_get_queue_size() local
225 uint64_t desc_addr, avail_addr, used_addr, offset; virtio_vfio_user_setup_queue() local
346 uint64_t offset; virtio_vfio_user_del_queue() local
[all...]
/plan9/sys/src/cmd/gs/src/
H A Dgsflip.c45 flip3x1(byte * buffer, const byte ** planes, int offset, int nbytes) in flip3x1()
68 flip3x2(byte * buffer, const byte ** planes, int offset, int nbytes) in flip3x2()
91 flip3x4(byte * buffer, const byte ** planes, int offset, int nbytes) in flip3x4()
111 flip3x8(byte * buffer, const byte ** planes, int offset, int nbytes) in flip3x8()
129 flip3x12(byte * buffer, const byte ** planes, int offset, int nbytes) in flip3x12()
159 flip4x1(byte * buffer, const byte ** planes, int offset, int nbytes) in flip4x1()
189 flip4x2(byte * buffer, const byte ** planes, int offset, int nbytes) in flip4x2()
218 flip4x4(byte * buffer, const byte ** planes, int offset, int nbytes) in flip4x4()
240 flip4x8(byte * buffer, const byte ** planes, int offset, int nbytes) in flip4x8()
260 flip4x12(byte * buffer, const byte ** planes, int offset, int nbytes) in flip4x12()
[all …]
H A Dgsgdata.c45 gs_glyph_data_substring(gs_glyph_data_t *pgd, uint offset, uint size) in gs_glyph_data_substring()
68 glyph_data_substring_permanent(gs_glyph_data_t *pgd, uint offset, uint size) in glyph_data_substring_permanent()
83 glyph_data_substring_by_font(gs_glyph_data_t *pgd, uint offset, uint size) in glyph_data_substring_by_font()
123 uint offset, uint size, gs_font *font) in gs_glyph_data_from_bytes()
H A Dmkromfs.c45 unsigned long offset; member
82 int i, offset = 0; in inode_write() local
122 unsigned long offset = 0; in main() local
/plan9/sys/src/cmd/venti/srv/
H A Dprintarena.c13 rdarena(Arena *arena, u64int offset) in rdarena()
69 u64int offset, aoffset; in threadmain() local
85 offset = ~(u64int)0; in threadmain() local
H A Dwrarena.c61 rdarena(Arena *arena, u64int offset) in rdarena()
134 u64int offset, aoffset; in threadmain() local
166 offset = ~(u64int)0; in threadmain() local
H A Dprintarenapart.c15 rdarena(Arena *arena, u64int offset) in rdarena()
71 u64int offset; in threadmain() local
/plan9/sys/src/cmd/aux/vga/
H A Dclgd546x.c38 mmio8r(Laguna* laguna, int offset) in mmio8r()
44 mmio8w(Laguna* laguna, int offset, int data) in mmio8w()
50 mmio16r(Laguna* laguna, int offset) in mmio16r()
56 mmio16w(Laguna* laguna, int offset, int data) in mmio16w()
62 mmio32r(Laguna* laguna, int offset) in mmio32r()
68 mmio32w(Laguna* laguna, int offset, int data) in mmio32w()
/plan9/sys/src/cmd/aquarela/
H A Dsmbcomwrite.c6 dirfwstatlength(int fd, vlong offset) in dirfwstatlength()
16 smbtruncatefile(SmbSession *s, SmbFile *f, vlong offset) in smbtruncatefile()
97 ulong offset; in smbcomwrite() local
166 vlong offset; in smbcomwriteandx() local
H A Dsmbcomlocking.c84 uvlong offset; in smbcomlockingandx() local
96 uvlong offset; in smbcomlockingandx() local
110 uvlong offset; in smbcomlockingandx() local
/spdk/test/unit/lib/ftl/ftl_band.c/
H A Dftl_band_ut.c229 uint64_t offset; in test_band_block_offset_from_addr_base() local
244 uint64_t offset, expect, j; in test_band_block_offset_from_addr_offset() local
263 uint64_t offset, j; in test_band_addr_from_block_offset() local
283 uint64_t offset = 0; in test_band_set_addr() local
320 uint64_t offset[2]; in test_invalidate_addr() local
/plan9/sys/src/9/teg2/
H A Ddevarch.c99 archread(Chan *c, void *a, long n, vlong offset) in archread()
118 archwrite(Chan *c, void *a, long n, vlong offset) in archwrite()
153 cputyperead(Chan*, void *a, long n, vlong offset) in cputyperead()
163 tbread(Chan*, void *a, long n, vlong offset) in tbread()
175 nsread(Chan*, void *a, long n, vlong offset) in nsread()
/plan9/sys/src/cmd/gs/libpng/
H A Dpngerror.c40 int offset; in png_error() local
82 int offset = 0; in png_warning() local
173 int offset; in png_default_error() local
229 int offset; in png_default_warning() local
/plan9/sys/src/9/rb/
H A Ddevarch.c99 archread(Chan *c, void *a, long n, vlong offset) in archread()
118 archwrite(Chan *c, void *a, long n, vlong offset) in archwrite()
153 cputyperead(Chan*, void *a, long n, vlong offset) in cputyperead()
162 tbread(Chan*, void *a, long n, vlong offset) in tbread()
174 nsread(Chan*, void *a, long n, vlong offset) in nsread()
191 archctlread(Chan*, void *a, long nn, vlong offset) in archctlread()
/spdk/test/bdev/bdevio/
H A Dbdevio.c47 uint64_t offset; member
204 for (int offset = 0, block = 0; offset < size; offset += block_size, block++) { in initialize_buffer() local
335 uint64_t offset, int data_len, int iov_len) in blockdev_write()
352 uint64_t offset, int data_len, int iov_len) in _blockdev_compare_and_write()
371 uint64_t offset, int data_len) in blockdev_write_zeroes()
408 uint64_t offset, int data_len, int iov_len) in blockdev_read()
466 blockdev_write_read(uint32_t data_length, uint32_t iov_len, int pattern, uint64_t offset, in blockdev_write_read()
529 blockdev_compare_and_write(uint32_t data_length, uint32_t iov_len, uint64_t offset) in blockdev_compare_and_write()
568 uint64_t offset; in blockdev_write_read_block() local
591 uint64_t offset; in blockdev_write_zeroes_read_block() local
[all …]
/plan9/sys/src/9/omap/
H A Ddevarch.c99 archread(Chan *c, void *a, long n, vlong offset) in archread()
118 archwrite(Chan *c, void *a, long n, vlong offset) in archwrite()
161 cputyperead(Chan*, void *a, long n, vlong offset) in cputyperead()
171 tbread(Chan*, void *a, long n, vlong offset) in tbread()
183 nsread(Chan*, void *a, long n, vlong offset) in nsread()
/plan9/sys/src/9/pc/
H A Dvgaradeon.c44 OUTREG8(ulong mmio, ulong offset, uchar val) in OUTREG8()
50 OUTREG(ulong mmio, ulong offset, ulong val) in OUTREG()
56 INREG(ulong mmio, ulong offset) in INREG()
62 OUTREGP(ulong mmio, ulong offset, ulong val, ulong mask) in OUTREGP()
68 OUTPLL(ulong mmio, ulong offset, ulong val) in OUTPLL()
75 INPLL(ulong mmio, ulong offset) in INPLL()
82 OUTPLLP(ulong mmio, ulong offset, ulong val, ulong mask) in OUTPLLP()
/plan9/sys/src/9/kw/
H A Ddevarch.c99 archread(Chan *c, void *a, long n, vlong offset) in archread()
118 archwrite(Chan *c, void *a, long n, vlong offset) in archwrite()
226 cputyperead(Chan*, void *a, long n, vlong offset) in cputyperead()
236 tbread(Chan*, void *a, long n, vlong offset) in tbread()
248 nsread(Chan*, void *a, long n, vlong offset) in nsread()
/spdk/lib/blobfs/
H A Dcache_tree.h11 uint64_t offset; member
20 #define NEXT_CACHE_BUFFER_OFFSET(offset) \ argument
28 #define CACHE_TREE_INDEX(level, offset) ((offset >> CACHE_TREE_LEVEL_SHIFT(level)) & (CACHE_TREE_WI… argument
/plan9/sys/src/libventi/
H A Ddebugpacket.c98 packetcopy(Packet *p, uchar *buf, int offset, int n) in packetcopy()
112 packetdup(Packet *p, int offset, int n) in packetdup()
144 packetfragments(Packet *p, IOchunk *io, int nio, int offset) in packetfragments()
184 packetpeek(Packet *p, uchar *buf, int offset, int n) in packetpeek()
254 packettrim(Packet *p, int offset, int n) in packettrim()
/spdk/lib/vfio_user/host/
H A Dvfio_user_internal.h23 uint64_t offset; member
30 uint64_t offset; member
35 uint64_t offset; member
/plan9/sys/src/cmd/paqfs/
H A Dmkpaqfs.c117 ulong offset; in paqfs() local
143 ulong offset; in paqFile() local
205 ulong offset; in paqDir() local
292 paqDirAlloc(Dir *dir, ulong offset) in paqDirAlloc()
360 ulong offset; in writeBlock() local

12345678910>>...22