Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/svcs/
H A Dsvcs.h39 extern ssize_t max_scf_name_length;
H A Dsvcs.c132 ssize_t max_scf_name_length; variable
1505 char *scope_buf = safe_malloc(max_scf_name_length + 1); in sprint_scope()
1511 if (scf_scope_get_name(wip->scope, scope_buf, max_scf_name_length) < 0) in sprint_scope()
1537 char *svc_buf = safe_malloc(max_scf_name_length + 1); in sprint_service()
1543 max_scf_name_length + 1) < 0) in sprint_service()
1547 svc_buf, max_scf_name_length + 1, EMPTY_OK) != 0) in sprint_service()
1582 char *tmp = safe_malloc(max_scf_name_length + 1); in sprint_instance()
1588 max_scf_name_length + 1) < 0) in sprint_instance()
2208 char *pg_name_buf = safe_malloc(max_scf_name_length + 1); in print_application_properties()
2209 char *prop_name_buf = safe_malloc(max_scf_name_length + 1); in print_application_properties()
[all …]
H A Dexplain.c557 svcname = safe_malloc(max_scf_name_length + 1); in load_services()
558 instname = safe_malloc(max_scf_name_length + 1); in load_services()
571 max_scf_name_length + 1) < 0) { in load_services()
594 max_scf_name_length + 1) < 0) { in load_services()
/illumos-gate/usr/src/cmd/svc/svcprop/
H A Dsvcprop.c101 static ssize_t max_scf_name_length; variable
248 buf_sz = max_scf_name_length + 1; in display_prop()
1110 max_scf_name_length = scf_limit(SCF_LIMIT_MAX_NAME_LENGTH); in main()
1113 if (max_scf_name_length == -1 || max_scf_value_length == -1 || in main()