HomeSort by relevance Sort by last modified time
    Searched refs:interfaces (Results 1 - 25 of 46) sorted by null

1 2

  /onnv/onnv-gate/usr/src/cmd/cmd-inet/etc/init.d/
ncakmod 76 interfaces="$interfaces $interface"
78 interfaces="$interfaces $i"
82 # If we don't have any interfaces configured, exit
83 [ -z "$interfaces" ] && exit 0
93 # Insert NCA into the stream of all the interfaces configured.
94 interfaces="`echo $interfaces | /bin/tr ' ' '\012' | \
97 /usr/lib/inet/ncaconfd -l $interfaces
    [all...]
  /onnv/onnv-gate/usr/src/psm/promif/ieee1275/
README.promif 29 of the promif interfaces.
32 independent implementation of common promif interfaces.
35 interfaces (including platform and/or ISA defined interfaces)
40 interfaces which are used by sun4u and sun4r.
  /onnv/onnv-gate/usr/src/lib/libtnfctl/
wlcmd 50 interfaces=`sed -n 's/^[ ]*\(tnfctl_.*\);$/\1/p' mapfile-vers`
51 add warlock_dummy/fp target $interfaces
52 root $interfaces # make them all roots, too
  /onnv/onnv-gate/usr/src/psm/promif/ieee1275/sun4u/
README.sun4u 29 the functions use platform-dependent client interfaces that are not
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/in.dhcpd/
interfaces.h 40 typedef struct interfaces { struct
61 struct interfaces *next;
73 extern IF *if_head; /* head of monitored interfaces */
74 extern mutex_t if_head_mtx; /* lock to protect interfaces list */
75 extern char *interfaces; /* list of user-requested interfaces. */
per_dnet.h 140 struct interfaces;
163 struct interfaces *ifp; /* the ifp the packet arrived on */
Makefile 35 interfaces.o logging.o main.o misc.o per_dnet.o relay.o
  /onnv/onnv-gate/usr/src/lib/libelfsign/
README 31 There are no interfaces in this library that are public so an abi_
  /onnv/onnv-gate/usr/src/psm/promif/ieee1275/common/
README.common 28 implementations of the promif interfaces for machines compliant with
  /onnv/onnv-gate/usr/src/lib/
README.mapfiles 32 visible library interfaces. It describes various kinds of actions that
45 - copy interfaces which are part of the standard to a new or
64 Here, we are only concerned with specifying externally-visible interfaces
67 only need to deal with a subset of the mapfile interfaces.
156 This is necessary only if there are ISA-specific library interfaces not
184 The minor revision number is incremented whenever one or more new interfaces
191 Private interfaces are the non-ABI interfaces of the library. Unlike
199 If the library already has Private interfaces, they may have numbered version
208 interfaces. In such libraries, the SUNWprivate_m.n may be incremente
    [all...]
  /onnv/onnv-gate/usr/src/lib/libslp/javalib/com/sun/slp/
SLPV1Manager.java 218 Vector interfaces = config.getInterfaces(); local
219 int i = 0, n = interfaces.size();
232 // create a DAAdvertiser on all network interfaces for the
236 InetAddress interfac = (InetAddress)interfaces.elementAt(i);
288 InetAddress interfac = (InetAddress)interfaces.elementAt(i);
slpd.java 404 // DAAdvertiser on all network interfaces.
406 Vector interfaces = config.getInterfaces(); local
407 int i, n = interfaces.size();
410 InetAddress interfac = (InetAddress)interfaces.elementAt(i);
446 new Object[] {interfaces,
489 Vector interfaces = config.getInterfaces(); local
507 int j, m = interfaces.size();
510 if (daAddresses.contains(interfaces.elementAt(i))) {
ActiveDiscoverer.java 182 Vector interfaces = config.getInterfaces(); local
183 int i, n = interfaces.size();
186 InetAddress interfac = (InetAddress)interfaces.elementAt(i);
SLPConfig.java 692 // creation message. Is it bound to all interfaces? The isSend parameter
1179 * @return the interfaces on which SLP should listen and transmit.
1182 private static Vector interfaces = null; field in class:SLPConfig
1186 if (interfaces == null) {
1200 String mcastI = System.getProperty("net.slp.interfaces");
1201 interfaces = new Vector();
1206 interfaces.addElement(iaLocal);
1207 return interfaces;
1225 interfaces.addElement(iaLocal);
1227 return interfaces;
    [all...]
DATable.java 340 Vector interfaces = conf.getInterfaces(); local
342 if (interfaces.contains(addr)) {
RequestHandler.java 883 Vector interfaces = config.getInterfaces(); local
892 new Object[] {interfaces,
948 Vector interfaces = config.getInterfaces(); local
957 new Object[] {interfaces,
1392 // Return true if the host address matches one of the local interfaces.
1396 Vector interfaces = config.getInterfaces(); local
1410 if (interfaces.contains(addr)) {
1439 Vector interfaces = config.getInterfaces(); local
1448 if (interfaces.contains(iaHost)) {
  /onnv/onnv-gate/usr/src/lib/libc/
README 40 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
207 introduced several libc-private locking interfaces:
216 Unlike the lmutex_lock() and lmutex_unlock() interfaces described above,
217 these interfaces do not define critical regions, but signals are
222 These interfaces were brought over from code in the former libai
    [all...]
  /onnv/onnv-gate/usr/src/cmd/lp/
Makefile 44 $(ROOTETCLP)/interfaces \
74 $(ROOTETCLP)/interfaces := DIRMODE = 775
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/client/
ServerOptionsDialog.java 65 * interfaces which are monitored and ignored.
68 private Vector interfaces; field in class:ServerOptionsDialog.InterfaceTableModel
71 interfaces = new Vector();
74 // Initialize the list of interfaces
76 interfaces.removeAllElements();
79 interfaces.addElement(ifs[i]);
88 Enumeration e = interfaces.elements();
101 Enumeration e = interfaces.elements();
113 return (IPInterface)interfaces.elementAt(row);
118 interfaces.addElement(ipif)
729 IPInterface[] interfaces = new IPInterface[0]; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fm/modules/common/eversholt/
README 37 specific services it requires are either provided by the fmd interfaces,
  /onnv/onnv-gate/usr/src/uts/common/io/aac/
README 75 driver has replaced all legacy interrupt ddi interfaces callings by
  /onnv/onnv-gate/usr/src/uts/common/io/mac/
README 35 source file. The external interfaces are declared in header files delivered
  /onnv/onnv-gate/usr/src/cmd/praudit/
print_audit.txt 29 This describes some private interfaces currently provided by praudit.
31 these interfaces are MT-Safe.
  /onnv/onnv-gate/usr/src/cmd/Adm/sun/
README 65 page. These are fully deprecated interfaces.
  /onnv/onnv-gate/usr/src/cmd/abi/spectrans/spec2trace/
trace.c 91 interfaces, member in struct:stats_t
242 Statistics.interfaces++;
438 " %d interfaces\n %d lines\n"
443 Statistics.interfaces, Statistics.lines,

Completed in 420 milliseconds

1 2