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

/macosx-10.10.1/ntp-92/ntpd/
H A Drefclock_oncore.c290 char *shmem_fname; member in struct:instance
937 * The first thing we do is see if there is an instance->shmem_fname file (still)
944 if ((fd = open(instance->shmem_fname, O_RDONLY)) < 0)
958 if ((instance->shmemfd = open(instance->shmem_fname, O_RDWR|O_CREAT|O_TRUNC, 0644)) < 0) {
1067 (u_long) shmem_length, instance->shmem_fname);
1261 instance->shmem_fname = estrdup(ca);

Completed in 88 milliseconds