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

/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dutil.h60 #define NET_LOC_FMRI "svc:/network/location:default" macro
H A Dloc.c167 nwamd_lookup_string_property(NET_LOC_FMRI, NET_LOC_PG,
211 if (nwamd_set_string_property(NET_LOC_FMRI, NET_LOC_PG,
213 char *state = smf_get_state(NET_LOC_FMRI);
218 (void) smf_restore_instance(NET_LOC_FMRI);
219 if (smf_refresh_instance(NET_LOC_FMRI) == 0) {
229 "%s could not be refreshed", NET_LOC_FMRI);
H A Dncu_ip.c1126 "DHCP information", NET_LOC_FMRI);
1127 (void) smf_restore_instance(NET_LOC_FMRI);
1128 if (smf_refresh_instance(NET_LOC_FMRI) != 0) {
1132 "failed", NET_LOC_FMRI);
/illumos-gate/usr/src/cmd/svc/milestone/
H A Dnet-nwam37 NET_LOC_FMRI="svc:/network/location:default"
498 if service_exists $NET_LOC_FMRI ; then
499 $SVCADM enable -t $NET_LOC_FMRI
517 if service_exists $NET_LOC_FMRI ; then
518 $SVCADM enable -t $NET_LOC_FMRI
608 $SVCCFG -s $NET_LOC_FMRI delpg location

Completed in 62 milliseconds