Home
last modified time | relevance | path

Searched refs:interfaces (Results 1 – 25 of 120) sorted by relevance

12345

/titanic_41/usr/src/cmd/cmd-inet/etc/init.d/
H A Dncakmod76 interfaces="$interfaces $interface"
78 interfaces="$interfaces $i"
83 [ -z "$interfaces" ] && exit 0
94 interfaces="`echo $interfaces | /bin/tr ' ' '\012' | \
97 /usr/lib/inet/ncaconfd -l $interfaces
99 /usr/lib/inet/ncaconfd -al $interfaces
/titanic_41/usr/src/psm/promif/ieee1275/
H A DREADME.promif26 of the promif interfaces.
29 independent implementation of common promif interfaces.
32 interfaces (including platform and/or ISA defined interfaces)
36 interfaces which are used by sun4u and sun4v.
/titanic_41/usr/src/lib/
H A DREADME.mapfiles31 visible library interfaces. It describes various kinds of actions that
44 - copy interfaces which are part of the standard to a new or
70 Here, we are only concerned with specifying externally-visible interfaces
146 ILLUMOS_0.3 of a given library must contain all the interfaces in
205 Conditional input can be used if there are ISA-specific library interfaces
239 Public interfaces should be added to a new ILLUMOS_ symbol version, with the
251 The minor revision number is incremented whenever one or more new interfaces
257 Private interfaces are the non-ABI interfaces of the library. Unlike
266 If the library already has Private interfaces in a SUNWprivate version, you
274 There are also libraries in illumos that contain only private interfaces. In
[all …]
/titanic_41/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSLPV1Manager.java218 Vector interfaces = config.getInterfaces(); in start() local
219 int i = 0, n = interfaces.size(); in start()
236 InetAddress interfac = (InetAddress)interfaces.elementAt(i); in start()
288 InetAddress interfac = (InetAddress)interfaces.elementAt(i); in start()
H A Dslpd.java406 Vector interfaces = config.getInterfaces(); in start() local
407 int i, n = interfaces.size(); in start()
410 InetAddress interfac = (InetAddress)interfaces.elementAt(i); in start()
446 new Object[] {interfaces, in start()
489 Vector interfaces = config.getInterfaces(); in daemonIsDA() local
507 int j, m = interfaces.size(); in daemonIsDA()
510 if (daAddresses.contains(interfaces.elementAt(i))) { in daemonIsDA()
H A DSLPConfig.java1182 private static Vector interfaces = null; field in SLPConfig
1186 if (interfaces == null) { in getInterfaces()
1201 interfaces = new Vector(); in getInterfaces()
1206 interfaces.addElement(iaLocal); in getInterfaces()
1207 return interfaces; in getInterfaces()
1225 interfaces.addElement(iaLocal); in getInterfaces()
1227 return interfaces; in getInterfaces()
1251 if (!interfaces.contains(ia)) { in getInterfaces()
1256 interfaces.insertElementAt(ia, 0); in getInterfaces()
1259 interfaces.addElement(ia); in getInterfaces()
[all …]
H A DActiveDiscoverer.java182 Vector interfaces = config.getInterfaces(); in run() local
183 int i, n = interfaces.size(); in run()
186 InetAddress interfac = (InetAddress)interfaces.elementAt(i); in run()
H A DRequestHandler.java883 Vector interfaces = config.getInterfaces(); in dispatch() local
892 new Object[] {interfaces, in dispatch()
948 Vector interfaces = config.getInterfaces(); in dispatch() local
957 new Object[] {interfaces, in dispatch()
1396 Vector interfaces = config.getInterfaces(); in isLocalHostURL() local
1410 if (interfaces.contains(addr)) { in isLocalHostURL()
1439 Vector interfaces = config.getInterfaces(); in isPreviousResponder() local
1448 if (interfaces.contains(iaHost)) { in isPreviousResponder()
H A DDATable.java340 Vector interfaces = conf.getInterfaces(); in addToEquivClass() local
342 if (interfaces.contains(addr)) { in addToEquivClass()
/titanic_41/usr/src/common/mapfiles/common/
H A Dmap.lex.yy29 # interfaces within this file are intended for libl.so to bind to, and thus
49 # interfaces that are not defined in the generic $(MAPFILE.LEX). Export the
50 # following interfaces to satisfy -e use.
/titanic_41/usr/src/lib/libtnfctl/
H A Dwlcmd50 interfaces=`sed -n 's/^[ ]*\(tnfctl_.*\);$/\1/p' mapfile-vers`
51 add warlock_dummy/fp target $interfaces
52 root $interfaces # make them all roots, too
/titanic_41/usr/src/lib/libc/
H A DREADME40 should be acquired and released via these interfaces:
58 The above l* versions of the mutex and rwlock interfaces do more
59 than the ordinary interfaces: They define critical regions in
67 to interfaces that might block indefinitely are allowed.
99 lmalloc() and lfree() are the basic interfaces. The libc_*()
116 cases, like code in the I18N interfaces, where mutual exclusion
192 introduced several libc-private locking interfaces:
201 Unlike the lmutex_lock() and lmutex_unlock() interfaces described above,
202 these interfaces do not define critical regions, but signals are
207 These interfaces were brought over from code in the former libaio
[all …]
/titanic_41/usr/src/cmd/lp/
H A DMakefile46 $(ROOTETCLP)/interfaces \
76 $(ROOTETCLP)/interfaces := DIRMODE = 775
/titanic_41/usr/src/uts/common/zmod/
H A Dmapfile44 # public interfaces
50 # private interfaces used by dboot
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpathd.dfl35 # By default only interfaces configured as part of multipathing groups
36 # are tracked. Turn off this option to track all network interfaces
/titanic_41/exception_lists/
H A Dinterface_cmp46 # - Removed interfaces: setauclassfile, setaueventfile setauuserfile testac
47 # 4686423 undocumented interfaces are not used
48 # - Removed interfaces: auditsvc
55 # - Removed interfaces: getauusernam(3bsm)
66 # - Removed interfaces: setac, getacna, getacmin, getacflg, getacdir, endac
H A Dpackaging67 # They contain interfaces which are currently private.
122 # library contains exclusively private interfaces, as does
185 # interfaces for customer use, so the files are excluded from packaging.
193 # Private interfaces for libdisasm
201 # Private interfaces for libraidcfg
214 # misc/kmdb. The interfaces described herein are not intended for customer
221 # as dhcpagent, dhcpinfo, ifconfig, and netstat. These are not interfaces
298 # Miscellaneous kernel interfaces or kernel<->user interfaces that are
435 # They contain interfaces which are currently private.
458 # libcmdutils contains interfaces which are all private interfaces.
[all …]
/titanic_41/usr/src/cmd/fs.d/udfs/fsdb/
H A Dmapfile-intf42 # fsdb uses the -e option of lex, which generates additional lex interfaces
44 # interfaces are exported here.
/titanic_41/usr/src/lib/libmd5/common/
H A Dmapfile-vers40 # This file declares interfaces that are cast in stone.
43 # They offer interfaces that will never change.
/titanic_41/usr/src/lib/librt/common/
H A Dllib-lrt38 * NOTE: We list the following interfaces explicitly because the header
39 * files that they're part of include *lots* of other interfaces
H A Dmapfile-vers41 # This file declares interfaces that are cast in stone.
42 # They offer interfaces that will never change.
/titanic_41/usr/src/lib/libaio/common/
H A Dmapfile-vers41 # This file declares interfaces that are cast in stone.
42 # They offer interfaces that will never change.
/titanic_41/usr/src/lib/librcm/
H A Dllib-lrcm36 /* librcm interfaces */
83 /* event related interfaces */
/titanic_41/usr/src/cmd/ipf/examples/
H A Dserver2 # For a network server, which has two interfaces, 128.1.40.1 (le0) and
/titanic_41/usr/src/lib/libthread/common/
H A Dmapfile-vers42 # This file declares interfaces that are cast in stone.
43 # They offer interfaces that will never change.
112 $if _ELF32 # Large file interfaces
133 $if _ELF32 # Large file interfaces

12345