The Sleuth Kit 4.15.0-develop
dos.c File Reference

Contains the internal functions to process DOS Partition tables. More...

#include "tsk_vs_i.h"
#include "tsk_dos.h"

Macros

#define DESC_LEN   64
#define dos_is_ext(x)

Functions

TSK_VS_INFOtsk_vs_dos_open (TSK_IMG_INFO *img_info, TSK_DADDR_T offset, uint8_t test)

Detailed Description

Contains the internal functions to process DOS Partition tables.

Macro Definition Documentation

◆ dos_is_ext

#define dos_is_ext ( x)
Value:
((((x) == 0x05) || ((x) == 0x0F) || ((x) == 0x85)) ? 1 : 0)

Copyright © 2007-2020 Brian Carrier. (carrier -at- sleuthkit -dot- org)
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.