Searched refs:max_name_len (Results 1 - 1 of 1) sorted by relevance
/scfdot/ |
H A D | scfdot.c | 145 static ssize_t max_fmri_len, max_name_len, max_value_len; variable 439 static char *instname, *pgname; /* max_name_len + 1 long */ 463 if (scf_instance_get_name(i, instname, max_name_len + 1) == -1) { 508 if (scf_pg_get_name(g_pg, pgname, max_name_len + 1) < 0) 571 if (scf_pg_get_name(g_pg, pgname, max_name_len + 1) < 0) 828 if ((max_name_len = scf_limit(SCF_LIMIT_MAX_NAME_LENGTH)) < 0 || 837 if ((svcname = malloc(max_name_len + 1)) == NULL || 838 (instname = malloc(max_name_len + 1)) == NULL || 839 (pgname = malloc(max_name_len + 1)) == NULL || 871 if (scf_service_get_name(svc, svcname, max_name_len [all...] |
Completed in 6 milliseconds