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

1 2 3

  /src/external/gpl3/gdb.old/dist/sim/bfin/
machs.c 54 /* Which device this routes to (name/port). */
56 /* Which device this routes from (name/port). */
74 #define DEVICE(_base, _len, _dev) _DEVICE(_base, _len, _dev, 0)
112 DEVICE (0xFFC00200, BFIN_MMR_WDOG_SIZE, "bfin_wdog@0"),
113 DEVICE (0xFFC00400, BFIN_MMR_UART2_SIZE, "bfin_uart2@0"),
114 DEVICE (0xFFC00500, BFIN_MMR_SPI_SIZE, "bfin_spi@0"),
115 DEVICE (0xFFC00600, BFIN_MMR_GPTIMER_SIZE, "bfin_gptimer@0"),
116 DEVICE (0xFFC00610, BFIN_MMR_GPTIMER_SIZE, "bfin_gptimer@1"),
117 DEVICE (0xFFC00620, BFIN_MMR_GPTIMER_SIZE, "bfin_gptimer@2"),
118 DEVICE (0xFFC00630, BFIN_MMR_GPTIMER_SIZE, "bfin_gptimer@3")
    [all...]
  /src/external/gpl3/gdb/dist/sim/bfin/
machs.c 54 /* Which device this routes to (name/port). */
56 /* Which device this routes from (name/port). */
74 #define DEVICE(_base, _len, _dev) _DEVICE(_base, _len, _dev, 0)
112 DEVICE (0xFFC00200, BFIN_MMR_WDOG_SIZE, "bfin_wdog@0"),
113 DEVICE (0xFFC00400, BFIN_MMR_UART2_SIZE, "bfin_uart2@0"),
114 DEVICE (0xFFC00500, BFIN_MMR_SPI_SIZE, "bfin_spi@0"),
115 DEVICE (0xFFC00600, BFIN_MMR_GPTIMER_SIZE, "bfin_gptimer@0"),
116 DEVICE (0xFFC00610, BFIN_MMR_GPTIMER_SIZE, "bfin_gptimer@1"),
117 DEVICE (0xFFC00620, BFIN_MMR_GPTIMER_SIZE, "bfin_gptimer@2"),
118 DEVICE (0xFFC00630, BFIN_MMR_GPTIMER_SIZE, "bfin_gptimer@3")
    [all...]
  /src/external/gpl2/groff/dist/src/libs/libgroff/
device.cpp 1 /* $NetBSD: device.cpp,v 1.1.1.1 2016/01/13 18:41:48 christos Exp $ */
24 #include "device.h"
27 const char *device = DEVICE; variable
37 device = tem;
  /src/external/gpl2/groff/include/
defs.h 4 #define DEVICE "ps"
  /src/external/gpl3/gcc/dist/gcc/config/m68k/
m68k-opts.h 26 #define M68K_MICROARCH(NAME,DEVICE,MICROARCH,ISA,FLAGS) \
  /src/external/gpl3/gcc.old/dist/gcc/config/m68k/
m68k-opts.h 26 #define M68K_MICROARCH(NAME,DEVICE,MICROARCH,ISA,FLAGS) \
  /src/sys/arch/vax/floppy/
defboo.hp 4 ! GO MULTI-USER AFTER CHECKING; BOOT FROM DEFAULT DEVICE
  /src/external/bsd/ntp/dist/ntpd/
refclock_hopfpci.c 17 * The driver attempts to open the device /dev/hopf6039 .
18 * The device entry will be made by the installation process of
24 * The driver attempts to open the device by calling the function
26 * Device Driver for the PCI-bus board. The driver belongs to the
71 # define DEVICE "/dev/hopf6039" /* device name inode*/
73 # define DEVICE "hopf6039" /* device name WinNT */
133 fd = open(DEVICE,O_RDWR); /* try to open hopf clock device */
    [all...]
refclock_atom.c 76 * miscellaneous device driver and OS delays.
81 #define DEVICE "/dev/pps%d" /* device name and unit */
127 char device[80]; local
142 * Open PPS device. This can be any serial or parallel port and
145 snprintf(device, sizeof(device), DEVICE, unit);
146 up->fddev = tty_open(device, O_RDWR, 0777);
149 "refclock_atom: %s: %m", device);
    [all...]
refclock_heath.c 165 #define DEVICE "/dev/heath%d" /* device name and unit */
221 char device[20]; local
226 snprintf(device, sizeof(device), DEVICE, unit);
227 fd = refclock_open(&peer->srcadr, device, speed[peer->ttl & 0x3],
358 * device driver before finalizing the timecode format.
refclock_pcf.c 24 * device driver be installed. A device driver for Linux is available at
32 #define DEVICE "/dev/pcfclocks/%d"
62 * pcf_start - open the device and initialize data for processing
72 char device[128]; local
75 * Open device file for reading.
77 snprintf(device, sizeof(device), DEVICE, unit);
78 fd = open(device, O_RDONLY)
    [all...]
refclock_pst.c 76 #define DEVICE "/dev/wwv%d" /* device name and unit */
127 char device[20]; local
132 snprintf(device, sizeof(device), DEVICE, unit);
133 fd = refclock_open(&peer->srcadr, device, SPEED232, LDISC_CLK);
refclock_tpro.c 26 * tpro.o device driver be installed and loaded.
32 #define DEVICE "/dev/tpro%d" /* device name and unit */
66 * tpro_start - open the TPRO device and initialize data for processing
76 char device[20]; local
80 * Open TPRO device
82 snprintf(device, sizeof(device), DEVICE, unit);
83 fd = open(device, O_RDONLY | O_NDELAY, 0777)
    [all...]
refclock_tt560.c 30 #define DEVICE "/dev/tt560%d" /* device name and unit */
71 * tt560_start - open the TT560 device and initialize data for processing
81 char device[20]; local
86 * Open TT560 device
88 snprintf(device, sizeof(device), DEVICE, unit);
89 fd = open(device, O_RDWR);
91 msyslog(LOG_ERR, "tt560_start: open of %s: %m", device);
    [all...]
refclock_palisade.h 102 #define DEVICE "/dev/palisade%d" /* device name and unit */
refclock_arbiter.c 93 #define DEVICE "/dev/gps%d" /* device name and unit */
156 char device[20]; local
161 snprintf(device, sizeof(device), DEVICE, unit);
162 fd = refclock_open(&peer->srcadr, device, SPEED232, LDISC_CLK);
refclock_as2201.c 68 #define DEVICE "/dev/gps%d" /* device name and unit */
170 snprintf(gpsdev, sizeof(gpsdev), DEVICE, unit);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.rocm/
code-object-load-while-breakpoint-hit.cpp 18 #ifdef DEVICE
  /src/external/gpl3/gcc.old/dist/include/
gomp-constants.h 66 /* ..., and copy to device. */
68 /* ..., and copy from device. */
70 /* ..., and copy to and from device. */
86 /* Deallocate a mapping, without copying from device. */
88 /* Is a device pointer. OMP_CLAUSE_SIZE for these is unused; is implicitly
95 /* Use device data if present, fall back to host address otherwise. */
102 /* Pointer translate host address into device address and copy that
112 /* ..., and copy to device. */
114 /* ..., and copy from device. */
116 /* ..., and copy to and from device. *
    [all...]
  /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/
evbarm.conf 43 disk: STORAGE DEVICE
evbmips.conf 43 disk: STORAGE DEVICE
evbppc.conf 43 disk: STORAGE DEVICE
riscv.conf 41 disk: STORAGE DEVICE
x86.conf 31 disk: STORAGE DEVICE

Completed in 61 milliseconds

1 2 3