Searched defs:interfaces (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dtrace.c91 interfaces, member in struct:stats_t
242 Statistics.interfaces++;
438 " %d interfaces\n %d lines\n"
443 Statistics.interfaces, Statistics.lines,
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSLPConfig.java692 // 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...]
/illumos-gate/usr/src/cmd/hal/hald/
H A Dhald_dbus.c2734 hal_device_property_strlist_add (device, "info.interfaces", interface_name);
3745 GSList *interfaces; local
3748 interfaces = hal_device_property_get_strlist (d, "info.interfaces");
3749 for (i = interfaces; i != NULL; i = g_slist_next (i)) {
4088 /* check for device-specific interfaces that individual objects may support */
4140 GSList *interfaces; local
4143 interfaces = hal_device_property_get_strlist (d, "info.interfaces");
4144 for (i = interfaces;
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Dgld.c30 * LAN drivers. The DLPI protocol and most STREAMS interfaces
275 static gld_interface_t interfaces[] = { variable
628 for (i = 0; i < sizeof (interfaces)/sizeof (*interfaces); i++) {
629 if (mediatype != interfaces[i].mac_type)
635 &interfaces[i];
5821 * interfaces are bit reversed.

Completed in 81 milliseconds