Searched defs:offset (Results 1 – 15 of 15) sorted by relevance
/lib/utils/ |
A D | bitarray.c | 31 size_t offset, size_t num_bits) in setup_bundle_data() 65 static bool match_region(sys_bitarray_t *bitarray, size_t offset, in match_region() 492 size_t *offset) in sys_bitarray_alloc() 639 size_t offset) in sys_bitarray_free() 676 size_t offset, bool to_set) in is_region_set_clear() 702 size_t offset) in sys_bitarray_is_region_set() 708 size_t offset) in sys_bitarray_is_region_cleared() 714 size_t offset, bool to_set) in set_clear_region() 740 size_t offset, bool to_set) in sys_bitarray_test_and_set_region() 775 size_t offset) in sys_bitarray_set_region() [all …]
|
A D | cobs.c | 74 uint8_t offset = net_buf_pull_u8(src); in cobs_decode() local
|
/lib/open-amp/ |
A D | addr_translation.c | 44 unsigned long offset) in translate_offset_to_phys() 87 unsigned long offset = 0; in translate_phys_to_offset() local
|
A D | resource_table.h | 45 uint32_t offset[RSC_TABLE_NUM_ENTRY]; member
|
/lib/posix/options/ |
A D | shm.c | 143 static off_t shm_lseek(struct shm_obj *shm, off_t offset, int whence, size_t cur) in shm_lseek() 209 static ssize_t shm_rw(struct shm_obj *shm, void *buf, size_t size, bool is_write, size_t offset) in shm_rw() 228 static ssize_t shm_read(void *obj, void *buf, size_t sz, size_t offset) in shm_read() 233 static ssize_t shm_write(void *obj, const void *buf, size_t sz, size_t offset) in shm_write() 256 off_t offset = va_arg(args, off_t); in shm_ioctl() local
|
A D | fd_mgmt.c | 44 off_t lseek(int fd, off_t offset, int whence) in lseek()
|
A D | device_io.c | 84 ssize_t pread(int fd, void *buf, size_t count, off_t offset) in pread() 102 ssize_t pwrite(int fd, void *buf, size_t count, off_t offset) in pwrite()
|
A D | fs.c | 162 off_t offset; in fs_ioctl_vmeth() local
|
/lib/mem_blocks/ |
A D | mem_blocks.c | 18 size_t offset; in alloc_blocks() local 56 size_t offset; in free_blocks() local 178 size_t offset; in sys_mem_blocks_is_region_free() local 197 int offset; in sys_mem_blocks_get() local
|
/lib/os/ |
A D | clock.c | 77 struct timespec offset; in sys_clock_gettime() local 126 struct timespec offset; in z_impl_sys_clock_settime() local
|
A D | fdtable.c | 35 size_t offset; member 481 off_t zvfs_lseek(int fd, off_t offset, int whence) in zvfs_lseek()
|
/lib/acpi/ |
A D | acpi.c | 671 uintptr_t offset, uintptr_t base, uint32_t madt_len) in acpi_get_subtable_entry_num() 694 uintptr_t offset = sizeof(ACPI_TABLE_MADT); in acpi_madt_entry_get() local 722 uintptr_t offset = sizeof(ACPI_TABLE_DMAR); in acpi_dmar_entry_get() local 747 uintptr_t offset = sizeof(ACPI_TABLE_DMAR); in acpi_dmar_foreach_subtable() local 767 uintptr_t offset = sizeof(ACPI_DMAR_HARDWARE_UNIT); in acpi_dmar_foreach_devscope() local 839 uintptr_t offset = sizeof(ACPI_DMAR_HARDWARE_UNIT); in acpi_drhd_get() local
|
/lib/open-amp/vendor/ |
A D | nxp_resource_table.h | 39 uint32_t offset[2]; member
|
/lib/net_buf/ |
A D | buf.c | 67 ptrdiff_t offset = (uint8_t *)buf - (uint8_t *)pool->__bufs; in net_buf_id() local 628 size_t offset, size_t len) in net_buf_linearize() 714 size_t net_buf_data_match(const struct net_buf *buf, size_t offset, const void *data, size_t len) in net_buf_data_match()
|
/lib/os/zvfs/ |
A D | zvfs_eventfd.c | 411 size_t offset; in zvfs_eventfd() local
|
Completed in 23 milliseconds