Searched refs:ex_type (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libparted/common/libparted/
H A Dexception.c99 ped_exception_get_type_string (PedExceptionType ex_type) argument
101 return (char *) type_strings [ex_type - 1];
228 ped_exception_throw (PedExceptionType ex_type, argument
242 ex->type = ex_type;
/osnet-11/usr/src/lib/libparted/common/include/parted/
H A Dexception.h87 extern char* ped_exception_get_type_string (PedExceptionType ex_type);
95 extern PedExceptionOption ped_exception_throw (PedExceptionType ex_type,
/osnet-11/usr/src/lib/libparted/common/libparted/fs/reiserfs/
H A Dreiserfs.c188 int ex_type = libreiserfs_exception_type(exception); local
192 return ped_exception_throw (extype_libreiserfs_to_parted (ex_type),

Completed in 30 milliseconds