Searched defs:max_scf_name_len (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c202 ssize_t max_scf_name_len; variable
952 (max_scf_name_len = scf_limit(SCF_LIMIT_MAX_NAME_LENGTH)) < 0 ||
959 if (max_scf_name_len > max_scf_len)
960 max_scf_len = max_scf_name_len;
1708 max_scf_name_len + 1) < 0)
1720 max_scf_name_len + 1) < 0)
2051 pg->sc_pgroup_name = safe_malloc(max_scf_name_len + 1);
2053 max_scf_name_len + 1) < 0)
4131 if (scf_property_get_name(prop, ud_name, max_scf_name_len + 1) < 0) {
7084 * the size of the buffer was reduced to max_scf_name_len t
[all...]

Completed in 67 milliseconds