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

/freebsd-9.3-release/usr.sbin/ntp/doc/drivers/
H A DMakefile16 driver9.html mx4200data.html oncore-shmem.html tf582_4.html
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Drefclock_oncore.c287 u_char *shmem; member in struct:instance
436 int shmem; member in struct:msg_desc
944 * shmem (so we won't lose our almanac if we need it).
964 oncore_log(instance, LOG_WARNING, "ONCORE: Can't open shmem");
975 mp->shmem = n;
1003 l = mp->shmem;
1028 /* we now walk thru the two buffers (shmem_old and buf, soon to become shmem)
1052 oncore_log(instance, LOG_ERR, "ONCORE: error writing shmem");
1057 instance->shmem = (u_char *) mmap(0, shmem_length,
1064 if (instance->shmem
[all...]
/freebsd-9.3-release/sys/dev/bxe/
H A Dbxe.c4431 /* set ALWAYS_ALIVE bit in shmem */
10510 /* read mf conf from shmem */
11217 uint32_t shmem; local
11225 /* get shmem offset */
11226 shmem = REG_RD(sc, MISC_REG_SHARED_MEM_ADDR);
11231 if (shmem > 0) {
11232 REG_WR(sc, shmem + validity_offset, 0);
12727 /* update flags in shmem */
14276 * shmem, and the user input.
14365 /* this should ONLY prevent upcoming shmem read
[all...]

Completed in 185 milliseconds