| /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.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);
|
| refclock_chronolog.c | 49 #define DEVICE "/dev/chronolog%d" /* device name and unit */ 103 char device[20]; local 109 snprintf(device, sizeof(device), DEVICE, unit); 112 printf ("starting Chronolog with device %s\n",device); 114 fd = refclock_open(&peer->srcadr, device, SPEED232, 0);
|
| refclock_dumbclock.c | 45 #define DEVICE "/dev/dumbclock%d" /* device name and unit */ 106 char device[20]; local 114 snprintf(device, sizeof(device), DEVICE, unit); 117 printf ("starting Dumbclock with device %s\n",device); 119 fd = refclock_open(&peer->srcadr, device, SPEED232, 0);
|
| refclock_fg.c | 28 #define DEVICE "/dev/fgclock%d" 91 * fg_start - open the device and initialize data for processing 102 char device[20]; local 106 * Open device file for reading. 108 snprintf(device, sizeof(device), DEVICE, unit); 110 DPRINTF(1, ("starting FG with device %s\n",device)); 112 fd = refclock_open(&peer->srcadr, device, SPEED232, LDISC_CLK) [all...] |
| refclock_gpsvme.c | 72 #define DEVICE "/dev/refclock%1d" /* device file */ 93 /* psc_start: open device and initialize data for processing */ 111 snprintf(buf, sizeof(buf), DEVICE, unit); /* dev file name */ 112 fd[unit] = open(buf, O_RDONLY); /* open device file */ 156 /* psc_poll: read, decode, and record device time */ 171 status = regp[unit]->device_status; /* read device status byte */
|
| /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/ |
| riscv.conf | 41 disk: STORAGE DEVICE
|
| evbarm.conf | 43 disk: STORAGE DEVICE
|
| evbmips.conf | 43 disk: STORAGE DEVICE
|
| evbppc.conf | 43 disk: STORAGE DEVICE
|
| x86.conf | 31 disk: STORAGE DEVICE
|