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

/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dutil.c424 * lfmri is the instance fmri to look up
437 nwamd_lookup_boolean_property(const char *lfmri, const char *lpg, argument
444 if (get_property_value(lfmri, lpg, lprop, B_TRUE, &res) != 0) {
465 * lfmri is the instance fmri to look up
480 nwamd_lookup_string_property(const char *lfmri, const char *lpg, argument
486 if (get_property_value(lfmri, lpg, lprop, B_TRUE, &res) != 0) {
492 if (get_property_value(lfmri, lpg, lprop, B_FALSE, &res) != 0) {
512 * lfmri is the instance fmri to look up
525 nwamd_lookup_count_property(const char *lfmri, const char *lpg, argument
531 if (get_property_value(lfmri, lp
[all...]
/illumos-gate/usr/src/cmd/svc/svcs/
H A Dsvcs.c2074 char *lfmri; local
2080 lfmri = safe_strdup(fmri);
2085 if (scf_parse_file_fmri(lfmri, NULL, &path) == SCF_SUCCESS) {
2104 (void) strcpy(lfmri, fmri);
2106 if (scf_parse_svc_fmri(lfmri, NULL, &svc_name, &inst_name,
2108 free(lfmri);
2113 free(lfmri);
/illumos-gate/usr/src/cmd/svc/startd/
H A Dgraph.c6766 char *lfmri, *end_inst_fmri; local
6771 lfmri = safe_strdup(fmri);
6774 if (scf_parse_svc_fmri(lfmri, NULL, NULL, &inst_name, &pg_name,
6788 free(lfmri);
6794 free(lfmri);
6813 free(lfmri);
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c1854 char *lfmri = NULL; local
2069 lfmri = safe_malloc(max_scf_fmri_len + 1);
2071 scf_service_to_fmri(s, lfmri, max_scf_fmri_len + 1) < 0)
2074 fmri = (const char *)lfmri;
2108 free(lfmri);

Completed in 88 milliseconds