Searched refs:be32toh (Results 1 – 4 of 4) sorted by relevance
91 statbuf->st_dev = be32toh(m68k_stat->my_dev); in copy_stat()92 statbuf->st_ino = be32toh(m68k_stat->my_ino); in copy_stat()93 statbuf->st_mode = be32toh(m68k_stat->my_mode); in copy_stat()94 statbuf->st_nlink = be32toh(m68k_stat->my_nlink); in copy_stat()95 statbuf->st_uid = be32toh(m68k_stat->my_uid); in copy_stat()96 statbuf->st_gid = be32toh(m68k_stat->my_gid); in copy_stat()97 statbuf->st_rdev = be32toh(m68k_stat->my_rdev); in copy_stat()98 statbuf->st_size = be32toh(m68k_stat->my_size); in copy_stat()99 statbuf->st_blksize = be32toh(m68k_stat->my_blksize); in copy_stat()100 statbuf->st_blocks = be32toh(m68k_stat->my_blocks); in copy_stat()[all …]
91 statbuf->st_dev = be32toh(nios2_stat->my_dev); in copy_stat()92 statbuf->st_ino = be32toh(nios2_stat->my_ino); in copy_stat()93 statbuf->st_mode = be32toh(nios2_stat->my_mode); in copy_stat()94 statbuf->st_nlink = be32toh(nios2_stat->my_nlink); in copy_stat()95 statbuf->st_uid = be32toh(nios2_stat->my_uid); in copy_stat()96 statbuf->st_gid = be32toh(nios2_stat->my_gid); in copy_stat()97 statbuf->st_rdev = be32toh(nios2_stat->my_rdev); in copy_stat()98 statbuf->st_size = be32toh(nios2_stat->my_size); in copy_stat()99 statbuf->st_blksize = be32toh(nios2_stat->my_blksize); in copy_stat()100 statbuf->st_blocks = be32toh(nios2_stat->my_blocks); in copy_stat()[all …]
64 #define be32toh(_x) __bswap32(_x) macro77 #define be32toh(_x) ((__uint32_t)(_x)) macro
76 #define be32toh(x) bswap32((x)) macro90 #define be32toh(x) ((uint32_t)(x)) macro