Searched refs:watch (Results 1 - 23 of 23) sorted by relevance

/freebsd-11-stable/usr.sbin/watch/
H A DMakefile3 PROG= watch
4 MAN= watch.8
/freebsd-11-stable/sys/ddb/
H A Ddb_watch.c59 static void db_watchpoint_free(db_watchpoint_t watch);
72 db_watchpoint_t watch; local
74 if ((watch = db_free_watchpoints) != 0) {
75 db_free_watchpoints = watch->link;
76 return (watch);
82 watch = db_next_free_watchpoint;
85 return (watch);
89 db_watchpoint_free(db_watchpoint_t watch) argument
91 watch->link = db_free_watchpoints;
92 db_free_watchpoints = watch;
98 db_watchpoint_t watch; local
138 db_watchpoint_t watch; local
158 db_watchpoint_t watch; local
223 db_watchpoint_t watch; local
248 db_watchpoint_t watch; local
[all...]
/freebsd-11-stable/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_common.c59 DBusWatch *watch, eloop_event_type type)
66 dbus_watch_handle(watch, DBUS_WATCH_READABLE);
68 dbus_watch_handle(watch, DBUS_WATCH_WRITABLE);
70 dbus_watch_handle(watch, DBUS_WATCH_ERROR);
99 static dbus_bool_t add_watch(DBusWatch *watch, void *data) argument
105 if (!dbus_watch_get_enabled(watch))
108 flags = dbus_watch_get_flags(watch);
109 fd = dbus_watch_get_unix_fd(watch);
112 priv, watch);
116 priv, watch);
58 process_watch(struct wpas_dbus_priv *priv, DBusWatch *watch, eloop_event_type type) argument
129 remove_watch(DBusWatch *watch, void *data) argument
148 watch_toggled(DBusWatch *watch, void *data) argument
[all...]
/freebsd-11-stable/sys/dev/xen/xenstore/
H A Dxenstore.c136 /* Queued watch events. */
141 } watch; member in union:xs_stored_msg::__anon4
197 * List of pending watch callback events.
201 /** Lock protecting the watch calback list. */
223 * watch event callbacks.
228 * callbacks of the just unregistered watch are pending
665 msg->u.watch.vec = split(body, msg->hdr.len,
666 &msg->u.watch.vec_size);
669 msg->u.watch.handle = find_watch(
670 msg->u.watch
1271 struct xs_watch *watch; local
1633 xs_register_watch(struct xs_watch *watch) argument
1667 xs_unregister_watch(struct xs_watch *watch) argument
[all...]
/freebsd-11-stable/sys/xen/xenstore/
H A Dxenstorevar.h62 /* Register callback to watch subtree (node) in the XenStore. */
73 /* Callback client data untouched by the XenStore watch mechanism. */
76 /* Maximum number of pending watch events to be delivered. */
311 * Register a XenStore watch.
314 * within the watch object) of changes to an object in the XenStore.
316 * \param watch An xs_watch struct with it's node and callback fields
322 * xenbus_watch objects, to watch the same path in the XenStore.
324 int xs_register_watch(struct xs_watch *watch);
327 * Unregister a XenStore watch.
329 * \param watch A
[all...]
/freebsd-11-stable/contrib/amd/scripts/
H A Dexpn.197 # $watch : -w
129 $watch = $flag_w;
206 print if $watch;
211 &read_response($2,$watch);
240 print if $watch;
282 $skipwatch = $watch;
285 print "$s" if $watch;
286 print "(pretending 250$1<$2>)" if ($debug && $watch);
287 print "\n" if $watch;
402 print if $watch;
[all...]
H A Dexpn.in96 # $watch : -w
128 $watch = $flag_w;
205 print if $watch;
210 &read_response($2,$watch);
239 print if $watch;
281 $skipwatch = $watch;
284 print "$s" if $watch;
285 print "(pretending 250$1<$2>)" if ($debug && $watch);
286 print "\n" if $watch;
401 print if $watch;
[all...]
/freebsd-11-stable/contrib/sendmail/contrib/
H A Dexpn.pl95 # $watch : -w
127 $watch = $flag_w;
196 print if $watch;
201 &read_response($2,$watch);
230 print if $watch;
272 $skipwatch = $watch;
275 print "$s" if $watch;
276 print "(pretending 250$1<$2>)" if ($debug && $watch);
277 print "\n" if $watch;
392 print if $watch;
[all...]
/freebsd-11-stable/sys/xen/xenbus/
H A Dxenbusb.c119 * XenBus watch callback registered against the "state" XenStore
125 * \param watch The xs_watch object used to register this callback
128 * watch event data. The vector should be indexed via the
133 xenbusb_otherend_watch_cb(struct xs_watch *watch, const char **vec, argument
142 ivars = (struct xenbus_device_ivars *)watch->callback_data;
156 * XenBus watch callback registered against the XenStore sub-tree
162 * \param watch The xs_watch object used to register this callback
165 * watch event data. The vector should be indexed via the
171 xenbusb_local_watch_cb(struct xs_watch *watch, const char **vec, argument
179 ivars = (struct xenbus_device_ivars *)watch
558 xenbusb_devices_changed(struct xs_watch *watch, const char **vec, unsigned int len) argument
[all...]
/freebsd-11-stable/sys/sparc64/sparc64/
H A Ddb_hwwatch.c37 #include <machine/watch.h>
66 /* Test for misaligned watch points. */
121 /* Test for misaligned watch points. */
163 db_printf("Overwriting previously active watch point at "
H A Dtrap.c86 #include <machine/watch.h>
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_wwv.c164 * Watchcat timeouts (watch)
521 int watch; /* watchcat */ member in struct:wwvunit
1160 up->watch++;
1170 up->watch = 0;
1210 up->watch = 0;
1349 if (up->watch > ACQSN)
1885 if (up->watch > PANIC) {
1890 if (up->watch > SYNCH) {
1894 } else if (up->watch > DATA) {
2086 up->watch
[all...]
/freebsd-11-stable/contrib/bmake/mk/
H A Dauto.obj.mk66 # watch out for __objdir being relative path
H A Dautodep.mk74 # watch out for people who don't use CPPFLAGS
/freebsd-11-stable/usr.sbin/
H A DMakefile100 watch \
/freebsd-11-stable/sys/dev/xen/control/
H A Dcontrol.c351 xctrl_on_watch_event(struct xs_watch *watch, const char **vec, unsigned int len) argument
430 /* Activate watch */
464 /* Release watch */
/freebsd-11-stable/sys/dev/xen/balloon/
H A Dballoon.c319 watch_target(struct xs_watch *watch, argument
/freebsd-11-stable/tests/sys/net/
H A Dif_lagg_test.sh401 if [ `sysctl -n debug.witness.watch` -ne 1 ]; then
/freebsd-11-stable/sys/dev/xen/blkback/
H A Dblkback.c3621 xbb_attach_disk(struct xs_watch *watch, const char **vec, unsigned int len) argument
3627 dev = (device_t) watch->callback_data;
3635 xs_unregister_watch(watch);
3636 free(watch->node, M_XENBLOCKBACK);
3637 watch->node = NULL;
3789 KASSERT(xbb->hotplug_watch.node == NULL, ("watch node already setup"));
3800 xbb_attach_failed(xbb, error, "failed to create watch on %s",
/freebsd-11-stable/contrib/ntp/scripts/monitoring/
H A Dntploopwatch30 to watch statistics permanently:
/freebsd-11-stable/contrib/gdb/gdb/
H A Dprocfs.c2887 char watch[sizeof (prwatch_t)];
2891 pwatch = (prwatch_t *) &arg.watch;
/freebsd-11-stable/targets/pseudo/userland/
H A DMakefile.depend777 usr.sbin/watch \
/freebsd-11-stable/sys/kern/
H A Dsubr_witness.c379 SYSCTL_PROC(_debug_witness, OID_AUTO, watch, CTLFLAG_RWTUN | CTLTYPE_INT, NULL, 0,
857 * If we shouldn't watch this lock, then just clear lo_witness.

Completed in 195 milliseconds