HomeSort by: relevance | last modified time | path
    Searched refs:conv24read (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/fs/v7fs/
v7fs_endian.c 171 ops->conv24read = val24_normal_order_read;
177 ops->conv24read = val24_reverse_order_read;
183 ops->conv24read = val24_pdp_read;
190 ops->conv24read = val24_reverse_order_read;
196 ops->conv24read = val24_normal_order_read;
202 ops->conv24read = val24_pdp_read;
v7fs_endian.h 43 #define V7FS_VAL24_READ(x, a) ((*(x)->val.conv24read)(a))
v7fs_impl.h 56 v7fs_daddr_t (*conv24read)(uint8_t *); member in struct:endian_conversion_ops

Completed in 29 milliseconds