System Grab Bag

View all man pages from Ubuntu (or from all projects)

Name

dmmp_path_group_status_str - Convert path group status to string.

Synopsis

"const char *" dmmp_path_group_status_str (uint32_t " pg_status ");

Arguments

uint32_t. Path group status. When provided value is not a valid path group status, return "Invalid argument".

Description

Convert path group status uint32_t to string (const char *).

Return

const char *. Valid string are: * "Invalid argument" * "undef" * "enabled" * "disabled" * "active"