Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libshare/common/
H A Dscfutil.c46 ssize_t scf_max_name_len; variable
107 if (scf_max_name_len <= 0) in sa_scf_init()
108 scf_max_name_len = SA_MAX_NAME_LEN + 1; in sa_scf_init()
275 name = malloc(scf_max_name_len); in sa_extract_pgroup()
291 scf_max_name_len) > 0) { in sa_extract_pgroup()
503 name = malloc(scf_max_name_len); in sa_share_from_pgroup()
818 name = malloc(scf_max_name_len); in sa_share_props_from_pgroup()
829 scf_max_name_len) > 0) { in sa_share_props_from_pgroup()
888 buff = malloc(scf_max_name_len); in sa_extract_group()
928 scf_max_name_len); in sa_extract_group()
[all …]
H A Dlibshare.c76 extern ssize_t scf_max_name_len; /* defined in scfutil during initialization */
647 if (len < (scf_max_name_len - sizeof ("group:"))) { in sa_valid_group_name()