Searched refs:interface (Results 176 - 200 of 204) sorted by relevance

123456789

/freebsd-13-stable/tools/tools/usbtest/
H A Dusb_msc_test.c971 iface = (pcfg->interface + x);
983 iface = (pcfg->interface + x);
/freebsd-13-stable/sys/dev/pms/RefTisa/sallsdk/api/
H A Dsaapi.h673 bit32 interface,
/freebsd-13-stable/sys/dev/xen/console/
H A Dxen_console.c57 #include <xen/interface/io/console.h>
/freebsd-13-stable/stand/i386/boot0/
H A Dboot0.S571 testb $USEPACKET,_FLAGS(%bp) # Use packet interface?
/freebsd-13-stable/stand/i386/boot2/
H A Dboot1.S286 testb $0x1,%cl # Packet interface?
/freebsd-13-stable/contrib/tcpdump/
H A DMakefile.in270 interface.h \
/freebsd-13-stable/sys/dev/xen/blkfront/
H A Dblkfront.c57 #include <xen/interface/grant_table.h>
58 #include <xen/interface/io/protocols.h>
1631 /* Device interface */
1639 /* Xenbus interface */
/freebsd-13-stable/sys/mips/nlm/dev/net/
H A Dnae.c854 ucore_spray_config(uint32_t interface, uint32_t ucore_mask, int cmd) argument
857 (interface & 0x1f);
1413 (0x7 << 12) | /* interface preamble length */
1414 (0x2 << 8) | /* interface mode */
/freebsd-13-stable/contrib/ntp/ntpd/
H A Dntp_control.c114 struct interface *);
808 static struct interface *lcl_inter;
3988 struct interface * lcladr;
4789 struct interface *linter,
4912 struct interface *linter,
4937 struct interface *linter
H A Dntp_config.c1041 fprintf(df, "interface %s %s\n",
1096 fprintf(df, " interface %s",
1743 char *if_name, /* interface name or numeric address */
3229 * config_nic_rules - apply interface listen/ignore/drop items
3252 "interface/nic rules are not allowed with --interface (-I) or --novirtualips (-L)%s",
3275 * interface descriptor is either a name or
3661 struct interface *localaddr;
3692 /* Resolve the interface address */
3704 "can't find interface wit
[all...]
H A Dntp_crypto.c311 struct interface *dstadr /* interface */
/freebsd-13-stable/sys/dev/xen/netfront/
H A Dnetfront.c70 #include <xen/interface/memory.h>
71 #include <xen/interface/io/netif.h>
87 * interface must be reset (down/up) for it
937 * If this interface has an ipv4 address, send an arp for it. This
1206 * present (because the underlying interface
1829 * We must reset the interface so the backend picks up the
1833 "performing interface reset due to feature change\n");
1839 * the interface should still support the old options.
2322 /* Device interface */
2330 /* Xenbus interface */
[all...]
/freebsd-13-stable/share/examples/drivers/
H A Dmake_device_driver.sh561 /* Device interface */
/freebsd-13-stable/sys/dev/xen/xenstore/
H A Dxenstore.c4 * Low-level kernel interface to the XenStore.
59 #include <xen/interface/hvm/params.h>
70 * \brief XenStore interface
72 * The XenStore interface is a simple storage system that is a means of
771 * Pass-thru interface for XenStore access by userland processes
1107 /* Initialize the interface to xenstore. */
1223 /* Device interface */
1232 /* Bus interface */
/freebsd-13-stable/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new.c2 * WPA Supplicant / dbus-based control interface
48 "interface=org.freedesktop.DBus,member=NameOwnerChanged";
124 * wpas_dbus_signal_interface - Send a interface related event signal
125 * @wpa_s: %wpa_supplicant network interface data
129 * Notify listeners about event related with interface
141 /* Do nothing if the control interface is not turned on */
165 * wpas_dbus_signal_interface_added - Send a interface created signal
166 * @wpa_s: %wpa_supplicant network interface data
168 * Notify listeners about creating new interface
177 * wpas_dbus_signal_interface_removed - Send a interface remove
4399 wpas_dbus_signal_peer(struct wpa_supplicant *wpa_s, const u8 *dev_addr, const char *interface, const char *sig_name, dbus_bool_t properties) argument
[all...]
/freebsd-13-stable/sys/dev/xen/blkback/
H A Dblkback.c83 #include <xen/interface/event_channel.h>
84 #include <xen/interface/grant_table.h>
452 * \note A single Scatter/Gather element in the block interface covers
1283 * in sys/xen/interface/io/blkif.h.
1484 * back to the original front-end request, but the interface
3928 /* Device interface */
3936 /* Xenbus interface */
/freebsd-13-stable/crypto/openssl/apps/
H A Dapps.c269 ui_method = UI_create_method("OpenSSL application user interface");
337 BIO_printf(bio_err, "User interface error\n");
/freebsd-13-stable/contrib/subversion/
H A Dbuild.conf472 description = Internal statements for SQLite interface
1308 description = Test backwards compat for the entry interface
/freebsd-13-stable/lib/libpmc/
H A Dlibpmc.c526 __K8MASK(dram-controller-interface-bypass, 2),
1338 /* copy out fields in the current userland<->library interface */
/freebsd-13-stable/sys/dev/xen/netback/
H A Dnetback.c85 #include <xen/interface/io/netif.h>
506 /** Name of the interface */
1059 /* Free the network interface */
1201 * if the MAC address of the host-facing interface is set
1205 * the packet is the same as the interface, and so the bridge
1211 /* The interface will be named using the following nomenclature:
1215 * Where handle is the oder of the interface referred to the guest.
2480 /* Device interface */
2488 /* Xenbus interface */
/freebsd-13-stable/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-13-stable/contrib/unbound/
H A DMakefile.in98 #makedepend fails on missing interface.h otherwise.
444 pythonmod/interface.h \
455 pythonmod/interface.h: $(srcdir)/pythonmod/interface.i config.h
457 $(SWIG) $(PYTHON_CPPFLAGS) -o $@ -python $(srcdir)/pythonmod/interface.i
486 rm -f _unbound.la libunbound/python/libunbound_wrap.c libunbound/python/unbound.py pythonmod/interface.h pythonmod/unboundmodule.py
/freebsd-13-stable/sys/contrib/openzfs/module/icp/asm-x86_64/modes/
H A Daesni-gcm-x86_64.S34 # Applications using the EVP interface will observe a few percent
/freebsd-13-stable/sys/crypto/openssl/arm/
H A Dbsaes-armv7.S28 @ neutrality. Initial version doesn't implement interface to OpenSSL,
/freebsd-13-stable/contrib/libpcap/
H A Dconfigure6323 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cannot determine packet capture interface" >&5
6324 $as_echo "$as_me: WARNING: cannot determine packet capture interface" >&2;}
11865 # then the envvar interface is used. Set only those that are not.

Completed in 323 milliseconds

123456789