Home
last modified time | relevance | path

Searched defs:TSK_VS_PART_INFO (Results 1 – 10 of 10) sorted by relevance

/dports/sysutils/bulk_extractor/bulk_extractor-2.0.0-beta2/src/tsk3/vs/
H A Dtsk_vs.h30 typedef struct TSK_VS_PART_INFO TSK_VS_PART_INFO; typedef
99 struct TSK_VS_PART_INFO { struct
100 TSK_VS_PART_INFO *prev; ///< Pointer to previous partition (or NULL) argument
101 TSK_VS_PART_INFO *next; ///< Pointer to next partition (or NULL) argument
102 TSK_VS_INFO *vs; ///< Pointer to parent volume system handle
104 TSK_DADDR_T start; ///< Sector offset of start of partition
105 TSK_DADDR_T len; ///< Number of sectors in partition
106 char *desc; ///< UTF-8 description of partition (volume system type-specific)
107 int8_t table_num; ///< Table address that describes this partition
131 extern const TSK_VS_PART_INFO *tsk_vs_part_get(const TSK_VS_INFO *, argument
/dports/sysutils/py-pytsk/pytsk3-20210419/sleuthkit/tsk/vs/
H A Dtsk_vs.h31 typedef struct TSK_VS_PART_INFO TSK_VS_PART_INFO; typedef
103 struct TSK_VS_PART_INFO { struct
105 TSK_VS_PART_INFO *prev; ///< Pointer to previous partition (or NULL) argument
106 TSK_VS_PART_INFO *next; ///< Pointer to next partition (or NULL) argument
118 #define TSK_VS_PART_INFO_TAG 0x40121253 argument
138 extern const TSK_VS_PART_INFO *tsk_vs_part_get(const TSK_VS_INFO *, argument
/dports/sysutils/sleuthkit/sleuthkit-4.7.0/tsk/vs/
H A Dtsk_vs.h31 typedef struct TSK_VS_PART_INFO TSK_VS_PART_INFO; typedef
102 struct TSK_VS_PART_INFO { struct
104 TSK_VS_PART_INFO *prev; ///< Pointer to previous partition (or NULL) argument
105 TSK_VS_PART_INFO *next; ///< Pointer to next partition (or NULL) argument
117 #define TSK_VS_PART_INFO_TAG 0x40121253 argument
137 extern const TSK_VS_PART_INFO *tsk_vs_part_get(const TSK_VS_INFO *, argument
/dports/sysutils/py-pytsk/pytsk3-20210419/sleuthkit/tsk/auto/
H A Dis_image_supported.cpp60 TskIsImageSupported::filterVol(const TSK_VS_PART_INFO * /*vs_part*/) in filterVol()
H A Dauto.cpp205 TskAuto::filterVol(const TSK_VS_PART_INFO * /*vs_part*/) in filterVol()
/dports/sysutils/sleuthkit/sleuthkit-4.7.0/tsk/auto/
H A Dis_image_supported.cpp60 TskIsImageSupported::filterVol(const TSK_VS_PART_INFO * /*vs_part*/) in filterVol()
H A Dauto.cpp200 TskAuto::filterVol(const TSK_VS_PART_INFO * /*vs_part*/) in filterVol()
/dports/sysutils/sleuthkit/sleuthkit-4.7.0/tools/autotools/
H A Dtsk_comparedir.cpp249 TskCompareDir::filterVol(const TSK_VS_PART_INFO * /*a_vs_part*/) in filterVol()
H A Dtsk_recover.cpp341 TskRecover::filterVol(const TSK_VS_PART_INFO * /*vs_part*/) in filterVol()
/dports/sysutils/py-pytsk/pytsk3-20210419/sleuthkit/tsk/pool/
H A Dtsk_pool.hpp41 inline const Guid &uuid() const { return _uuid; }