Searched refs:KEY_BUFFER_SIZE (Results 1 – 3 of 3) sorted by relevance
101 #define KEY_BUFFER_SIZE 48 macro
1345 char refbuf[KEY_BUFFER_SIZE]; in pool_component_create()1387 if (snprintf(refbuf, KEY_BUFFER_SIZE, "%s_%lld", in pool_component_create()1388 pool_elem_class_string(pe), sys_id) > KEY_BUFFER_SIZE) { in pool_component_create()
287 if (snprintf(id, KEY_BUFFER_SIZE, "id_%llx", nid) > KEY_BUFFER_SIZE) { in get_unique_id()325 char id[KEY_BUFFER_SIZE]; /* Must be big enough for key below */ in node_create_with_id()