Searched refs:wrl (Results 1 - 3 of 3) sorted by relevance

/haiku/headers/libs/x86emu/
H A Dx86emu.h112 wrl - Function to write a dword to an address
120 void (X86APIP wrl) (u32 addr, u32 val);
132 extern void X86API wrl(u32 addr, u32 val);
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dcompress.c1670 s64 ntfs_compressed_pwrite(ntfs_attr *na, runlist_element *wrl, s64 wpos, argument
1694 if (!valid_compressed_run(na,wrl,FALSE,"begin compressed write")) {
1717 if (wrl->vcn < *update_from)
1718 *update_from = wrl->vcn;
1731 nextblock = ((offs + (wrl->vcn << vol->cluster_size_bits))
1734 endwrite = offs + to_write + (wrl->vcn << vol->cluster_size_bits);
1741 - (offs + (wrl->vcn << vol->cluster_size_bits));
1745 brl = wrl;
1755 start_vcn = (wrl->vcn + (offs >> vol->cluster_size_bits))
1847 > ((wrl
1873 ntfs_compressed_close(ntfs_attr *na, runlist_element *wrl, s64 offs, VCN *update_from) argument
[all...]
/haiku/src/libs/x86emu/
H A Dsys.c329 wrl(u32 addr, u32 val) function
450 void (X86APIP sys_wrl) (u32 addr, u32 val) = wrl;
478 sys_wrl = funcs->wrl;

Completed in 124 milliseconds