Searched refs:lw (Results 1 – 2 of 2) sorted by relevance
/haiku/src/system/libroot/posix/glibc/include/arch/riscv64/ |
H A D | asm-syntax.h | 169 #define PTR_L lw 177 #define INT_L lw 227 #define LONG_L lw 250 #define REG_L lw
|
/haiku/src/add-ons/kernel/file_systems/ntfs/utils/ |
H A D | mkntfs.c | 3915 long long lw; in mkntfs_sync_index_record() local 3955 lw = ntfs_rlwrite(g_vol->dev, rl_index, (u8*)idx, i, NULL, in mkntfs_sync_index_record() 3958 if (lw != i) { in mkntfs_sync_index_record() 4646 long long lw, pos; in mkntfs_redirect() local 4775 lw = ntfs_rlwrite(g_vol->dev, rl, (const u8*)NULL, in mkntfs_redirect() 4779 if (lw != g_lcn_bitmap_byte_size) { in mkntfs_redirect() 4780 ntfs_log_error("ntfs_rlwrite: %s\n", lw == -1 ? in mkntfs_redirect() 4796 lw = 1; in mkntfs_redirect() 4799 …lw = ntfs_mst_pwrite(g_vol->dev, pos, 1, g_vol->mft_record_size, g_buf + i * g_vol->mft_record_siz… in mkntfs_redirect() 4800 if (lw != 1) { in mkntfs_redirect() [all …]
|