OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:conv32
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/fs/v7fs/
v7fs_inode.c
165
#define
conv32
(m) (mem->m = V7FS_VAL32(fs, (disk->m)))
macro
174
conv32
(filesize);
175
conv32
(atime);
176
conv32
(mtime);
177
conv32
(ctime);
191
#undef
conv32
199
#define
conv32
(m) (disk->m = V7FS_VAL32(fs, (mem->m)))
macro
205
conv32
(filesize);
206
conv32
(atime);
207
conv32
(mtime)
[
all
...]
v7fs_endian.c
166
ops->
conv32
= val32_normal_order;
172
ops->
conv32
= val32_reverse_order;
178
ops->
conv32
= val32_pdp_to_little;
185
ops->
conv32
= val32_reverse_order;
191
ops->
conv32
= val32_normal_order;
197
ops->
conv32
= val32_pdp_to_big;
v7fs_endian.h
41
#define V7FS_VAL32(x, v) ((*(x)->val.
conv32
)(v))
v7fs_superblock.c
238
#define
conv32
(m) (to->m = V7FS_VAL32(fs, from->m))
macro
242
conv32
(volume_size);
255
conv32
(update_time);
256
conv32
(total_freeblock);
259
#undef
conv32
v7fs_impl.h
53
uint32_t (*
conv32
)(uint32_t);
member in struct:endian_conversion_ops
/src/sbin/newfs_v7fs/
main.c
162
uint32_t (*val32)(uint32_t) = fs->val.
conv32
;
Completed in 16 milliseconds
Indexes created Fri Oct 17 17:09:57 GMT 2025