Home
last modified time | relevance | path

Searched refs:shm (Results 1 – 25 of 51) sorted by relevance

123

/netbsd-src/external/bsd/ntp/dist/ntpd/
H A Drefclock_shm.c113 struct shmTime *shm; /* pointer to shared memory segment */ member
233 up->shm = getShmTime(unit, up->forall); in shm_start()
239 if (up->shm != 0) { in shm_start()
241 up->shm->precision = PRECISION; in shm_start()
242 peer->precision = up->shm->precision; in shm_start()
243 up->shm->valid = 0; in shm_start()
244 up->shm->nsamples = NSAMPLES; in shm_start()
308 (void)shmdt((char *)up->shm); in shm_shutdown()
312 UnmapViewOfFile(up->shm); in shm_shutdown()
347 } else if (NULL == up->shm) { /* is this possible at all? */ in shm_poll()
[all …]
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dsql216 >0 use shm-le
219 >0 use \^shm-le
221 0 name shm-le
225 # db3-shm Acronis BackupAndRecovery F4CEEE47-042C-4828-95A0-DE44EC267A28.db3-shm
226 # dbx-shm probably Dropbox filecache.dbx-shm
227 # aup3-shm Audacity project tada.aup3-shm
228 # srd-shm Microsoft Windows StateRepository service StateRepository-Deployment.srd-shm StateReposit…
229 !:ext sqlite-shm/db-shm/db3-shm/dbx-shm/aup3-shm/srd-shm
234 # isInit; the "isInit" flag; 1 when the shm file has been initialized
/netbsd-src/sys/dev/tc/
H A Dsticreg.h159 #define YMASKADDR(shm, sy, b) (((b)-((sy) & (shm))) & 15) argument
160 #define XYMASKADDR(sw,shm,x,y,a,b) \ argument
161 (XMASKADDR(sw,x,a) << 16 | YMASKADDR(shm,y,b))
/netbsd-src/external/mit/xorg/lib/xcb-util/image/
H A DMakefile9 xcb-shm ${.CURDIR}/../../libxcb/shm \
/netbsd-src/etc/rc.d/
H A Dcleartmp51 /bin/rm -rf /var/shm
53 /bin/ln -s "${var_shm_symlink}" /var/shm
/netbsd-src/tests/kernel/
H A Dt_sysv.c600 ATF_TC_WITH_CLEANUP(shm);
601 ATF_TC_HEAD(shm, tc) in ATF_TC_HEAD() argument
608 ATF_TC_BODY(shm, tc) in ATF_TC_BODY() argument
698 ATF_TC_CLEANUP(shm, tc) in ATF_TC_CLEANUP() argument
772 ATF_TP_ADD_TC(tp, shm); in ATF_TP_ADD_TCS()
/netbsd-src/external/mit/xorg/lib/libxcb/shm/
H A DMakefile3 XCBEXT= shm
/netbsd-src/distrib/common/bootimage/
H A Dfstab.in6 tmpfs /var/shm tmpfs rw,-m1777,-sram%25 0 0
/netbsd-src/external/mit/xorg/lib/libxcb/
H A DMakefile20 shm \
/netbsd-src/distrib/zaurus/liveimage/
H A Dfstab.in7 tmpfs /var/shm tmpfs rw,-m1777,-sram%25 0 0
/netbsd-src/distrib/hpcarm/liveimage/
H A Dfstab.in7 tmpfs /var/shm tmpfs rw,-m1777,-sram%25 0 0
/netbsd-src/external/mit/xorg/server/xorg-server.old/Xext/
H A DMakefile.Xextbuiltin5 SRCS.Xextbuiltin+= shm.c
H A DMakefile.Xext22 COPTS.shm.c+= -Wno-error
/netbsd-src/external/mit/xorg/lib/libxcb/files/
H A DMakefile.xmlsrcs22 shm.c \
/netbsd-src/external/mit/xorg/include/xcb-proto/
H A DMakefile15 screensaver.xml shape.xml shm.xml sync.xml \
/netbsd-src/external/mit/xorg/lib/libGL/
H A DMakefile219 xcb-shm ${.CURDIR}/../libxcb/shm \
/netbsd-src/external/mit/xorg/server/xorg-server/Xext/
H A DMakefile10 SRCS+= shm.c
/netbsd-src/lib/librt/
H A DMakefile12 SRCS= sem.c shm.c pset.c
/netbsd-src/external/mit/xorg/lib/libxcb/libxcb/
H A DMakefile66 shm.h \
/netbsd-src/share/examples/fstab/
H A Dfstab.ramdisk35 tmpfs /var/shm tmpfs rw,-m1777,-sram%25
/netbsd-src/external/mit/xorg/include/xorgproto/X11/extensions/
H A DMakefile65 shm.h \
/netbsd-src/libexec/httpd/
H A DCHANGES8 o fix memory leaks. from shm.
9 o fix reading 2 bytes beyond '%', possibly not mapped. from shm.
109 allow remote code execution, from shm@netbsd.org
132 o avoid printing double errors, from shm@netbsd.org
134 authentication to be bypassed, from shm@netbsd.org
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/sys/
H A Dshm.d15 module core.sys.posix.sys.shm;
/netbsd-src/external/bsd/unbound/dist/contrib/
H A Dredirect-bogus.patch165 /** SHM data - true if shm is enabled */
167 /** SHM data - key for the shm */
/netbsd-src/sys/sys/
H A DMakefile41 sha1.h sha2.h sha3.h shm.h siginfo.h signal.h signalvar.h sigtypes.h \

123