Searched refs:DEVICE (Results 1 - 25 of 47) sorted by relevance

12

/macosx-10.9.5/ppp-727.90.1/Documentation/scripts/
H A Dppp-off7 DEVICE=ppp0
9 DEVICE=$1
15 if [ -r /var/run/$DEVICE.pid ]; then
16 kill -INT `cat /var/run/$DEVICE.pid`
22 rm -f /var/run/$DEVICE.pid
28 echo "PPP link to $DEVICE terminated."
33 echo "ERROR: PPP link is not active on $DEVICE"
H A Dipv6-down.sample11 DEVICE=$1
13 PIDFILE=/var/run/radvd-$DEVICE.pid
H A Dipv6-up.sample11 DEVICE=$1
13 CFGFILE=/usr/inet6/etc/radvd.conf-$DEVICE
14 PIDFILE=/var/run/radvd-$DEVICE.pid
/macosx-10.9.5/groff-38/groff/src/libs/libgroff/
H A Ddevice.cpp25 const char *device = DEVICE;
/macosx-10.9.5/xnu-2422.115.4/SETUP/config/
H A Dlexer.l59 { "device", DEVICE },
87 { "tape", DEVICE },
/macosx-10.9.5/ntp-88/ntpd/
H A Drefclock_hopfpci.c69 # define DEVICE "/dev/hopf6039" /* device name inode*/ macro
71 # define DEVICE "hopf6039" /* device name WinNT */ macro
140 fd = open(DEVICE,O_RDWR); /* try to open hopf clock device */
144 msyslog(LOG_ERR,"Start: %s unit: %d failed!",DEVICE,unit);
H A Drefclock_atom.c79 #define DEVICE "/dev/pps%d" /* device name and unit */ macro
143 sprintf(device, DEVICE, unit);
H A Drefclock_heath.c163 #define DEVICE "/dev/heath%d" /* device name and unit */ macro
224 sprintf(device, DEVICE, unit);
H A Drefclock_pcf.c30 #define DEVICE "/dev/pcfclocks/%d" macro
75 (void)sprintf(device, DEVICE, unit);
H A Drefclock_pst.c74 #define DEVICE "/dev/wwv%d" /* device name and unit */ macro
130 (void)sprintf(device, DEVICE, unit);
H A Drefclock_tpro.c30 #define DEVICE "/dev/tpro%d" /* device name and unit */ macro
80 (void)sprintf(device, DEVICE, unit);
H A Drefclock_tt560.c28 #define DEVICE "/dev/tt560%d" /* device name and unit */ macro
86 (void)sprintf(device, DEVICE, unit);
H A Drefclock_zyfer.c78 #define DEVICE "/dev/zyfer%d" /* device name and unit */ macro
137 (void)sprintf(device, DEVICE, unit);
H A Drefclock_palisade.h103 #define DEVICE "/dev/palisade%d" /* device name and unit */ macro
H A Drefclock_arbiter.c91 #define DEVICE "/dev/gps%d" /* device name and unit */ macro
150 (void)sprintf(device, DEVICE, unit);
H A Drefclock_as2201.c66 #define DEVICE "/dev/gps%d" /* device name and unit */ macro
168 (void)sprintf(gpsdev, DEVICE, unit);
H A Drefclock_chronolog.c47 #define DEVICE "/dev/chronolog%d" /* device name and unit */ macro
107 (void)sprintf(device, DEVICE, unit);
H A Drefclock_dumbclock.c49 #define DEVICE "/dev/dumbclock%d" /* device name and unit */ macro
118 (void)sprintf(device, DEVICE, unit);
H A Drefclock_fg.c26 #define DEVICE "/dev/fgclock%d" macro
107 (void)sprintf(device, DEVICE, unit);
H A Drefclock_gpsvme.c70 #define DEVICE "/dev/refclock%1d" /* device file */ macro
113 sprintf(buf, DEVICE, unit); /* dev file name */
H A Drefclock_hopfser.c64 #define DEVICE "/dev/hopfclock%d" /* device name and unit */ macro
130 (void) sprintf(gpsdev, DEVICE, unit);
H A Drefclock_trak.c93 #define DEVICE "/dev/trak%d" /* device name and unit */
151 (void)sprintf(device, DEVICE, unit);
92 #define DEVICE macro
H A Drefclock_ulink.c86 #define DEVICE "/dev/wwvb%d" /* device name and unit */ macro
145 (void)sprintf(device, DEVICE, unit);
H A Drefclock_jjy.c151 #define DEVICE "/dev/jjy%d" /* device name and unit */ macro
246 printf ( DEVICE, unit ) ;
253 if ( ! ( pDeviceName = (char*) emalloc ( strlen(DEVICE) + 10 ) ) ) {
256 sprintf ( pDeviceName, DEVICE, unit ) ;
/macosx-10.9.5/libxslt-13/libxslt/vms/
H A Dbuild_xslt.com113 $ srcdir = f$parse(globfile,,,"DEVICE") + f$parse(globfile,,,"DIRECTORY")
147 $ srcdir = f$parse(globfile,,,"DEVICE") + f$parse(globfile,,,"DIRECTORY")

Completed in 189 milliseconds

12