Searched defs:PedExceptionOption (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libparted/common/include/parted/
H A Dexception.h58 typedef enum _PedExceptionOption PedExceptionOption; typedef in typeref:enum:_PedExceptionOption
77 PedExceptionOption options; /**< ORed list of options that
83 typedef PedExceptionOption (PedExceptionHandler) (PedException* ex);
88 extern char* ped_exception_get_option_string (PedExceptionOption ex_opt);
93 extern PedExceptionOption ped_exception_default_handler (PedException* ex);
95 extern PedExceptionOption ped_exception_throw (PedExceptionType ex_type,
96 PedExceptionOption ex_opt,
101 extern PedExceptionOption ped_exception_rethrow ();

Completed in 50 milliseconds