Home
last modified time | relevance | path

Searched refs:shmemfd (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/ntp/ntpd/
Drefclock_oncore.c275 int shmemfd; /* Status shm descriptor */ member
798 if (instance->shmemfd) in oncore_shutdown()
799 close(instance->shmemfd); in oncore_shutdown()
967 if ((instance->shmemfd = open(instance->shmem_fname, O_RDWR|O_CREAT|O_TRUNC, 0644)) < 0) { in oncore_init_shmem()
1052 i = write(instance->shmemfd, buf, shmem_length); in oncore_init_shmem()
1057 close(instance->shmemfd); in oncore_init_shmem()
1066 MAP_SHARED, instance->shmemfd, (off_t)0); in oncore_init_shmem()
1070 close(instance->shmemfd); in oncore_init_shmem()