/illumos-gate/usr/src/cmd/fs.d/nfs/svc/ |
H A D | nfs-server | 135 FMRI=$2 137 file=`fmri_to_file $FMRI $IPF_SUFFIX` 138 file6=`fmri_to_file $FMRI $IPF6_SUFFIX` 139 echo "# $FMRI" >$file 140 echo "# $FMRI" >$file6 146 if [ "$FMRI" = "$NFS_FMRI" ]; then 147 service_check_state $FMRI $SMF_ONLINE 153 nfs_name=`svcprop -p $FW_CONTEXT_PG/name $FMRI 2>/dev/null` 156 generate_rules $FMRI $policy "tcp" $tport $file 161 generate_rules $FMRI $policy "tcp" $tport6 $file6 _6 [all …]
|
/illumos-gate/usr/src/cmd/smbsrv/smbd/ |
H A D | svc-smbd | 35 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 $policy "udp" $port $file6 _6
|
/illumos-gate/usr/src/cmd/ssh/etc/ |
H A D | sshd | 52 FMRI=$1 53 ipf_file=`fmri_to_file ${FMRI} $IPF_SUFFIX` 54 ipf6_file=`fmri_to_file ${FMRI} $IPF6_SUFFIX` 55 policy=`get_policy ${FMRI}` 63 echo "# $FMRI" >$ipf_file 64 echo "# $FMRI" >$ipf6_file 66 generate_rules $FMRI $policy "tcp" $port $ipf_file 67 generate_rules $FMRI $policy "tcp" $port $ipf6_file _6
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/ |
H A D | svc-route | 37 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
|
/illumos-gate/usr/src/cmd/tsol/tnd/ |
H A D | svc-tnd | 31 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`
|
/illumos-gate/usr/src/cmd/ypcmd/ |
H A D | yp.sh | 34 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
|
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/ |
H A D | print-svc | 121 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
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.rdisc/ |
H A D | svc-rdisc | 35 FMRI=$1 36 file=`fmri_to_file $FMRI $IPF_SUFFIX` 40 echo "# $FMRI" >$file
|
/illumos-gate/usr/src/cmd/fm/notify/smtp-notify/common/ |
H A D | process_msg_template.sh | 62 cat $tmpfile2 | sed s/\%\<FMRI\>/svc\:\\/\%\<attr.svc.svc-name\>\:\%\<attr.svc.svc-instance\>/g > $…
|
/illumos-gate/usr/src/lib/fm/libfmd_snmp/mibs/ |
H A D | SUN-FM-MIB.mib | 186 "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 D | SUN-IREPORT-MIB.mib | 65 "Represents the FMRI of an SMF service" 139 "FMRI of the SMF service asssociated with this event"
|
/illumos-gate/usr/src/cmd/fm/eversholt/files/i386/i86pc/ |
H A D | gcpu_amd.esc | 42 * 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
|
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_parse.h | 142 #define FMRI "fmri" macro
|
H A D | topo_2xml.c | 220 FMRI, Value, fmristr, NULL); in txml_print_prop()
|
H A D | topo_xml.c | 185 } else if (xmlStrcmp(str, (xmlChar *)FMRI) == 0) { in xmlattr_to_type()
|
/illumos-gate/usr/src/pkg/ |
H A D | README.pkg | 395 Note that in all cases the package FMRI is updated to the obsoletion 418 Every package must have an FMRI. That is the package's
|
/illumos-gate/usr/src/cmd/krb5/kadmin/kclient/ |
H A D | kclient.sh | 1089 printf "$(gettext "%s property not set to 'true' for the %s FMRI").\n" $ddnsProp $smbFMRI
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | priv_defs | 43 Allows a process to set the service FMRI value of a process
|
/illumos-gate/usr/src/lib/libnwam/ |
H A D | README | 61 ENM include an FMRI or Start and Stop exec strings, an optional environment
|
/illumos-gate/usr/src/test/zfs-tests/include/ |
H A D | libtest.shlib | 1115 log_note "Current NFS status: '$(svcs -Ho STA,FMRI $nfs_fmri)'"
|