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

  /src/sbin/iscsictl/
iscsic_main.c 43 #define DEVICE "/dev/iscsi0"
549 if ((driver = open(DEVICE, O_RDONLY)) < 0)
550 err(EXIT_FAILURE, "Opening " DEVICE);
  /src/distrib/utils/embedded/conf/
riscv.conf 41 disk: STORAGE DEVICE
evbmips.conf 43 disk: STORAGE DEVICE
x86.conf 31 disk: STORAGE DEVICE
evbarm.conf 43 disk: STORAGE DEVICE
evbppc.conf 43 disk: STORAGE DEVICE
  /src/sbin/iscsid/
iscsid_main.c 45 #define DEVICE "/dev/iscsi0"
139 if ((driver = open(DEVICE, O_RDONLY)) < 0) {
140 perror("opening " DEVICE);
  /src/sys/external/bsd/drm2/include/linux/
pci.h 54 #include <linux/device.h>
69 uint32_t device; member in struct:pci_device_id
77 #define PCI_DEVICE(VENDOR, DEVICE) \
79 .device = (DEVICE)
193 uint16_t device; member in struct:pci_dev
402 dev_is_pci(struct device *dev)
404 struct device *parent = device_parent(dev);
  /src/usr.bin/config/
gram.y 176 %token DEVICE DEVCLASS DUMPS DEVICE_MAJOR
363 /* device major declaration */
427 DEVICE devbase interface_opt depend_list
515 /* device node specification */
522 /* device nodes without flags */
540 /* flags for device nodes */
647 /* a place to attach a device */
678 /* device name */
825 no DEVICE AT attachment { deldeva($4, $1); }
924 /* device for root fs or dump *
    [all...]
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
imx53-m53menlo.dts 10 model = "MENLO M53 EMBEDDED DEVICE";
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/qcom/
sm8150-sony-xperia-kumano.dtsi 429 /* BIG WARNING! DO NOT TOUCH UFS, YOUR DEVICE WILL DIE! */
sm8250-sony-xperia-edo.dtsi 611 /* BIG WARNING! DO NOT TOUCH UFS, YOUR DEVICE WILL DIE! */

Completed in 17 milliseconds