Searched defs:kldir_ent_s (Results 1 – 1 of 1) sorted by relevance
19 typedef struct kldir_ent_s { struct20 u64 magic; /* Indicates validity of entry */21 off_t offset; /* Offset from start of node space */22 unsigned long pointer; /* Pointer to area in some cases */23 size_t size; /* Size in bytes */24 u64 count; /* Repeat count if array, 1 if not */25 size_t stride; /* Stride if array, 0 if not */26 char rsvd[16]; /* Pad entry to 0x40 bytes */