Home
last modified time | relevance | path

Searched refs:network (Results 1 – 25 of 292) sorted by relevance

12345678910>>...12

/illumos-gate/usr/src/cmd/svc/shell/
H A Dmfsthistory34 svc:/network/http:apache2 var/svc/manifest/network/http-apache2.xml
35 svc:/network/http var/svc/manifest/network/http-apache2.xml
36 svc:/network/apocd/udp:default var/svc/manifest/network/apocd.xml
37 svc:/network/apocd/udp var/svc/manifest/network/apocd.xml
40 svc:/network/dns/server:bind9 var/svc/manifest/network/dns/bind9-server.xml
41 svc:/network/dns/server var/svc/manifest/network/dns/bind9-server.xml
42 svc:/network/uucp:default var/svc/manifest/network/uucp.xml
43 svc:/network/uucp var/svc/manifest/network/uucp.xml
44 svc:/network/rarp:default var/svc/manifest/network/rarp.xml
45 svc:/network/rarp var/svc/manifest/network/rarp.xml
[all …]
/illumos-gate/usr/src/cmd/svc/seed/
H A DMakefile48 network \
49 network/dns \
50 network/ldap \
51 network/nis \
52 network/rpc
74 network/dlmgmt.xml \
75 network/network-initial.xml \
76 network/network-ipmgmt.xml \
77 network/network-loopback.xml \
78 network/network-netcfg.xml \
[all …]
/illumos-gate/usr/src/cmd/hal/addons/network-devices/
H A Daddon-network-discovery.c40 char *network; member
46 nds_snmp_scan(LibHalContext *ctx, char *parent, char *community, char *network) in nds_snmp_scan() argument
51 ctx, NP(parent), NP(community), NP(network))); in nds_snmp_scan()
56 if (network == NULL) { in nds_snmp_scan()
66 scan_for_devices_using_snmp(ctx, parent, community, network); in nds_snmp_scan()
84 if (args->network) free(args->network); in nds_snmp_scan_cb()
89 nds_snmp_scan(args->ctx, args->parent, args->community, args->network); in nds_snmp_scan_cb()
96 char *community, char *network) in nds_EnablePrinterScanningViaSNMP() argument
99 ctx, NP(parent), interval, NP(community), NP(network))); in nds_EnablePrinterScanningViaSNMP()
112 snmp_cb_data->network = STRDUP(network); in nds_EnablePrinterScanningViaSNMP()
[all …]
H A DMakefile27 PROG = hald-addon-network-discovery
28 OBJS = addon-network-discovery.o probe-snmp.o snmp.o logger.o cache.o common.o printer.o
30 MANIFEST = network-discovery.xml
31 SVCMETHOD = svc-network-discovery
55 probe-snmp.o: ../../probing/network-printer/probe-snmp.c
56 $(COMPILE.c) -o $@ ../../probing/network-printer/probe-snmp.c
H A Dsvc-network-discovery56 network=`/bin/svcprop -p config/network ${SMF_FMRI} 2>/dev/null`
79 network=`/bin/svcprop -p config/network ${SMF_FMRI} 2>/dev/null`
/illumos-gate/usr/src/cmd/svc/milestone/
H A DMakefile41 network-initial.xml \
42 network-install.xml \
43 network-iptun.xml \
44 network-ipqos.xml \
45 network-location.xml \
46 network-loopback.xml \
47 network-netcfg.xml \
48 network-netmask.xml \
49 network-netcfg.xml \
50 network-physical.xml \
[all …]
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypinit.sh343 enable_this_boot network/nis/client:default
345 enable_next_boot network/nis/client:default
356 /usr/sbin/svcadm disable network/nis/server:default
357 /usr/sbin/svcadm disable network/nis/xfr:default
358 /usr/sbin/svcadm disable network/nis/passwd:default
359 /usr/sbin/svcadm disable network/nis/update:default
475 enable_this_boot network/nis/server:default
477 enable_this_boot network/nis/client:default
546 enable_this_boot network/nis/server:default
547 enable_this_boot network/nis/xfr:default
[all …]
H A Dypstart.sh52 state=`/usr/bin/svcprop -p restarter/state network/nis/server:default`
58 enable svc:/network/nis/server:default && echo " ypserv\c"
74 state=`/usr/bin/svcprop -p restarter/state network/nis/client:default`
80 enable svc:/network/nis/client:default && echo " ypbind\c"
91 enable svc:/network/nis/xfr:default && echo " ypxfrd\c"
92 enable svc:/network/nis/passwd:default &&
96 enable svc:/network/nis/update:default &&
/illumos-gate/usr/src/pkg/manifests/
H A Dservice-network-network-servers.p5m27 set name=pkg.fmri value=pkg:/service/network/network-servers@$(PKGVERS)
38 dir path=lib/svc/manifest/network group=sys
39 file path=lib/svc/manifest/network/comsat.xml group=sys mode=0444
40 file path=lib/svc/manifest/network/finger.xml group=sys mode=0444
41 file path=lib/svc/manifest/network/login.xml group=sys mode=0444
42 file path=lib/svc/manifest/network/rexec.xml group=sys mode=0444
43 dir path=lib/svc/manifest/network/rpc group=sys
44 file path=lib/svc/manifest/network/rpc/rstat.xml group=sys mode=0444
45 file path=lib/svc/manifest/network/rpc/rusers.xml group=sys mode=0444
46 file path=lib/svc/manifest/network/rpc/spray.xml group=sys mode=0444
[all …]
H A Dservice-network-legacy.p5m26 set name=pkg.fmri value=pkg:/service/network/legacy@$(PKGVERS)
36 dir path=lib/svc/manifest/network group=sys
37 file path=lib/svc/manifest/network/chargen.xml group=sys mode=0444
38 file path=lib/svc/manifest/network/daytime.xml group=sys mode=0444
39 file path=lib/svc/manifest/network/discard.xml group=sys mode=0444
40 file path=lib/svc/manifest/network/echo.xml group=sys mode=0444
41 file path=lib/svc/manifest/network/time.xml group=sys mode=0444
H A Ddriver-network-vioif.p5m27 set name=pkg.fmri value=pkg:/driver/network/vioif@$(PKGVERS)
28 set name=pkg.summary value="VirtIO network driver"
29 set name=pkg.description value="VirtIO network driver"
43 legacy pkg=SUNWvioif desc="VirtIO network driver" name="VirtIO network driver"
H A Dservice-network-ssh-common.p5m16 set name=pkg.fmri value=pkg:/service/network/ssh-common@$(PKGVERS)
26 original_name=network/ssh:etc/ssh/ssh_config preserve=true
28 original_name=service/network/ssh:etc/ssh/sshd_config preserve=true
32 dir path=lib/svc/manifest/network group=sys
33 file path=lib/svc/manifest/network/ssh.xml group=sys mode=0444
H A Ddriver-network-platform.p5m32 set name=pkg.fmri value=pkg:/driver/network/platform@$(PKGVERS)
36 depend type=require fmri=driver/network/dnet
38 depend type=require fmri=driver/network/elxl
40 depend type=require fmri=driver/network/iprb
42 depend type=require fmri=driver/network/pcn
H A Dsystem-network-routing.p5m27 set name=pkg.fmri value=pkg:/system/network/routing@$(PKGVERS)
35 dir path=lib/svc/manifest/network group=sys
36 dir path=lib/svc/manifest/network/routing group=sys
37 file path=lib/svc/manifest/network/routing/ndp.xml group=sys mode=0444
38 file path=lib/svc/manifest/network/routing/rdisc.xml group=sys mode=0444
39 file path=lib/svc/manifest/network/routing/ripng.xml group=sys mode=0444
40 file path=lib/svc/manifest/network/routing/route.xml group=sys mode=0444
H A Dsystem-boot-network.p5m27 set name=pkg.fmri value=pkg:/system/boot/network@$(PKGVERS)
35 dir path=lib/svc/manifest/network group=sys
36 file path=lib/svc/manifest/network/rarp.xml group=sys mode=0444
37 dir path=lib/svc/manifest/network/rpc group=sys
38 file path=lib/svc/manifest/network/rpc/bootparams.xml group=sys mode=0444
/illumos-gate/usr/src/cmd/fm/dicts/
H A DNIC.po26 msgstr "The transceiver module has been disabled, and the network data link associated with it (%<f…
28 msgstr "No network traffic will pass through the data link or network interfaces associated with th…
43 msgstr "The transceiver module has been disabled, and the network data link associated with it (%<f…
45 msgstr "No network traffic will pass through the data link or network\ninterfaces associated with t…
60 msgstr "The transceiver module has been disabled, and the network data link associated with it (%<f…
62 msgstr "No network traffic will pass through the data link or network interfaces associated with th…
77 msgstr "The transceiver module has been disabled, and the network data link associated with it (%<f…
79 msgstr "No network traffic will pass through the data link or network\ninterfaces associated with t…
94 msgstr "The transceiver module slot has been disabled, and the network data link associated with it…
96 msgstr "No network traffic will pass through the data link or network\ninterfaces associated with t…
/illumos-gate/usr/src/cmd/cmd-inet/etc/
H A Dnetworks26 # The networks file associates Internet Protocol (IP) network numbers
27 # with network names. The format of this file is:
29 # network-name network-number nicnames . . .
33 # The loopback network is used only for intra-machine communication
H A Dnetmasks29 # masks with IP network numbers.
31 # network-number netmask
33 # The term network-number refers to a number obtained from the Internet Network
36 # Both the network-number and the netmasks are specified in
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/mpxu/devtree/
H A Dpicl_asr.conf62 net0&1 network disabled /pci@1f,700000/network@2 I?DeviceID=2
63 net0&1 network disabled /pci@1f,700000/network@2,1 I?DeviceID=2
64 net2&3 network disabled /pci@1d,700000/network@2 I?DeviceID=2
65 net2&3 network disabled /pci@1d,700000/network@2,1 I?DeviceID=2
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/seattle/devtree/
H A Dpicl_asr.conf81 net0&1 network disabled /pci@1e,600000/pci@0/pci@9/pci@0/network@4 I?DeviceID=2
82 net0&1 network disabled /pci@1e,600000/pci@0/pci@9/pci@0/network@4,1 I?DeviceID=2
83 net2&3 network disabled /pci@1e,600000/pci@0/pci@a/pci@0/network@4 I?DeviceID=2
84 net2&3 network disabled /pci@1e,600000/pci@0/pci@a/pci@0/network@4,1 I?DeviceID=2
/illumos-gate/usr/src/lib/nsswitch/ldap/common/
H A Dgetnetent.c65 char **network, *cname = NULL; in _nss_ldap_networks2str() local
109 network = __ns_ldap_getAttr(result->entry, _N_NETWORK); in _nss_ldap_networks2str()
110 if (network == NULL || network[0] == NULL || in _nss_ldap_networks2str()
111 (len = strlen(network[0])) < 1) { in _nss_ldap_networks2str()
115 len = snprintf(buffer, buflen, "%s %s", cname, network[0]); in _nss_ldap_networks2str()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/boston/devtree/
H A Dpicl_asr.conf176 net network disabled /pci@1e,600000/pci@0/pci@1/pci@0/network@4 I?DeviceID=4
177 net network unused /pci@1e,600000/pci@0/pci@1/pci@0/network@4,1 I?DeviceID=4,1
178 net0&1 network disabled /pci@1e,600000/pci@0/pci@1/pci@0/network@4 I?DeviceID=4
179 net0&1 network unused /pci@1e,600000/pci@0/pci@1/pci@0/network@4,1 I?DeviceID=4,1
180 net2&3 network disabled /pci@1f,700000/pci@0/pci@2/pci@0/network@4 I?DeviceID=4
181 net2&3 network unused /pci@1f,700000/pci@0/pci@2/pci@0/network@4,1 I?DeviceID=4,1
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Ddate.c219 settime(Shbltin_t* context, const char* cmd, Time_t now, int adjust, int network) in settime() argument
226 if (!adjust && !network) in settime()
242 if (network) in settime()
301 int network = 0; /* don't set network time */ in b_date() local
342 network = 1; in b_date()
502 else if (settime(context, cmd, now, increment, network)) in b_date()
/illumos-gate/usr/src/lib/libsecdb/
H A Dprof_attr.txt61 …gic configuration via nwamd:profiles=Network Autoconf User;auths=solaris.network.autoconf.write,so…
62 …r:::Network Auto-Magic User:auths=solaris.network.autoconf.read,solaris.network.autoconf.select,so…
63 Network ILB:::Manage ILB configuration via ilbadm:auths=solaris.network.ilb.config,solaris.network.…
64 Network VRRP:::Manage VRRP instances:auths=solaris.network.vrrp,solaris.smf.manage.vrrp;help=RtNetV…
65network configuration:auths=solaris.smf.manage.name-service-cache,solaris.smf.manage.bind,solaris.…
68 Network Security:::Manage network and host security:auths=solaris.smf.manage.ssh,solaris.smf.value.…
69 Network Wifi Management:::Manage wifi network configuration:auths=solaris.network.wifi.config;help=…
70 Network Wifi Security:::Manage wifi network security:auths=solaris.network.wifi.wep;help=RtNetWifiS…
71 Network Link Security:::Manage network link security:auths=solaris.network.link.security;help=RtNet…
/illumos-gate/usr/src/cmd/hal/probing/network-printer/
H A DMakefile27 PROG = hald-probe-network-printer
28 OBJS = probe-network-printer.o logger.o probe-snmp.o printer.o
29 SRCS = probe-network-printer.c

12345678910>>...12