Searched defs:TNF (Results 1 – 2 of 2) sorted by relevance
131 struct TNF { struct135 caddr_t file_start;136 size_t file_size;137 caddr_t file_end; /* file_start + file_size */142 unsigned file_magic; /* magic number of file */143 int file_native; /* endian flag */146 tnf_ref32_t *file_header; /* first record in file */147 size_t block_size; /* size of a block */148 size_t directory_size; /* size of directory area */150 unsigned block_count; /* number of data blocks */[all …]
42 typedef struct TNF TNF; typedef