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

123456789

/freebsd-13-stable/contrib/kyua/store/
H A Dschema_v3.sql162 -- The name of the test program interface.
164 -- Note that this indicates both the interface for the test program and
166 interface TEXT NOT NULL
H A Dschema_v2.sql193 -- The name of the test program interface.
195 -- Note that this indicates both the interface for the test program and
197 interface TEXT NOT NULL
/freebsd-13-stable/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_core.h37 #include <interface/compat/vchi_bsd.h>
38 #include <interface/compat/list.h>
H A Dvchiq_2835_arm.c34 #include <interface/compat/vchi_bsd.h>
H A Dvchiq_shim.c34 #include <interface/compat/vchi_bsd.h>
36 #include "interface/vchi/vchi.h"
/freebsd-13-stable/contrib/ncurses/misc/
H A Dncurses-config.in270 --mouse-version echos the mouse-interface version of ${THIS}
/freebsd-13-stable/contrib/kyua/drivers/
H A Dlist_tests_test.cpp278 "atf", std::shared_ptr< scheduler::interface >(
/freebsd-13-stable/sys/amd64/amd64/
H A Dxen-locore.S41 #include <xen/interface/elfnote.h>
/freebsd-13-stable/sbin/routed/
H A Dtable.c407 * except when the route is for an interface.
820 struct interface *ifp)
883 struct interface *ifp;
933 * so delete it if it came via an unknown interface
934 * or the interface does not have special permission.
943 ifp ? ifp->int_name : "unknown interface");
950 ifp ? ifp->int_name : "unknown interface");
967 * Find the interface toward the gateway.
999 * useful. If it is not already useful, but it specifies an interface,
1007 struct interface *if
[all...]
H A Dparms.c50 get_parms(struct interface *ifp)
156 * A passive interface can also be local, hardware interface exempt
167 struct interface *ifp;
318 ifp = (struct interface *)rtmalloc(sizeof(*ifp), "gwkludge()");
553 /* Parse a set of parameters for an interface.
666 * consistency with the interface name parameters.
906 return ("conflicting interface input "
913 return ("conflicting interface output "
H A Dtrace.c622 struct interface *ifp)
628 (void)fprintf(ftrace, "%-3s interface %-4s ", act, ifp->int_name);
857 struct interface *ifp;
873 struct interface *ifp,
/freebsd-13-stable/sbin/sysctl/
H A Dsysctl.c866 * localization is present because this is an interface from the kernel
867 * to this program (eg not an end-user interface), so isdigit() isn't
901 * These functions uses a presently undocumented interface to the kernel
903 * This interface is under work and consideration, and should probably
905 * (be aware though, that the proper interface isn't as obvious as it
/freebsd-13-stable/sys/x86/xen/
H A Dpv.c77 #include <xen/interface/arch-x86/hvm/start_info.h>
78 #include <xen/interface/vcpu.h>
H A Dxen_apic.c57 #include <xen/interface/vcpu.h>
/freebsd-13-stable/sbin/dhclient/
H A Ddhcpd.h114 struct interface_info *interface; member in struct:packet
/freebsd-13-stable/contrib/kyua/engine/
H A Datf_test.cpp426 "atf", std::shared_ptr< scheduler::interface >(
H A Dscheduler_test.cpp118 /// Mock interface definition for testing.
120 /// This scheduler interface does not execute external binaries. It is designed
122 class mock_interface : public scheduler::interface {
126 /// std::exit on exit from this mock interface. The reason is that we do
309 /// \param control_directory Directory where the interface may place control
392 /// \param control_directory Path to the directory where the interface may
1118 ATF_REQUIRE_THROW_RE(engine::error, "Unsupported test interface 'mock2'",
1121 "mock2", std::shared_ptr< scheduler::interface >(new mock_interface()));
1125 ATF_REQUIRE_THROW_RE(engine::error, "Unsupported test interface 'plain'",
1139 "mock2", std::shared_ptr< scheduler::interface >(ne
[all...]
/freebsd-13-stable/sys/contrib/vchiq/interface/compat/
H A Dvchi_bsd.c47 #include <interface/compat/vchi_bsd.h>
/freebsd-13-stable/contrib/ipfilter/tools/
H A Dipmon_y.y76 %type <opt> direction dstip dstport every group interface
125 | interface { $$ = $1; }
189 interface: label
261 { "interface", IPM_INTERFACE },
/freebsd-13-stable/lib/libusb/
H A Dlibusb20_desc.c156 lub_config->interface = lub_interface;
192 /* new interface */
H A Dlibusb20_desc.h317 * interface specifies its own class information and all
478 * interface */
481 /** Select an alternate interface for the specified interface */
586 struct libusb20_interface *interface; member in struct:libusb20_config
/freebsd-13-stable/sys/arm64/iommu/
H A Dsmmureg.h53 #define IDR0_VATOS (1 << 20) / * Virtual ATOS page interface */
/freebsd-13-stable/stand/i386/zfsboot/
H A Dzfsldr.S244 testb $0x1,%cl # Packet interface?
/freebsd-13-stable/tools/tools/usbtest/
H A Dusb_control_ep_test.c645 for (m = 0; m != config->interface[n].num_altsetting; m++) {
650 printf("ERROR on interface %d alt %d\n", n, m + 1);
660 printf("ERROR on interface %d alt %d\n", n, 0);
/freebsd-13-stable/contrib/wpa/wpa_supplicant/
H A DAndroid.mk40 # Use Android specific directory for control interface sockets
52 # C++ flags for binder interface
965 # PC/SC interface for smartcards (USIM, GSM SIM)
1765 ### Binder interface library ###

Completed in 206 milliseconds

123456789