Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fs.d/nfs/svc/
H A Dnfs-server159 FMRI=$2
161 file=`fmri_to_file $FMRI $IPF_SUFFIX`
162 echo "# $FMRI" >$file
169 if [ "$FMRI" = "$NFS_FMRI" ]; then
170 service_check_state $FMRI $SMF_ONLINE
176 nfs_name=`svcprop -p $FW_CONTEXT_PG/name $FMRI 2>/dev/null`
179 generate_rules $FMRI $policy "tcp" $ip $tport $file
184 generate_rules $FMRI $policy "udp" $ip $uport $file
190 generate_rules $FMRI $policy "tcp" $ip \
198 generate_rules $FMRI $policy "udp" $ip \
[all …]
/titanic_41/usr/src/cmd/smbsrv/smbd/
H A Dsvc-smbd33 FMRI=$1
34 file=`fmri_to_file $FMRI $IPF_SUFFIX`
36 policy=`get_policy ${FMRI}`
42 echo "# $FMRI" >$file
48 generate_rules $FMRI $policy "tcp" $ip $port $file
49 generate_rules $FMRI $policy "udp" $ip $port $file
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dsvc-route35 FMRI=$1
36 file=`fmri_to_file ${FMRI} $IPF_SUFFIX`
41 echo "# $FMRI" >$file
47 policy=`get_policy $FMRI`
48 iana_name=`svcprop -p $FW_CONTEXT_PG/name ${FMRI} 2>/dev/null`
54 generate_rules $FMRI $policy "tcp" "any" $tport $file
58 generate_rules $FMRI $policy "udp" "any" $uport $file
/titanic_41/usr/src/cmd/ssh/etc/
H A Dsshd50 FMRI=$1
51 ipf_file=`fmri_to_file ${FMRI} $IPF_SUFFIX`
52 policy=`get_policy ${FMRI}`
60 echo "# $FMRI" >$ipf_file
62 generate_rules $FMRI $policy "tcp" "any" $port $ipf_file
/titanic_41/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_41/usr/src/cmd/ypcmd/
H A Dyp.sh33 FMRI=$1
34 file=`fmri_to_file $FMRI $IPF_SUFFIX`
35 iana_name=`svcprop -p $FW_CONTEXT_PG/name $FMRI`
45 echo "# $FMRI" >$file
/titanic_41/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_41/usr/src/cmd/lp/cmd/lpsched/
H A Dprint-svc120 FMRI=$2
126 policy=`get_policy $FMRI`
136 generate_rules $FMRI $policy $rfc_proto $ip $rfc_port $file
156 generate_rules $FMRI $policy "tcp" $ip $port $file
/titanic_41/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 > $…
/titanic_41/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_41/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_41/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_41/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_41/usr/src/cmd/krb5/kadmin/kclient/
H A Dkclient.sh1074 printf "$(gettext "%s property not set to 'true' for the %s FMRI").\n" $ddnsProp $smbFMRI
/titanic_41/usr/src/lib/libnwam/
H A DREADME61 ENM include an FMRI or Start and Stop exec strings, an optional environment
/titanic_41/usr/src/uts/common/os/
H A Dpriv_defs43 Allows a process to set the service FMRI value of a process
/titanic_41/usr/src/test/zfs-tests/include/
H A Dlibtest.shlib1063 log_note "Current NFS status: '$($SVCS -Ho STA,FMRI $nfs_fmri)'"