Searched refs:dwatch (Results 1 – 25 of 28) sorted by relevance
12
1 PACKAGE= dwatch2 FILESDIR= ${LIBEXECDIR}/dwatch24 LINKS= ${LIBEXECDIR}/dwatch/chmod ${LIBEXECDIR}/dwatch/fchmodat25 LINKS+= ${LIBEXECDIR}/dwatch/chmod ${LIBEXECDIR}/dwatch/lchmod26 LINKS+= ${LIBEXECDIR}/dwatch/io ${LIBEXECDIR}/dwatch/io-done27 LINKS+= ${LIBEXECDIR}/dwatch/io ${LIBEXECDIR}/dwatch/io-start28 LINKS+= ${LIBEXECDIR}/dwatch/ip ${LIBEXECDIR}/dwatch/ip-receive29 LINKS+= ${LIBEXECDIR}/dwatch/ip ${LIBEXECDIR}/dwatch/ip-send30 LINKS+= ${LIBEXECDIR}/dwatch/open ${LIBEXECDIR}/dwatch/openat31 LINKS+= ${LIBEXECDIR}/dwatch/proc ${LIBEXECDIR}/dwatch/proc-create[all …]
5 # $Title: dwatch(8) module for syscall errno logging $
5 # $Title: dwatch(8) module for kill(2) [or similar] entry $
5 # $Title: dwatch(8) module for nanosleep(2) [or similar] entry $
5 # $Title: dwatch(8) module for open[at](2) [or similar] entry $
5 # $Title: dwatch(8) module for [l]chmod(2), fchmodat(2), or similar entry $
5 # $Title: dwatch(8) module for dtrace_ip(4) $
5 # $Title: dwatch(8) module for read(2), write(2), or similar entry $
5 # $Title: dwatch(8) profile for top-like syscall $
5 # $Title: dwatch(8) module for dtrace_udp(4) $
5 # $Title: dwatch(8) module for dtrace_udplite(4) $
5 # $Title: dwatch(8) module for dtrace_io(4) $
5 # $Title: dwatch(8) module for dtrace_sched(4) $
5 # $Title: dwatch(8) module for dtrace_proc(4) activity $
5 # $Title: dwatch(8) module for VOP_READDIR(9) [or similar] entry $
5 # $Title: dwatch(8) module for VOP_CREATE(9) [or similar] entry $
5 # $Title: dwatch(8) module for VOP_SYMLINK(9) [or similar] entry $
5 # $Title: dwatch(8) module for dtrace_tcp(4) connections $
3 PACKAGE= dwatch11 SCRIPTS= dwatch13 MAN= dwatch.1
18 _dwatch= dwatch26 _dwatch= dwatch32 _dwatch= dwatch
1 PACKAGE= dwatch2 FILESDIR= ${SHAREDIR}/examples/dwatch
5 # $Title: dwatch(8) profile for XXX entry $24 # Optional: dwatch(8) initializes this to the expanded probe arguments60 # customized to call-specific information because the `-v' flag of dwatch(8)
196 struct xs_dev_watch *dwatch; in xs_dev_watch_cb() local200 dwatch = (struct xs_dev_watch *)watch->callback_data; in xs_dev_watch_cb()203 msg.len = strlen(vec[XS_WATCH_PATH]) + strlen(dwatch->token) + 2; in xs_dev_watch_cb()207 strcpy(&payload[strlen(vec[XS_WATCH_PATH]) + 1], dwatch->token); in xs_dev_watch_cb()208 mtx_lock(&dwatch->user->lock); in xs_dev_watch_cb()209 xs_queue_reply(dwatch->user, (char *)&msg, sizeof(msg)); in xs_dev_watch_cb()210 xs_queue_reply(dwatch->user, payload, msg.len); in xs_dev_watch_cb()211 mtx_unlock(&dwatch->user->lock); in xs_dev_watch_cb()
160 dwatch275 dwatch
1505 OLD_FILES+=usr/libexec/dwatch/chmod1506 OLD_FILES+=usr/libexec/dwatch/errno1507 OLD_FILES+=usr/libexec/dwatch/fchmodat1508 OLD_FILES+=usr/libexec/dwatch/io1509 OLD_FILES+=usr/libexec/dwatch/io-done1510 OLD_FILES+=usr/libexec/dwatch/io-start1511 OLD_FILES+=usr/libexec/dwatch/ip1512 OLD_FILES+=usr/libexec/dwatch/ip-receive1513 OLD_FILES+=usr/libexec/dwatch/ip-send1514 OLD_FILES+=usr/libexec/dwatch/kill[all …]