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

/illumos-gate/usr/src/cmd/svc/startd/
H A Dlibscf.c2061 * Return template values for inst in *common_name suitable for use in
2071 char **common_name, char **c_common_name)
2140 *common_name = cname;
2070 libscf_get_template_values(scf_instance_t *inst, scf_snapshot_t *snap, char **common_name, char **c_common_name) argument
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_xml.c117 "common_name", /* SC_COMMON_NAME */
1902 * Get the common_name which is present as localized text at common_name in
1903 * the manifest. The common_name is stored as the value of a property in
1909 lxml_get_tm_common_name(entity_t *service, xmlNodePtr common_name) argument
1919 return (lxml_get_all_loctext(service, pg, common_name, LOCALE_ONLY_FMT,
1920 "common_name"));
2399 * The value element contains 0 or 1 common_name element followed by 0 or 1
2401 * The common_name and description are stored as property values in pg.
H A Dsvccfg_libscf.c133 xmlNodePtr common_name; member in struct:template_elts
10290 telts->common_name = export_tm_loctext(pg, "common_name");
10291 if (telts->common_name == NULL)
10655 if (template_elts.common_name != NULL) {
10657 (void) xmlAddChild(elts.template, template_elts.common_name);
10781 if (template_elts.common_name != NULL) {
10783 (void) xmlAddChild(elts.template, template_elts.common_name);
13259 char *common_name = NULL; local
13277 common_name
[all...]

Completed in 99 milliseconds