Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/ntp/ntpd/
HDrefclock_oncore.c289 char *shmem_fname; member
951 if ((fd = open(instance->shmem_fname, O_RDONLY)) < 0) in oncore_init_shmem()
967 if ((instance->shmemfd = open(instance->shmem_fname, O_RDWR|O_CREAT|O_TRUNC, 0644)) < 0) { in oncore_init_shmem()
1076 (u_long) shmem_length, instance->shmem_fname); in oncore_init_shmem()
1282 instance->shmem_fname = estrdup(ca); in oncore_read_config()
/freebsd-13-stable/contrib/ntp/
HDCommitLog-4.1.01556 * ntpd/refclock_oncore.c: shmem_fname added. oncore_init_shmem()
1563 (oncore_msg_Cj_id): shmem_fname changes