Searched refs:bus (Results 1 - 25 of 2478) sorted by path

1234567891011>>

/freebsd-11-stable/contrib/dtc/Documentation/
H A Ddtc-paper.tex273 System-on-Chip bus was included in \cite{noof5} a revision of
287 interrupt tree, which can be quite different from the tree of bus
303 bus node, which is under a HyperTransport\tm bus node. The form of
304 the unit address is bus dependent, but is generally derived from the
/freebsd-11-stable/contrib/netbsd-tests/net/icmp/
H A Dt_ping2.sh47 env RUMP_SERVER=${sock} rump.ifconfig shmif0 linkstr bus
/freebsd-11-stable/contrib/netbsd-tests/net/if_bridge/
H A Dt_bridge.sh83 bus=${3}
86 rump_server_add_iface $sock shmif0 $bus
102 bus=${3}
/freebsd-11-stable/contrib/netbsd-tests/net/if_tun/
H A Dt_tun.sh31 BUS=bus
/freebsd-11-stable/contrib/netbsd-tests/net/if_vlan/
H A Dt_vlan.sh28 BUS=bus
/freebsd-11-stable/contrib/netbsd-tests/net/net/
H A Dt_forwarding.sh85 bus=${3}
89 rump_server_add_iface $sock shmif0 $bus
111 bus=${3}
H A Dt_ipaddress.sh29 BUS=bus
H A Dt_ipv6_lifetime.sh29 BUS=./bus
H A Dt_mtudisc.sh47 local bus=$3
50 rump_server_add_iface $sock $if $bus
H A Dt_mtudisc6.sh48 local bus=$3
51 rump_server_add_iface $sock $if $bus
H A Dt_ping6_opts.sh51 local bus=${3}
54 rump_server_add_iface $sock shmif0 $bus
/freebsd-11-stable/contrib/netbsd-tests/net/
H A Dnet_common.sh36 local bus=$1
43 shmif_dumpbus -p - $bus 2>/dev/null| \
198 local bus=$3
203 atf_check -s exit:0 rump.ifconfig $ifname linkstr $bus
209 echo $bus >> $_rump_server_buses
296 for bus in $(cat $_rump_server_buses); do
297 echo "### Dumping $bus"
298 shmif_dumpbus -p - $bus 2>/dev/null| tcpdump -n -e -r -
/freebsd-11-stable/contrib/netbsd-tests/net/route/
H A Dt_change.sh78 atf_check -s exit:0 rump.ifconfig shmif0 linkstr bus
111 atf_check -s exit:0 rump.ifconfig shmif0 linkstr bus
176 atf_check -s exit:0 rump.ifconfig shmif0 linkstr bus
180 atf_check -s exit:0 rump.ifconfig shmif1 linkstr bus
243 atf_check -s exit:0 rump.ifconfig shmif0 linkstr bus
247 atf_check -s exit:0 rump.ifconfig shmif1 linkstr bus
H A Dt_route.sh131 local bus=${3}
136 rump_server_add_iface $sock shmif0 $bus
/freebsd-11-stable/contrib/netbsd-tests/usr.sbin/traceroute/
H A Dt_traceroute.sh45 bus=${4}
49 atf_check -s exit:0 rump.ifconfig shmif0 linkstr ${bus}
/freebsd-11-stable/etc/rc.d/
H A Ddevd37 $SYSCTL hw.bus.devctl_queue=0
/freebsd-11-stable/lib/libdevinfo/
H A Ddevinfo.h35 #include <sys/bus.h>
49 char *dd_pnpinfo; /* pnp info from parent bus */
50 char *dd_location; /* Where bus thinks dev at */
H A Ddevinfo_var.h32 #include <sys/bus.h>
/freebsd-11-stable/lib/libusb/
H A Dlibusb01.c917 udev->bus = &usb_global_bus;
H A Dusb.h232 struct usb_bus *bus; member in struct:usb_device
/freebsd-11-stable/stand/efi/include/
H A Defiprot.h398 #define EFI_PCI_ADDRESS(bus,dev,func,reg) \
399 ( (UINT64) ( (((UINTN)bus) << 24) + (((UINTN)dev) << 16) + (((UINTN)func) << 8) + ((UINTN)reg) ))
/freebsd-11-stable/stand/i386/libi386/
H A Dbiospci.c170 {0x1, "ACCESS.bus", progif_null},
401 biospci_locator(int8_t bus, uint8_t device, uint8_t function) argument
404 return ((bus << 8) | ((device & 0x1f) << 3) | (function & 0x7));
H A Dcomconsole.c211 * Input: bus:dev:func[:bar]. If bar is not specified, it is 0x10.
212 * Output: bar[24:16] bus[15:8] dev[7:3] func[2:0]
221 uint8_t bus, dev, func, bar;
228 bus = pres;
251 locator = (bar << 16) | biospci_locator(bus, dev, func);
273 * isn't found on the bus. Check for 0xffffffff and return to not
/freebsd-11-stable/stand/kshim/
H A Dbsd_kernel.h47 #define USB_BUS_GIANT_PROC(bus) (usb_process + 2)
48 #define USB_BUS_NON_GIANT_BULK_PROC(bus) (usb_process + 2)
49 #define USB_BUS_NON_GIANT_ISOC_PROC(bus) (usb_process + 2)
50 #define USB_BUS_EXPLORE_PROC(bus) (usb_process + 0)
51 #define USB_BUS_CONTROL_XFER_PROC(bus) (usb_process + 1)
640 #define BUS_DMA_BUS1 0x10 /* placeholders for bus functions... */
/freebsd-11-stable/stand/pc98/libpc98/
H A Dcomconsole.c211 * Input: bus:dev:func[:bar]. If bar is not specified, it is 0x10.
212 * Output: bar[24:16] bus[15:8] dev[7:3] func[2:0]
218 uint8_t bus, dev, func, bar; local
225 bus = pres;
248 locator = (bar << 16) | biospci_locator(bus, dev, func);

Completed in 217 milliseconds

1234567891011>>