Home
last modified time | relevance | path

Searched refs:moffset (Results 1 – 10 of 10) sorted by relevance

/external/ethtool/
Drxclass.c655 int moffset; member
1014 if (opt->moffset >= 0) in rxclass_get_val()
1015 *(int *)&p[opt->moffset] = (int)mask; in rxclass_get_val()
1024 if (opt->moffset >= 0) in rxclass_get_val()
1025 *(u8 *)&p[opt->moffset] = (u8)mask; in rxclass_get_val()
1034 if (opt->moffset >= 0) in rxclass_get_val()
1035 *(u16 *)&p[opt->moffset] = (u16)mask; in rxclass_get_val()
1044 if (opt->moffset >= 0) in rxclass_get_val()
1045 *(u32 *)&p[opt->moffset] = (u32)mask; in rxclass_get_val()
1054 if (opt->moffset >= 0) in rxclass_get_val()
[all …]
/external/kernel-headers/original/uapi/linux/
Dfuse.h954 uint64_t moffset; member
964 uint64_t moffset; member
/external/elfutils/libdwfl/
Ddwfl_segment_report_module.c187 uint64_t mstart, mend, moffset; in handle_file_note() local
190 || ! buf_read_ulong (ei_data, sz, &ptr, fptr, &moffset)) in handle_file_note()
192 if (mstart == module_start && moffset == 0) in handle_file_note()
/external/crosvm/fuse/src/
Dsys.rs1180 pub moffset: u64, field
1196 pub moffset: u64, field
Dserver.rs1507 moffset, in set_up_mapping()
1534 moffset, in set_up_mapping()
/external/mesa3d/src/compiler/spirv/
Dvtn_opencl.c649 nir_ssa_def *moffset = nir_imul_imm(&b->nb, offset, in _handle_v_load_store() local
658 nir_ssa_def *coffset = nir_iadd_imm(&b->nb, moffset, i); in _handle_v_load_store()
/external/ltp/testcases/kernel/fs/doio/
Ddoio.c2088 char *moffset; in do_listio() local
2277 moffset = addr; in do_listio()
2279 moffset = addr + mem_needed - lio->r_nbytes; in do_listio()
2286 moffset - addr, in do_listio()
2299 moffset += mstride; in do_listio()
/external/e2fsprogs/lib/ext2fs/
Dtdb.c1757 tdb_off_t moffset = offset & ~(tdb->page_size-1); in transaction_sync() local
1758 if (msync(moffset + (char *)tdb->map_ptr, in transaction_sync()
1759 length + (offset - moffset), MS_SYNC) != 0) { in transaction_sync()
/external/crosvm/devices/src/virtio/fs/
Dpassthrough.rs2208 for RemoveMappingOne { moffset, len } in msgs { in remove_mapping()
2209 mapper.unmap(*moffset, *len)?; in remove_mapping()
/external/elfutils/src/
Dreadelf.c12374 uint64_t mstart, mend, moffset; in handle_file_note() local
12377 || ! buf_read_ulong (core, &ptr, fstart, &moffset)) in handle_file_note()
12386 mstart, mend, moffset * page_size, mend - mstart); in handle_file_note()