/titanic_41/usr/src/cmd/ypcmd/net_files/ |
H A D | Makefile | 81 all: passwd group hosts ipnodes ethers networks rpc services protocols \ 178 services.time: $(DIR)/services 180 $(DIR)/services $(CHKPIPE))| $(MAKEDBM) - $(YPDBDIR)/$(DOM)/services.byname; 189 $(DIR)/services $(CHKPIPE)) | \ 190 $(MAKEDBM) $(B) - $(YPDBDIR)/$(DOM)/services.byservicename 192 @touch services.time; 194 @if [ ! $(NOPUSH) ]; then $(YPPUSH) -d $(DOM) services.byname; fi 195 @if [ ! $(NOPUSH) ]; then $(YPPUSH) -d $(DOM) services.byservicename; fi 461 services: services.time target
|
H A D | nicknames | 8 services services.byname
|
/titanic_41/usr/src/uts/common/sys/ib/mgt/ibdma/ |
H A D | ibdma.h | 84 ib_dm_ioc_ctrl_profile_t *profile, ib_dm_srv_t *services); 95 ib_dm_ioc_ctrl_profile_t *profile, ib_dm_srv_t *services);
|
/titanic_41/usr/src/cmd/fm/dicts/ |
H A D | PCIEX.po | 39 msgstr "Loss of services provided by the device instances associated with this fault\n" 55 msgstr "Loss of services provided by the device instances associated with this fault\n" 71 msgstr "Loss of services provided by the device instances associated with this fault\n" 87 msgstr "Loss of services provided by the device instances associated with this fault\n" 103 msgstr "Loss of services provided by the device instances associated with this fault\n" 119 msgstr "Loss of services provided by the device instances associated with this fault\n" 135 msgstr "Loss of services provided by the device instances associated with this fault\n" 151 msgstr "Loss of services provided by the device instances associated with this fault\n" 167 msgstr "Loss of services provided by the device instances associated with this fault\n" 183 msgstr "Loss of services provided by the device instances associated with this fault\n" [all …]
|
H A D | SUN4.po | 41 msgstr "Loss of services provided by the device instances associated with this fault" 57 msgstr "Loss of services provided by the device instances associated with this fault" 89 msgstr "Loss of services provided by the device instances associated with this fault" 105 msgstr "Loss of services provided by the device instances associated with this fault" 121 msgstr "Loss of services provided by the device instances associated with\nthis problem" 153 msgstr "Loss of services provided by the device instances associated with this fault" 169 msgstr "Loss of services provided by the device instances associated with this problem" 201 msgstr "Loss of services provided by the device instances associated with this fault" 233 msgstr "Loss of services provided by the device instances associated with this fault" 249 msgstr "Loss of services provided by the device instances associated with this fault" [all …]
|
H A D | PCI.po | 39 msgstr "Loss of services provided by the device instances associated with this problem." 55 msgstr "Loss of services provided by the device instances associated with this fault." 151 msgstr "Possible loss of services provided by the device instances associated with this fault\n" 167 msgstr "Possible loss of services provided by the device instances associated with this fault\n" 183 msgstr "Possible loss of services provided by the device instances associated with this fault\n" 199 msgstr "Possible loss of services provided by the device instances associated with this fault\n" 215 msgstr "Possible loss of services provided by the device instances associated with this fault\n" 231 msgstr "Possible loss of services provided by the device instances associated with this fault\n" 247 msgstr "Possible loss of services provided by the device instances associated with this fault\n" 263 msgstr "Degraded services provided by the device instances associated with this fault\n" [all …]
|
/titanic_41/usr/src/cmd/initpkg/ |
H A D | nscd.conf | 120 positive-time-to-live services 3600 121 negative-time-to-live services 5 122 keep-hot-count services 20 123 check-files services yes
|
/titanic_41/usr/src/lib/brand/solaris10/zone/ |
H A D | smf_disable.lst | 24 # This is a list of SMF services which should be disabled when installing 25 # the zone. Do not edit this file. Site-specific services which must be 27 # file. During the zone installation, the services will be disabled if
|
/titanic_41/usr/src/cmd/svc/milestone/ |
H A D | README | 32 manifests, for milestones and services that are required for the seed 33 repository construction. This includes most services required for 34 satisfying the single-user milestone. (In general, services associated
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | library-security-tcp-wrapper.mf | 30 value="tcpd - access control facility for internet services" 32 value="tcpd - access control facility for internet services" 54 desc="tcpd - access control facility for internet services" \ 55 name="tcpd - access control facility for internet services"
|
H A D | system-library-security-rpcsec.mf | 27 set name=pkg.description value="GSS-API services for ONC RPC" 37 legacy pkg=SUNWrsg desc="GSS-API services for ONC RPC" name=RPCSEC_GSS
|
H A D | system-kernel-secure-rpc.mf | 33 set name=pkg.description value="kernel GSS-API services for ONC RPC" 42 legacy pkg=SUNWrsgk desc="kernel GSS-API services for ONC RPC" \
|
H A D | driver-pcmcia.mf | 34 value="kernel modules and start-up files for PCMCIA card services" 56 desc="kernel modules and start-up files for PCMCIA card services" \
|
/titanic_41/usr/src/cmd/netfiles/ |
H A D | Makefile | 25 TXTS= nsswitch.conf netconfig hosts services 30 FILES= hosts services
|
H A D | nsswitch.files | 31 # "hosts:" and "services:" in this file are used only if the 50 services: files
|
H A D | nsswitch.ldap | 29 # "hosts:" and "services:" in this file are used only if the 60 services: files ldap
|
H A D | nsswitch.nis | 29 # "hosts:" and "services:" in this file are used only if the 60 services: files nis
|
H A D | nsswitch.conf | 46 services: files
|
/titanic_41/usr/src/lib/smbsrv/libmlsvc/common/ |
H A D | svcctl_svc.c | 710 param->services = NDR_STRDUP(mxa, ""); in svcctl_s_EnumDependentServices() 717 param->services = NDR_MALLOC(mxa, input_bufsize); in svcctl_s_EnumDependentServices() 718 if (param->services == NULL) { in svcctl_s_EnumDependentServices() 723 bzero(param->services, input_bufsize); in svcctl_s_EnumDependentServices() 732 param->services = NDR_STRDUP(mxa, ""); in svcctl_s_EnumDependentServices() 770 param->services = NDR_MALLOC(mxa, buf_size); in svcctl_s_EnumServicesStatus() 771 if (param->services == NULL) { in svcctl_s_EnumServicesStatus() 775 bzero(param->services, buf_size); in svcctl_s_EnumServicesStatus() 786 svc_num = svcctl_scm_enum_services(mgr_ctx, param->services, in svcctl_s_EnumServicesStatus() 807 param->services = NDR_STRDUP(mxa, ""); in svcctl_s_EnumServicesStatus() [all …]
|
/titanic_41/usr/src/cmd/ipf/examples/ |
H A D | example.11 | 16 # allow any connections to be made, except to BSD print/r-services 22 # allow any connections to be made, except to BSD print/r-services
|
H A D | firewall | 17 Draw up a list of which services you want to allow users to use on the 38 as a name to a number is controlled with the /etc/services file.
|
/titanic_41/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | ServiceTable.java | 977 Hashtable services = in findServices() local 986 Enumeration allSurls = services.keys(); in findServices() 994 services.remove(aSurl); in findServices() 1001 SrvLocMsg ack = req.makeReply(services, signatures); in findServices() 1011 services, in findServices() 1362 Hashtable services = in makeDAAdvert() local 1367 Enumeration urls = services.keys(); in makeDAAdvert() 1501 Hashtable services = in makeSAAdvert() local 1503 Enumeration en = services.keys(); in makeSAAdvert()
|
/titanic_41/usr/src/cmd/ypcmd/ |
H A D | ypstop.sh | 38 /usr/sbin/svcadm restart milestone/name-services
|
H A D | ypxfr_1perday.sh | 40 ypxfr services.byname
|
/titanic_41/usr/src/cmd/initpkg/init.d/ |
H A D | README | 27 scripts for managing services. The preferred method of service 45 environment in which services are run, refer to the SMF documentation. 47 Legacy services are reported by the default svcs(1m) output, and (where
|