Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/svcs/
H A Dsvcs.c1505 char *scope_buf = safe_malloc(max_scf_name_length + 1); in sprint_scope() local
1511 if (scf_scope_get_name(wip->scope, scope_buf, max_scf_name_length) < 0) in sprint_scope()
1515 COMPONENT_COLUMN_WIDTH, scope_buf); in sprint_scope()
1519 free(scope_buf); in sprint_scope()