Searched refs:shmem_fname (Results 1 – 2 of 2) sorted by relevance
289 char *shmem_fname; member951 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()
1556 * ntpd/refclock_oncore.c: shmem_fname added. oncore_init_shmem()1563 (oncore_msg_Cj_id): shmem_fname changes