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

/freebsd-9.3-release/contrib/ntp/ntpd/
H A Drefclock_oncore.c936 u_char *cp, *cp1, *buf, *shmem_old; local
947 shmem_old = 0;
955 shmem_old = emalloc((unsigned) sbuf.st_size);
956 read(fd, shmem_old, shmem_old_size);
965 if (shmem_old)
966 free(shmem_old);
1028 /* we now walk thru the two buffers (shmem_old and buf, soon to become shmem)
1029 * copying the data in shmem_old to buf.
1035 if (shmem_old) {
1037 for (cp=buf+4, cp1=shmem_old
[all...]

Completed in 97 milliseconds