Home
last modified time | relevance | path

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

12345678910>>...51

/freebsd/contrib/llvm-project/lldb/bindings/
H A Dinterfaces.swig14 %include "./interface/SBAddressDocstrings.i"
15 %include "./interface/SBAddressRangeDocstrings.i"
16 %include "./interface/SBAddressRangeListDocstrings.i"
17 %include "./interface/SBAttachInfoDocstrings.i"
18 %include "./interface/SBBlockDocstrings.i"
19 %include "./interface/SBBreakpointDocstrings.i"
20 %include "./interface/SBBreakpointLocationDocstrings.i"
21 %include "./interface/SBBreakpointNameDocstrings.i"
22 %include "./interface/SBBroadcasterDocstrings.i"
23 %include "./interface/SBCommandInterpreterDocstrings.i"
[all …]
/freebsd/sys/dev/mii/
H A Dmiidevs124 model ALTIMA ACXXX 0x0001 ACXXX 10/100 media interface
125 model ALTIMA AC101L 0x0012 AC101L 10/100 media interface
126 model ALTIMA AC101 0x0021 AC101 10/100 media interface
128 model ALTIMA Am79C875 0x0014 Am79C875 10/100 media interface
129 model ALTIMA Am79C874 0x0021 Am79C874 10/100 media interface
133 model yyAMD 79C972_10T 0x0001 Am79C972 internal 10BASE-T interface
134 model yyAMD 79c973phy 0x0036 Am79C973 internal 10/100 media interface
135 model yyAMD 79c901 0x0037 Am79C901 10BASE-T interface
136 model yyAMD 79c901home 0x0039 Am79C901 HomePNA 1.0 interface
150 model xxBROADCOM BCM5201 0x0021 BCM5201 10/100 media interface
[all …]
/freebsd/sbin/dhclient/
H A Dbpf.c339 send_packet_priv(struct interface_info *interface, struct imsg_hdr *hdr, int fd) in send_packet_priv() argument
364 assemble_hw_header(interface, buf, &bufp); in send_packet_priv()
375 result = writev(interface->wfdesc, iov, 2); in send_packet_priv()
389 result = sendmsg(interface->ufdesc, &msg, 0); in send_packet_priv()
397 receive_packet(struct interface_info *interface, unsigned char *buf, in receive_packet() argument
415 if (interface->rbuf_offset >= interface->rbuf_len) { in receive_packet()
416 length = read(interface->rfdesc, interface->rbuf, in receive_packet()
417 interface->rbuf_max); in receive_packet()
420 interface->rbuf_offset = 0; in receive_packet()
421 interface->rbuf_len = length; in receive_packet()
[all …]
H A Ddhclient-script40 $LOGGER "New Hostname ($interface): $new_host_name"
44 $LOGGER "New Hostname ($interface): $new_host_name"
50 arp -an -i $interface | \
56 eval "$IFCONFIG $interface inet -alias $old_ip_address $medium"
60 eval "$IFCONFIG $interface \
66 $LOGGER "New IP Address ($interface): $new_ip_address"
67 $LOGGER "New Subnet Mask ($interface): $new_subnet_mask"
68 $LOGGER "New Broadcast Address ($interface): $new_broadcast_address"
69 $LOGGER "New Routers ($interface): $new_routers"
74 $IFCONFIG $interface inet -alias $alias_ip_address > /dev/null 2>&1
[all …]
/freebsd/sys/contrib/device-tree/Bindings/clock/ti/
H A Dinterface.txt1 Binding for Texas Instruments interface clock.
14 "ti,omap3-interface-clock" - basic OMAP3 interface clock
15 "ti,omap3-no-wait-interface-clock" - interface clock which has no hardware
17 "ti,omap3-hsotgusb-interface-clock" - interface clock with USB specific HW
19 "ti,omap3-dss-interface-clock" - interface clock with DSS specific HW handling
20 "ti,omap3-ssi-interface-clock" - interface clock with SSI specific HW handling
21 "ti,am35xx-interface-clock" - interface clock with AM35xx specific HW handling
22 "ti,omap2430-interface-clock" - interface clock with OMAP2430 specific HW
35 compatible = "ti,omap3-interface-clock";
43 compatible = "ti,omap3-no-wait-interface-clock";
[all …]
/freebsd/usr.sbin/bsdconfig/networking/share/
H A Dmedia.subr43 # f_ifconfig_options $interface
45 # Returns any/all extra ifconfig(8) parameters associated with $interface.
49 local interface="$1"
50 [ "$interface" ] || return $SUCCESS
56 set -- $( f_sysrc_get ifconfig_$interface )
59 # Return if the interface is configured for DHCP
79 # f_ifconfig_media $interface
81 # Returns list of supported media for $interface.
85 local interface="$1"
86 ifconfig -m "$interface" 2> /dev/null | awk \
[all …]
H A Ddevice.subr62 # and non-NULL, initially highlight $default interface.
132 # Ask user to select an interface
161 # f_dialog_menu_netdev_edit $interface $ipaddr $netmask $options $dhcp
163 # Allow a user to edit network interface settings. Current values are not
169 local interface="$1" ipaddr="$2" netmask="$3" options="$4" dhcp="$5"
181 f_sprintf prompt "$msg_network_configuration" "$interface"
185 # components of the network interface.
202 if f_device_is_wireless "$interface"; then
203 wlans=$( f_sysrc_get "wlans_$interface" )
215 f_device_is_wireless "$interface" && menu_list="$menu_list
[all …]
/freebsd/sbin/routed/
H A Ddefs.h174 struct interface *rts_ifp;
237 struct interface { struct
238 LIST_ENTRY(interface) int_list;
239 LIST_ENTRY(interface) remote_list;
240 struct interface *int_ahash, **int_ahash_prev; argument
241 struct interface *int_bhash, **int_bhash_prev; argument
242 struct interface *int_nhash, **int_nhash_prev; argument
326 LIST_HEAD(ifhead, interface);
424 extern const struct interface *rip_sock_mcast; /* current multicast interface */
477 void rip_on(struct interface *);
[all …]
/freebsd/contrib/kyua/store/
H A Dmigrate_v1_v2.sql104 interface TEXT NOT NULL field
109 interface)
111 test_suite_name, interface FROM test_programs;
149 interface TEXT NOT NULL, field
184 SELECT test_program_id, NULL, interface, default_name, default_value
187 SELECT NULL, test_case_id, interface, default_name, default_value
200 AND interface = 'plain';
208 AND interface = 'plain';
224 AND interface = 'atf';
230 AND interface = 'atf';
[all …]
/freebsd/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/usr.sbin/bsnmpd/modules/snmp_wlan/
H A DBEGEMOT-WIRELESS-MIB.txt275 "Information for a cloned wireless interface."
296 "The ifIndex of this cloned wireless interface."
304 "The name of this cloned wireless interface."
312 "The name of this cloned wireless interface's parent hardware
313 interface."
330 "The desired operating mode of the cloned wireless interface."
343 "Flags per cloned wireless interface used during creation."
351 "The BSSID assigned to a cloned wireless interface operating in
361 interface during creation."
381 "The operating state of the interface."
[all …]
/freebsd/share/examples/jails/
H A Drc.conf.jails36 #jail_{name}_vnet_interfaces="ng0_{name}" # vnet interface(s)
37 #jail_{name}_exec_prestart0="jng bridge {name} em0" # bridge 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)
[all …]
/freebsd/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/sys/contrib/device-tree/Bindings/usb/
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/sys/contrib/device-tree/Bindings/dma/
H A Datmel-xdma.txt13 - bit 13: SIF, source interface identifier, used to get the memory
14 interface identifier,
15 - bit 14: DIF, destination interface identifier, used to get the peripheral
16 interface identifier,
35 - bit 13: SIF, source interface identifier, used to get the memory
36 interface identifier,
37 - bit 14: DIF, destination interface identifier, used to get the peripheral
38 interface identifier,
/freebsd/sys/contrib/device-tree/src/arm/ti/keystone/
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>;
212 link-interface = <2>;
[all …]
/freebsd/sys/contrib/device-tree/Bindings/arm/
H A Dcci.txt10 clusters, through memory mapped interface, with a global control register
11 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
135 Definition: a phandle containing the CCI control interface node
[all …]
/freebsd/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/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/sys/contrib/device-tree/src/arm/ti/omap/
H A Domap24xx-clocks.dtsi336 compatible = "ti,omap3-no-wait-interface-clock";
496 compatible = "ti,composite-interface-clock";
519 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";
[all …]
H A Domap2430-clocks.dtsi78 compatible = "ti,composite-interface-clock";
100 compatible = "ti,omap3-interface-clock";
108 compatible = "ti,omap3-interface-clock";
124 compatible = "ti,omap3-interface-clock";
140 compatible = "ti,omap3-interface-clock";
156 compatible = "ti,omap3-interface-clock";
172 compatible = "ti,omap3-interface-clock";
180 compatible = "ti,omap2430-interface-clock";
188 compatible = "ti,omap2430-interface-clock";
196 compatible = "ti,omap3-interface-clock";
[all …]
/freebsd/contrib/kyua/engine/
H A Dscheduler.cpp123 typedef std::map< std::string, std::shared_ptr< scheduler::interface > >
202 const std::shared_ptr< scheduler::interface > interface; member
242 const std::shared_ptr< scheduler::interface > interface_, in test_exec_data()
246 interface(interface_), user_config(user_config_), pid(pid_) in test_exec_data()
369 std::shared_ptr< scheduler::interface > _interface;
384 const std::shared_ptr< scheduler::interface > interface, in list_test_cases()
387 _interface(interface), in list_test_cases()
407 std::shared_ptr< scheduler::interface > _interface;
468 const std::shared_ptr< scheduler::interface > interface, in run_test_program()
472 _interface(interface), in run_test_program()
[all …]
/freebsd/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()
82 static DBusMessage * get_all_properties(DBusMessage *message, char *interface, in get_all_properties() argument
101 interface, obj_dsc->user_data, &error)) { in get_all_properties()
148 static DBusMessage * properties_get_all(DBusMessage *message, char *interface, in properties_get_all() argument
155 return get_all_properties(message, interface, obj_dsc); in properties_get_all()
234 char *interface, in properties_get_or_set() argument
257 !os_strncmp(property_dsc->dbus_interface, interface, in properties_get_or_set()
265 interface, property, in properties_get_or_set()
287 char *interface; in properties_handler() local
[all …]
/freebsd/sys/contrib/device-tree/Bindings/powerpc/nintendo/
H A Dwii.txt25 Represents the interface between the graphics processor and a external
36 Represents the data and control interface between the main processor
58 Represents the digital signal processor interface, designed to offload
69 Represents the interface to the four single bit serial interfaces.
70 The SI is a proprietary serial interface used normally to control gamepads.
71 It's NOT a RS232-type interface.
81 Represents the interface to the external 16-bit stereo digital-to-analog
92 Represents the multi-channel SPI-like interface.
122 Represent the Inter-Processor Communication interface. This interface
[all...]
/freebsd/libexec/nuageinit/
H A Dnuageinit104 local interface = mylinks[v["link"]]
106 network:write("ifconfig_" .. interface .. '="DHCP"\n')
110 "ifconfig_" .. interface .. '="inet ' .. v["ip_address"] .. " netmask " .. v["netmask"] .. '"\n'
117 local rname = "cloudinit" .. i .. "_" .. interface
135 network:write("ifconfig_" .. interface .. '_ipv6="inet6 ' .. v["ip_address"] .. '"\n')
138 routing:write("ipv6_route_" .. interface .. '="' .. v["gateway"])
139 routing:write(" -prefixlen 128 -interface " .. interface .. '"\n')
324 local interface = ifaces[v.match.macaddress]
326 network:write("ifconfig_" .. interface .. '="DHCP"\n')
330 network:write("ifconfig_" .. interface .. '="inet ' .. a .. '"\n')
[all …]

12345678910>>...51