Searched refs:interface (Results 151 - 175 of 179) sorted by relevance

12345678

/freebsd-11.0-release/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_shim.c34 #include <interface/compat/vchi_bsd.h>
36 #include "interface/vchi/vchi.h"
/freebsd-11.0-release/tools/tools/usbtest/
H A Dusb_msc_test.c971 iface = (pcfg->interface + x);
983 iface = (pcfg->interface + x);
/freebsd-11.0-release/sys/dev/pms/RefTisa/sallsdk/api/
H A Dsaapi.h673 bit32 interface,
/freebsd-11.0-release/sys/dev/xen/console/
H A Dxen_console.c52 #include <xen/interface/io/console.h>
/freebsd-11.0-release/sys/boot/i386/boot0/
H A Dboot0.S571 testb $USEPACKET,_FLAGS(%bp) # Use packet interface?
/freebsd-11.0-release/sys/boot/i386/boot2/
H A Dboot1.S286 testb $0x1,%cl # Packet interface?
/freebsd-11.0-release/contrib/tcpdump/
H A DMakefile.in248 interface.h \
/freebsd-11.0-release/sys/dev/xen/blkfront/
H A Dblkfront.c58 #include <xen/interface/grant_table.h>
59 #include <xen/interface/io/protocols.h>
1584 /* Device interface */
1592 /* Xenbus interface */
/freebsd-11.0-release/sys/mips/nlm/dev/net/
H A Dnae.c852 ucore_spray_config(uint32_t interface, uint32_t ucore_mask, int cmd) argument
855 (interface & 0x1f);
1411 (0x7 << 12) | /* interface preamble length */
1412 (0x2 << 8) | /* interface mode */
/freebsd-11.0-release/contrib/ntp/ntpd/
H A Dntp_control.c112 struct interface *);
799 static struct interface *lcl_inter;
3910 struct interface * lcladr;
4710 struct interface *linter,
4833 struct interface *linter,
4858 struct interface *linter
H A Dntp_config.c936 fprintf(df, "interface %s %s\n",
991 fprintf(df, " interface %s",
1605 char *if_name, /* interface name or numeric address */
2864 * config_nic_rules - apply interface listen/ignore/drop items
2887 "interface/nic rules are not allowed with --interface (-I) or --novirtualips (-L)%s",
2910 * interface descriptor is either a name or
3291 struct interface *localaddr;
3322 /* Resolve the interface address */
3334 "can't find interface wit
[all...]
H A Dntp_crypto.c305 struct interface *dstadr /* interface */
H A Dntp_proto.c829 * More on the autokey mambo. Normally the local interface is
832 * the remote address arrive via this interface and the local
834 * of the interface. However, if the sender is a broadcaster,
835 * the interface broadcast address is used instead.
965 * For broadcaster, use the interface
970 * the wildcard interface, game over.
3667 if (!peer->dstadr) /* drop peers without interface */
3688 * interface IP address be known before the first packet is
3691 * a little more work. In particular, the wildcard interface
4302 struct interface * lclad
[all...]
/freebsd-11.0-release/sys/dev/xen/netfront/
H A Dnetfront.c68 #include <xen/interface/memory.h>
69 #include <xen/interface/io/netif.h>
85 * interface must be reset (down/up) for it
954 * If this interface has an ipv4 address, send an arp for it. This
1851 * We must reset the interface so the backend picks up the
1855 "performing interface reset due to feature change\n");
1861 * the interface should still support the old options.
2344 /* Device interface */
2352 /* Xenbus interface */
/freebsd-11.0-release/share/examples/drivers/
H A Dmake_device_driver.sh562 /* Device interface */
/freebsd-11.0-release/sys/dev/xen/xenstore/
H A Dxenstore.c4 * Low-level kernel interface to the XenStore.
60 #include <xen/interface/hvm/params.h>
71 * \brief XenStore interface
73 * The XenStore interface is a simple storage system that is a means of
823 * Pass-thru interface for XenStore access by userland processes
1164 /* Initialize the interface to xenstore. */
1290 /* Device interface */
1299 /* Bus interface */
/freebsd-11.0-release/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new.c2 * WPA Supplicant / dbus-based control interface
47 "interface=org.freedesktop.DBus,member=NameOwnerChanged";
123 * wpas_dbus_signal_interface - Send a interface related event signal
124 * @wpa_s: %wpa_supplicant network interface data
128 * Notify listeners about event related with interface
139 /* Do nothing if the control interface is not turned on */
163 * wpas_dbus_signal_interface_added - Send a interface created signal
164 * @wpa_s: %wpa_supplicant network interface data
166 * Notify listeners about creating new interface
175 * wpas_dbus_signal_interface_removed - Send a interface remove
3575 wpas_dbus_signal_peer(struct wpa_supplicant *wpa_s, const u8 *dev_addr, const char *interface, const char *sig_name) argument
[all...]
/freebsd-11.0-release/crypto/openssl/apps/
H A Dapps.c528 ui_method = UI_create_method("OpenSSL application user interface");
612 BIO_printf(bio_err, "User interface error\n");
/freebsd-11.0-release/sys/dev/xen/blkback/
H A Dblkback.c81 #include <xen/interface/event_channel.h>
82 #include <xen/interface/grant_table.h>
450 * \note A single Scatter/Gather element in the block interface covers
1282 * in sys/xen/interface/io/blkif.h.
1485 * back to the original front-end request, but the interface
3915 /* Device interface */
3923 /* Xenbus interface */
/freebsd-11.0-release/contrib/subversion/
H A Dbuild.conf460 description = Internal statements for SQLite interface
1256 description = Test backwards compat for the entry interface
/freebsd-11.0-release/contrib/unbound/
H A DMakefile.in89 #makedepend fails on missing interface.h otherwise.
380 pythonmod/interface.h \
391 pythonmod/interface.h: $(srcdir)/pythonmod/interface.i config.h
393 $(SWIG) $(PYTHON_CPPFLAGS) -o $@ -python $(srcdir)/pythonmod/interface.i
422 rm -f _unbound.la libunbound/python/libunbound_wrap.c libunbound/python/unbound.py pythonmod/interface.h pythonmod/unboundmodule.py
/freebsd-11.0-release/sys/dev/xen/netback/
H A Dnetback.c87 #include <xen/interface/io/netif.h>
510 /** Name of the interface */
1060 /* Free the network interface */
1206 * if the MAC address of the host-facing interface is set
1210 * the packet is the same as the interface, and so the bridge
1216 /* The interface will be named using the following nomenclature:
1220 * Where handle is the oder of the interface referred to the guest.
2493 /* Device interface */
2501 /* Xenbus interface */
/freebsd-11.0-release/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsaioctlcmd.c2762 /* WriteACCDDLEN for error interface Step 0 */
2765 /* Write DMA get Offset for error interface Step 1 */
3927 bit32 interface,
3972 reserved_In_Ln = ((interface & 0x1) << SHIFT7) | (laneNumber & 0x7F);
3923 saGetDFEData( agsaRoot_t *agRoot, agsaContext_t *agContext, bit32 queueNum, bit32 interface, bit32 laneNumber, bit32 interations, agsaSgl_t *agSgl) argument
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp3779 const clang::ObjCInterfaceDecl *interface = object_type->getInterface(); local
3780 if (interface)
3782 class_name = interface->getNameAsString();
/freebsd-11.0-release/lib/libpmc/
H A Dlibpmc.c1312 __K8MASK(dram-controller-interface-bypass, 2),
3188 /* copy out fields in the current userland<->library interface */

Completed in 361 milliseconds

12345678