Searched refs:DEVICE_NAME (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/ntp-92/ntpd/
H A Drefclock_bancomm.c173 inline const char *DEVICE_NAME(int n);
208 inline const char *DEVICE_NAME(int n) {static char s[20]={0}; snprintf(s,19,"/dev/stfp%d",n);return s;} function
210 inline const char* DEVICE_NAME(int n) {static char s[20]={0}; snprintf(s,19,"/dev/btfp%d",n);return s;} function
243 printf("Opening DATUM DEVICE %s\n",DEVICE_NAME(peer->refclkunit));
245 if ( (fd_vme = open(DEVICE_NAME(peer->refclkunit), O_RDWR)) < 0) {
/macosx-10.10/tcl-105/tcl_ext/snack/snack/unix/
H A DjkAudIO_alsa.c33 #define DEVICE_NAME "default" macro
35 static char *defaultDeviceName = DEVICE_NAME;
387 if ((afd = open(DEVICE_NAME, O_WRONLY, 0)) == -1) {
H A DjkAudIO_oss.c38 #define DEVICE_NAME "/dev/dsp" macro
40 static char *defaultDeviceName = DEVICE_NAME;
550 if ((afd = open(DEVICE_NAME, O_WRONLY, 0)) == -1) {
571 if ((afd = open(DEVICE_NAME, O_WRONLY, 0)) == -1) {

Completed in 87 milliseconds