(* FreeBSD 9.0 /usr/include/sys/dirent.h *) d_fileno*: uint32_t; (* file number of entry *) d_reclen*: uint16_t; (* length of this record *) d_type*: uint8_t; (* file type, see below *) d_namlen*: uint8_t; (* length of string in d_name *) d_name*: ARRAY [untagged] 255 + 1 (* 256 *) OF SHORTCHAR;