Home
last modified time | relevance | path

Searched refs:FMRI (Results 1 – 19 of 19) sorted by relevance

/titanic_51/usr/src/cmd/fs.d/nfs/svc/
H A Dnfs-server143 FMRI=$2
145 file=`fmri_to_file $FMRI $IPF_SUFFIX`
146 file6=`fmri_to_file $FMRI $IPF6_SUFFIX`
147 echo "# $FMRI" >$file
148 echo "# $FMRI" >$file6
154 if [ "$FMRI" = "$NFS_FMRI" ]; then
155 service_check_state $FMRI $SMF_ONLINE
161 nfs_name=`svcprop -p $FW_CONTEXT_PG/name $FMRI 2>/dev/null`
164 generate_rules $FMRI $policy "tcp" $tport $file
169 generate_rules $FMRI
[all...]
/titanic_51/usr/src/cmd/smbsrv/smbd/
H A Dsvc-smbd35 FMRI=$1
36 file=`fmri_to_file $FMRI $IPF_SUFFIX`
37 file6=`fmri_to_file $FMRI $IPF6_SUFFIX`
38 policy=`get_policy ${FMRI}`
44 echo "# $FMRI" >$file
45 echo "# $FMRI" >$file6
51 generate_rules $FMRI $policy "tcp" $port $file
52 generate_rules $FMRI $policy "tcp" $port $file6 _6
53 generate_rules $FMRI $policy "udp" $port $file
54 generate_rules $FMRI
[all...]
/titanic_51/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dsvc-route37 FMRI=$1
38 file=`fmri_to_file ${FMRI} $IPF_SUFFIX`
43 echo "# $FMRI" >$file
49 policy=`get_policy $FMRI`
50 iana_name=`svcprop -p $FW_CONTEXT_PG/name ${FMRI} 2>/dev/null`
56 generate_rules $FMRI $policy "tcp" $tport $file
60 generate_rules $FMRI $policy "udp" $uport $file
/titanic_51/usr/src/cmd/tsol/tnd/
H A Dsvc-tnd31 FMRI=svc:/network/tnd
35 val=`svcprop -p tnd/debug_level $FMRI`
38 val=`svcprop -p tnd/debug_file $FMRI`
42 val=`svcprop -p tnd/poll_interval $FMRI`
/titanic_51/usr/src/cmd/ypcmd/
H A Dyp.sh34 FMRI=$1
35 file=`fmri_to_file $FMRI $IPF_SUFFIX`
36 file6=`fmri_to_file $FMRI $IPF6_SUFFIX`
37 iana_name=`svcprop -p $FW_CONTEXT_PG/name $FMRI`
53 echo "# $FMRI" >$file
54 echo "# $FMRI" >$file6
/titanic_51/usr/src/cmd/cmd-inet/usr.sbin/in.rdisc/
H A Dsvc-rdisc35 FMRI=$1
36 file=`fmri_to_file $FMRI $IPF_SUFFIX`
40 echo "# $FMRI" >$file
/titanic_51/usr/src/cmd/lp/cmd/lpsched/
H A Dprint-svc121 FMRI=$2
124 policy=`get_policy $FMRI`
136 generate_rules $FMRI $policy $rfc_proto $rfc_port $file
137 generate_rules $FMRI $policy $rfc_proto $rfc_port $file6 _6
/titanic_51/usr/src/cmd/fm/notify/smtp-notify/common/
H A Dprocess_msg_template.sh62 cat $tmpfile2 | sed s/\%\<FMRI\>/svc\:\\/\%\<attr.svc.svc-name\>\:\%\<attr.svc.svc-instance\>/g > $tmpfile1
/titanic_51/usr/src/lib/fm/libfmd_snmp/mibs/
H A DSUN-FM-MIB.mib186 "The Sun FMRI of the Fault Manager diagnosis engine that
299 "Sun FMRI of the Automated System Reconfiguration Unit (ASRU)
308 "Sun FMRI of the Field Replaceable Unit (FRU) that should be
317 "Sun FMRI of the resource responsible for the generation of
461 "Sun FMRI of the Automated System Reconfiguration Unit (ASRU)
H A DSUN-IREPORT-MIB.mib65 "Represents the FMRI of an SMF service"
139 "FMRI of the SMF service asssociated with this event"
/titanic_51/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_parse.h138 #define FMRI "fmri" macro
H A Dtopo_2xml.c181 (void) snprintf(tbuf, 10, "%s", FMRI); in txml_print_prop()
H A Dtopo_xml.c168 } else if (xmlStrcmp(str, (xmlChar *)FMRI) == 0) { in xmlattr_to_type()
/titanic_51/usr/src/cmd/fm/eversholt/files/i386/i86pc/
H A Dgcpu_amd.esc42 * syndrome and syndrome-type, and usually also a resource FMRI to identify
43 * the affected resource. In the AMD case a resource FMRI is included for
46 * on a NorthBridge node. The resource FMRI has form
/titanic_51/usr/src/pkg/
H A DREADME.pkg402 Note that in all cases the package FMRI is updated to the obsoletion
425 Every package must have an FMRI. That is the package's
/titanic_51/usr/src/cmd/krb5/kadmin/kclient/
H A Dkclient.sh1089 printf "$(gettext "%s property not set to 'true' for the %s FMRI").\n" $ddnsProp $smbFMRI
/titanic_51/usr/src/uts/common/os/
H A Dpriv_defs43 Allows a process to set the service FMRI value of a process
/titanic_51/usr/src/lib/libnwam/
H A DREADME61 ENM include an FMRI or Start and Stop exec strings, an optional environment
/titanic_51/usr/src/test/zfs-tests/include/
H A Dlibtest.shlib1063 log_note "Current NFS status: '$($SVCS -Ho STA,FMRI $nfs_fmri)'"