Go to the source code of this file.
|
| void | native_add_running (resource_t *rsc, node_t *node, pe_working_set_t *data_set) |
| |
| gboolean | native_unpack (resource_t *rsc, pe_working_set_t *data_set) |
| |
| resource_t * | native_find_rsc (resource_t *rsc, const char *id, const node_t *on_node, int flags) |
| |
| char * | native_parameter (resource_t *rsc, node_t *node, gboolean create, const char *name, pe_working_set_t *data_set) |
| |
| gboolean | native_active (resource_t *rsc, gboolean all) |
| |
| void | common_print (resource_t *rsc, const char *pre_text, const char *name, node_t *node, long options, void *print_data) |
| |
| void | native_print (resource_t *rsc, const char *pre_text, long options, void *print_data) |
| |
| void | native_free (resource_t *rsc) |
| |
| enum rsc_role_e | native_resource_state (const resource_t *rsc, gboolean current) |
| |
| pe_node_t * | native_location (const pe_resource_t *rsc, GList **list, int current) |
| |
| void | print_rscs_brief (GListPtr rsc_list, const char *pre_text, long options, void *print_data, gboolean print_all) |
| |
◆ VARIANT_NATIVE
◆ common_print()
| void common_print |
( |
resource_t * |
rsc, |
|
|
const char * |
pre_text, |
|
|
const char * |
name, |
|
|
node_t * |
node, |
|
|
long |
options, |
|
|
void * |
print_data |
|
) |
| |
◆ native_active()
| gboolean native_active |
( |
resource_t * |
rsc, |
|
|
gboolean |
all |
|
) |
| |
◆ native_add_running()
◆ native_find_rsc()
◆ native_free()
◆ native_location()
◆ native_parameter()
◆ native_print()
| void native_print |
( |
resource_t * |
rsc, |
|
|
const char * |
pre_text, |
|
|
long |
options, |
|
|
void * |
print_data |
|
) |
| |
◆ native_resource_state()
◆ native_unpack()
◆ print_rscs_brief()
| void print_rscs_brief |
( |
GListPtr |
rsc_list, |
|
|
const char * |
pre_text, |
|
|
long |
options, |
|
|
void * |
print_data, |
|
|
gboolean |
print_all |
|
) |
| |