Searched refs:max_scf_value_length (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/svc/svcs/
H A Dsvcs.h40 extern ssize_t max_scf_value_length;
H A Dsvcs.c129 ssize_t max_scf_value_length; variable
1101 common_name_buf = safe_malloc(max_scf_value_length + 1);
1103 bzero(common_name_buf, max_scf_value_length + 1);
1108 SCF_TYPE_USTRING, common_name_buf, max_scf_value_length, 0,
1111 SCF_TYPE_USTRING, common_name_buf, max_scf_value_length, 0,
2221 char *val_buf = safe_malloc(max_scf_value_length + 1);
2297 max_scf_value_length + 1) < 0)
2359 val_buf = safe_malloc(max_scf_value_length + 1);
2371 val_buf, max_scf_value_length + 1, 0) == 0)
2379 val_buf, max_scf_value_length
[all...]
H A Dexplain.c271 g_value_sz = max_scf_value_length + 1;
/illumos-gate/usr/src/cmd/svc/svcprop/
H A Dsvcprop.c102 static ssize_t max_scf_value_length; variable
1115 max_scf_value_length = scf_limit(SCF_LIMIT_MAX_VALUE_LENGTH);
1117 if (max_scf_name_length == -1 || max_scf_value_length == -1 ||

Completed in 89 milliseconds