Home
last modified time | relevance | path

Searched refs:KEY_BUFFER_SIZE (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libpool/common/
H A Dpool_internal.h101 #define KEY_BUFFER_SIZE 48 macro
H A Dpool.c1345 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()
H A Dpool_xml.c287 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()