Home
last modified time | relevance | path

Searched refs:interface (Results 1 – 25 of 1686) sorted by relevance

12345678910>>...68

/freebsd-14.2/contrib/llvm-project/lldb/bindings/
H A Dinterfaces.swig14 %include "./interface/SBAddressDocstrings.i"
16 %include "./interface/SBBlockDocstrings.i"
26 %include "./interface/SBDataDocstrings.i"
29 %include "./interface/SBErrorDocstrings.i"
31 %include "./interface/SBEventDocstrings.i"
34 %include "./interface/SBFileDocstrings.i"
37 %include "./interface/SBFormatDocstrings.i"
38 %include "./interface/SBFrameDocstrings.i"
40 %include "./interface/SBHostOSDocstrings.i"
54 %include "./interface/SBQueueDocstrings.i"
[all …]
/freebsd-14.2/sys/dev/mii/
H A Dmiidevs124 model ALTIMA ACXXX 0x0001 ACXXX 10/100 media interface
126 model ALTIMA AC101 0x0021 AC101 10/100 media interface
135 model yyAMD 79c901 0x0037 Am79C901 10BASE-T interface
228 model ICS 1889 0x0001 ICS1889 10/100 media interface
229 model ICS 1890 0x0002 ICS1890 10/100 media interface
230 model ICS 1892 0x0003 ICS1892 10/100 media interface
231 model ICS 1893 0x0004 ICS1893 10/100 media interface
323 model RDC R6040 0x0003 R6040 10/100 media interface
324 model RDC R6040_2 0x0005 R6040 10/100 media interface
340 model SIS 900 0x0000 SiS 900 10/100 media interface
[all …]
/freebsd-14.2/sbin/dhclient/
H A Dbpf.c415 if (interface->rbuf_offset >= interface->rbuf_len) { in receive_packet()
416 length = read(interface->rfdesc, interface->rbuf, in receive_packet()
429 if (interface->rbuf_len - interface->rbuf_offset < in receive_packet()
431 interface->rbuf_offset = interface->rbuf_len; in receive_packet()
436 memcpy(&hdr, &interface->rbuf[interface->rbuf_offset], in receive_packet()
445 interface->rbuf_offset = interface->rbuf_len; in receive_packet()
458 interface->rbuf_offset = in receive_packet()
474 interface->rbuf_offset = in receive_packet()
488 interface->rbuf_offset = in receive_packet()
509 memcpy(buf, interface->rbuf + interface->rbuf_offset, in receive_packet()
[all …]
H A Ddhclient-script50 arp -an -i $interface | \
60 eval "$IFCONFIG $interface \
69 $LOGGER "New Routers ($interface): $new_routers"
160 route add "$1" -iface "$interface"
204 local tmpres=/var/run/resolv.conf.${interface}
253 /sbin/resolvconf -a ${interface} < $tmpres
286 *interface:*)
319 eval "$IFCONFIG $interface $medium"
325 eval "$IFCONFIG $interface up"
364 $ARP -d -a -i $interface
[all …]
/freebsd-14.2/sys/contrib/device-tree/Bindings/clock/ti/
H A Dinterface.txt1 Binding for Texas Instruments interface clock.
16 "ti,omap3-interface-clock" - basic OMAP3 interface clock
17 "ti,omap3-no-wait-interface-clock" - interface clock which has no hardware
19 "ti,omap3-hsotgusb-interface-clock" - interface clock with USB specific HW
21 "ti,omap3-dss-interface-clock" - interface clock with DSS specific HW handling
22 "ti,omap3-ssi-interface-clock" - interface clock with SSI specific HW handling
23 "ti,am35xx-interface-clock" - interface clock with AM35xx specific HW handling
24 "ti,omap2430-interface-clock" - interface clock with OMAP2430 specific HW
37 compatible = "ti,omap3-interface-clock";
45 compatible = "ti,omap3-no-wait-interface-clock";
[all …]
/freebsd-14.2/usr.sbin/bsdconfig/networking/share/
H A Dmedia.subr43 # f_ifconfig_options $interface
49 local interface="$1"
50 [ "$interface" ] || return $SUCCESS
79 # f_ifconfig_media $interface
85 local interface="$1"
101 # f_dialog_input_options $interface
109 local interface="$1"
153 local interface="$1" _options="$2"
179 f_ifconfig_media $interface | \
202 "$interface" "$interface"
[all …]
H A Ddevice.subr132 # Ask user to select an interface
185 # components of the network interface.
202 if f_device_is_wireless "$interface"; then
203 wlans=$( f_sysrc_get "wlans_$interface" )
270 "$interface" "${wlans%%[$IFS]*}" ;;
297 f_quietly dhclient "$interface"
303 f_quietly dhclient "$interface"
310 f_ifconfig_inet "$interface" ipaddr
311 f_ifconfig_inet6 "$interface" ipaddr6
312 f_ifconfig_netmask "$interface" netmask
[all …]
/freebsd-14.2/sbin/routed/
H A Ddefs.h179 struct interface *rts_ifp;
242 struct interface { struct
243 LIST_ENTRY(interface) int_list;
244 LIST_ENTRY(interface) remote_list;
331 LIST_HEAD(ifhead, interface);
482 void rip_on(struct interface *);
523 void get_parms(struct interface *);
550 void if_ok_rdisc(struct interface *);
598 void if_sick(struct interface *);
599 void if_link(struct interface *);
[all …]
/freebsd-14.2/contrib/kyua/store/
H A Dmigrate_v1_v2.sql104 interface TEXT NOT NULL field
149 interface TEXT NOT NULL, field
224 AND interface = 'atf';
230 AND interface = 'atf';
236 AND interface = 'atf';
242 AND interface = 'atf';
256 AND interface = 'atf'
267 AND interface = 'atf'
278 AND interface = 'atf'
289 AND interface = 'atf'
[all …]
/freebsd-14.2/usr.sbin/bsdconfig/networking/
H A Ddevices82 f_dialog_menutag_fetch interface
83 defaultitem="$interface"
90 case "$interface" in
91 *\*) interface="${interface%?}" ;;
107 _ifconfig=$( f_sysrc_get ifconfig_$interface )
145 [ "$_ipaddr" ] || f_ifconfig_inet $interface _ipaddr
146 [ "$_netmask" ] || f_ifconfig_netmask $interface _netmask
149 _options=$( f_ifconfig_options $interface )
153 "$interface" "$_ipaddr" "$_netmask" "$_options" $dhcp
/freebsd-14.2/share/examples/jails/
H A Drc.conf.jails36 #jail_{name}_vnet_interfaces="ng0_{name}" # vnet interface(s)
38 #jail_{name}_exec_poststop0="jng shutdown {name}" # destroy interface(s)
49 #jail_{name}_vnet_interfaces="e0b_{name}" # vnet interface(s)
50 #jail_{name}_exec_prestart0="jib addm {name} em0" # bridge interface(s)
51 #jail_{name}_exec_poststop0="jib destroy {name}" # destroy interface(s)
62 jail_XXX_vnet_interface="ng0_XXX" # vnet interface(s)
63 jail_XXX_exec_prestart0="jng bridge XXX em0" # bridge interface(s)
64 jail_XXX_exec_poststop0="jng shutdown XXX" # destroy interface(s)
66 #jail_XXX_vnet_interface="e0b_XXX" # vnet interface(s)
67 #jail_XXX_exec_prestart0="jib addm XXX em0" # bridge interface(s)
[all …]
/freebsd-14.2/usr.sbin/bsnmpd/modules/snmp_wlan/
H A DBEGEMOT-WIRELESS-MIB.txt313 interface."
1223 interface."
1557 interface."
1607 interface."
1862 interface."
2492 interface."
2559 interface."
2637 interface."
2657 interface."
2788 interface."
[all …]
/freebsd-14.2/sys/contrib/device-tree/Bindings/usb/
H A Dusb-device.yaml19 "interface nodes" representing USB interfaces and "combined nodes"
24 interface.
26 A "hub node" is a combined node or an interface node that represents a USB
47 should be 2 for device nodes with interface nodes.
54 "^interface@[0-9a-f]{1,2}(,[0-9a-f]{1,2})$":
56 description: USB interface nodes.
74 the interface number and the second cell represents the
87 # interface 0 of configuration 1
88 # interface 0 of configuration 2
113 interface@0 {
[all …]
H A Dusb-device.txt9 "interface nodes" representing USB interfaces and "combined nodes"
12 A combined node shall be used instead of a device node and an interface node
14 interface.
16 A "hub node" is a combined node or an interface node that represents a USB
30 Required properties for device nodes with interface nodes:
35 Required properties for interface nodes:
37 the product id, CN is the configuration value and IN is the interface
43 - reg: the interface number and configuration value
46 an interface-node unit address for configuration 1.
92 interface@0 { /* interface 0 of configuration 1 */
[all …]
/freebsd-14.2/sys/contrib/device-tree/Bindings/net/
H A Dcavium-pip.txt5 several interfaces, and each interface may have several ports. These
21 - compatible: "cavium,octeon-3860-pip-interface"
25 - reg: The interface number.
31 Properties for PIP port which is a child the PIP interface:
36 - reg: The port number within the interface group.
54 interface@0 {
55 compatible = "cavium,octeon-3860-pip-interface";
58 reg = <0>; /* interface */
86 interface@1 {
87 compatible = "cavium,octeon-3860-pip-interface";
[all …]
/freebsd-14.2/sys/contrib/device-tree/Bindings/dma/
H A Datmel-xdma.txt12 - bit 13: SIF, source interface identifier, used to get the memory
13 interface identifier,
14 - bit 14: DIF, destination interface identifier, used to get the peripheral
15 interface identifier,
34 - bit 13: SIF, source interface identifier, used to get the memory
35 interface identifier,
36 - bit 14: DIF, destination interface identifier, used to get the peripheral
37 interface identifier,
H A Darm-pl08x.yaml55 lli-bus-interface-ahb1:
59 lli-bus-interface-ahb2:
63 mem-bus-interface-ahb1:
67 mem-bus-interface-ahb2:
114 lli-bus-interface-ahb1;
115 lli-bus-interface-ahb2;
116 mem-bus-interface-ahb2;
134 /* Bus interface AHB1 (AHB0) is totally tilted */
135 lli-bus-interface-ahb2;
136 mem-bus-interface-ahb2;
/freebsd-14.2/sys/contrib/device-tree/src/arm/
H A Dkeystone-k2e-netcp.dtsi177 gbe0: interface-0 {
179 link-interface = <1>;
182 gbe1: interface-1 {
184 link-interface = <1>;
192 link-interface = <2>;
196 link-interface = <2>;
200 link-interface = <2>;
204 link-interface = <2>;
208 link-interface = <2>;
219 interface-0 {
[all …]
H A Domap24xx-clocks.dtsi519 compatible = "ti,omap3-interface-clock";
527 compatible = "ti,omap3-interface-clock";
556 compatible = "ti,omap3-interface-clock";
586 compatible = "ti,omap3-interface-clock";
616 compatible = "ti,omap3-interface-clock";
646 compatible = "ti,omap3-interface-clock";
676 compatible = "ti,omap3-interface-clock";
706 compatible = "ti,omap3-interface-clock";
736 compatible = "ti,omap3-interface-clock";
766 compatible = "ti,omap3-interface-clock";
[all …]
/freebsd-14.2/sys/contrib/device-tree/Bindings/arm/
H A Dcci.txt11 space and multiple sets of interface control registers, one per slave
12 interface.
53 - CCI control interface nodes
58 A CCI control interface node must contain the following
67 - interface-type:
71 depending on the interface type the node
80 corresponding interface programming
105 corresponding interface programming
193 interface-type = "ace-lite";
199 interface-type = "ace";
[all …]
/freebsd-14.2/sys/arm/broadcom/bcm2835/
H A Dfiles.bcm283x30 contrib/vchiq/interface/compat/vchi_bsd.c optional vchiq \
32 contrib/vchiq/interface/vchiq_arm/vchiq_2835_arm.c optional vchiq \
34 contrib/vchiq/interface/vchiq_arm/vchiq_arm.c optional vchiq \
36 contrib/vchiq/interface/vchiq_arm/vchiq_connected.c optional vchiq \
38 contrib/vchiq/interface/vchiq_arm/vchiq_core.c optional vchiq \
40 contrib/vchiq/interface/vchiq_arm/vchiq_kern_lib.c optional vchiq \
42 contrib/vchiq/interface/vchiq_arm/vchiq_kmod.c optional vchiq \
44 contrib/vchiq/interface/vchiq_arm/vchiq_shim.c optional vchiq \
46 contrib/vchiq/interface/vchiq_arm/vchiq_util.c optional vchiq \
/freebsd-14.2/sys/contrib/device-tree/Bindings/soc/fsl/cpm_qe/
H A Dnetwork.txt58 - fsl,tdm-interface
61 Definition : Specify that hdlc is based on tdm-interface
63 The property below is dependent on fsl,tdm-interface:
75 Usage: required for tdm interface
81 Usage: required for tdm interface
87 Usage: required for tdm interface
93 Usage: required for tdm interface
98 usage: optional for tdm interface
108 Example for tdm interface:
121 fsl,tdm-interface;
[all …]
/freebsd-14.2/contrib/kyua/engine/execenv/
H A Dexecenv.hpp50 class interface { class
60 interface(const model::test_program& test_program, in interface() function in engine::execenv::interface
67 virtual ~interface() {} in ~interface()
114 virtual std::unique_ptr< interface > probe(
141 std::unique_ptr< execenv::interface > get(
/freebsd-14.2/contrib/kyua/engine/
H A Dscheduler.cpp202 const std::shared_ptr< scheduler::interface > interface; member
384 const std::shared_ptr< scheduler::interface > interface, in list_test_cases()
387 _interface(interface), in list_test_cases()
468 const std::shared_ptr< scheduler::interface > interface, in run_test_program()
472 _interface(interface), in run_test_program()
523 const std::shared_ptr< scheduler::interface > interface, in run_test_cleanup()
527 _interface(interface), in run_test_cleanup()
601 scheduler::interface::exec_cleanup( in exec_cleanup()
1045 const std::shared_ptr< scheduler::interface > interface = in spawn_cleanup() local
1234 const std::shared_ptr< scheduler::interface > interface = find_interface( in list_tests() local
[all …]
/freebsd-14.2/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new_helpers.c26 const char *interface, void *user_data, DBusError *error) in fill_dict_with_properties() argument
33 if (os_strncmp(dsc->dbus_interface, interface, in fill_dict_with_properties()
101 interface, obj_dsc->user_data, &error)) { in get_all_properties()
234 char *interface, in properties_get_or_set() argument
265 interface, property, in properties_get_or_set()
287 char *interface; in properties_handler() local
306 dbus_message_iter_get_basic(&iter, &interface); in properties_handler()
671 &interface) || in do_send_prop_changed_signal()
860 const char *path, const char *interface, in wpa_dbus_mark_property_changed() argument
917 const char *interface, in wpa_dbus_get_object_properties() argument
[all …]

12345678910>>...68