HomeSort by: relevance | last modified time | path
    Searched refs:DEV (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/drm2/include/linux/
device.h 42 #define dev_crit(DEV, FMT, ...) do { \
43 if (DEV) \
44 aprint_error_dev((DEV), "critical: " FMT, ##__VA_ARGS__); \
49 #define dev_err(DEV, FMT, ...) do { \
50 if (DEV) \
51 aprint_error_dev((DEV), "error: " FMT, ##__VA_ARGS__); \
58 #define dev_warn(DEV, FMT, ...) do { \
59 if (DEV) \
60 aprint_normal_dev((DEV), "warn: " FMT, ##__VA_ARGS__); \
66 #define dev_notice(DEV, FMT, ...) do {
    [all...]
pci.h 48 #include <dev/pci/pcidevs.h>
49 #include <dev/pci/pcireg.h>
50 #include <dev/pci/pcivar.h>
51 #include <dev/pci/agpvar.h>
52 #include <dev/pci/ppbvar.h>
120 #define PCI_DEVFN(DEV, FN) \
121 (__SHIFTIN((DEV), __BITS(3, 7)) | __SHIFTIN((FN), __BITS(0, 2)))
395 enum pci_bus_speed pcie_get_speed_cap(struct pci_dev *dev);
396 unsigned pcie_bandwidth_available(struct pci_dev *dev,
402 dev_is_pci(struct device *dev)
    [all...]
  /src/sys/arch/sparc/stand/binstall/
binstall.sh 63 f) DEV=$OPTARG;;
73 if [ "$( sysctl -n kern.securelevel )" -gt 0 ] && ! [ -f "$DEV" ]; then
109 if [ -z "$DEV" ]; then
111 DEV=$( mount | while read line; do
125 if [ -z "$DEV" ]; then
131 vecho "Boot device: $DEV"
137 vecho "${INSTALLBOOT} ${VERBOSE} -m $machine $DEV $BOOTXX $stage2"
139 "$DEV" "$BOOTXX" "$stage2"
  /src/usr.bin/make/unit-tests/
directive-include.mk 12 .include "/dev/null"
20 .include "/dev/null"
27 .include "/dev/null" # size 0
32 .include "/dev/null" and ignore anything in the rest of the line.
35 DEV= null
36 .include "/dev/${DEV}"
59 include /dev/null # comment
63 include ${:U/dev/null} # comment
64 include /dev/null /dev/nul
    [all...]
  /src/sys/dev/ic/
sl811hs.c 92 #include <dev/usb/usb.h>
93 #include <dev/usb/usbdi.h>
94 #include <dev/usb/usbdivar.h>
95 #include <dev/usb/usbhist.h>
96 #include <dev/usb/usb_mem.h>
97 #include <dev/usb/usbdevs.h>
98 #include <dev/usb/usbroothub.h>
100 #include <dev/ic/sl811hsreg.h>
101 #include <dev/ic/sl811hsvar.h>
141 #define DEV
1024 struct usbd_device *dev; local in function:slhci_open
    [all...]

Completed in 14 milliseconds