Home
last modified time | relevance | path

Searched refs:cg_get_keyed_attribute_full (Results 1 – 2 of 2) sorted by relevance

/systemd-251/src/basic/
Dcgroup-util.h216 int cg_get_keyed_attribute_full(const char *controller, const char *path, const char *attribute, ch…
224 return cg_get_keyed_attribute_full(controller, path, attribute, keys, ret_values, 0); in cg_get_keyed_attribute()
233 …return cg_get_keyed_attribute_full(controller, path, attribute, keys, ret_values, CG_KEY_MODE_GRAC… in cg_get_keyed_attribute_graceful()
Dcgroup-util.c1802 int cg_get_keyed_attribute_full( in cg_get_keyed_attribute_full() function