Searched refs:monitor (Results 26 - 50 of 140) sorted by relevance

123456

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/tests/scripts/
H A Dconf.sh17 MON=monitor
/macosx-10.9.5/syslog-217.1.4/syslogd.tproj/
H A Dasl_action.c86 dispatch_source_t monitor; member in struct:store_data
97 dispatch_source_t monitor; member in struct:file_data
366 if (sdata->monitor != NULL)
368 dispatch_source_cancel(sdata->monitor);
369 dispatch_release(sdata->monitor);
370 sdata->monitor = NULL;
379 if (fdata->monitor != NULL)
381 dispatch_source_cancel(fdata->monitor);
382 dispatch_release(fdata->monitor);
383 fdata->monitor
[all...]
/macosx-10.9.5/Security-55471.14.18/include/security_codesigning/
H A DSecStaticCode.cpp225 OSStatus SecStaticCodeSetCallback(SecStaticCodeRef codeRef, SecCSFlags flags, SecCodeCallback *old, SecCodeCallback monitor) argument
232 *old = code->monitor();
233 code->setMonitor(monitor);
H A DStaticCode.h138 SecCodeCallback monitor() const { return mMonitor; } function in class:Security::CodeSigning::SecStaticCode
139 void setMonitor(SecCodeCallback monitor) { mMonitor = monitor; } argument
234 SecCodeCallback mMonitor; // registered monitor callback
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/lib/
H A DSecStaticCode.cpp225 OSStatus SecStaticCodeSetCallback(SecStaticCodeRef codeRef, SecCSFlags flags, SecCodeCallback *old, SecCodeCallback monitor) argument
232 *old = code->monitor();
233 code->setMonitor(monitor);
H A DStaticCode.h138 SecCodeCallback monitor() const { return mMonitor; } function in class:Security::CodeSigning::SecStaticCode
139 void setMonitor(SecCodeCallback monitor) { mMonitor = monitor; } argument
234 SecCodeCallback mMonitor; // registered monitor callback
/macosx-10.9.5/ntp-88/libntp/
H A Daudio.c58 int monitor = SOUND_MIXER_WRITE_VOLUME; /* or OGAIN */ variable
106 * monitor pcm_monitor_device {ogain,...}
108 * The device names for the "agc" and "monitor" keywords
189 printf("monitor <%s> %d\n", ab, mixer_name(ab, -1));
333 monitor = MIXER_WRITE(i);
335 printf("monitor %s not in devmask %#x\n",
365 int mongain, /* input to output mix (monitor gain) 0-255 */
409 rval = ioctl(ctl_fd, monitor, &l );
/macosx-10.9.5/apache-786.1/httpd/include/
H A Dmpm_common.h379 AP_DECLARE_HOOK(int,monitor,(apr_pool_t *p))
/macosx-10.9.5/WebCore-7537.78.1/platform/gtk/
H A DGtkVersioning.c262 void gdk_screen_get_monitor_workarea(GdkScreen *screen, int monitor, GdkRectangle *area) argument
264 gdk_screen_get_monitor_geometry(screen, monitor, area);
/macosx-10.9.5/OpenSSH-186/openssh/
H A Dsandbox-seccomp-filter.c22 * Instead, live systems the auditctl(8) may be used to monitor failures.
150 extern struct monitor *pmonitor;
H A Dmonitor.c1 /* $OpenBSD: monitor.c,v 1.120 2012/12/11 22:16:21 markus Exp $ */
92 #include "monitor.h"
145 /* Functions on the monitor that answer unprivileged requests */
196 static int monitor_read_log(struct monitor *);
366 monitor_child_preauth(Authctxt *_authctxt, struct monitor *pmonitor)
371 debug3("preauth child monitor started");
490 monitor_child_postauth(struct monitor *pmonitor)
525 monitor_sync(struct monitor *pmonitor)
534 monitor_read_log(struct monitor *pmonitor)
581 monitor_read(struct monitor *pmonito
[all...]
H A Dmonitor_wrap.c72 #include "monitor.h"
93 extern struct monitor *pmonitor;
101 struct monitor *mon = (struct monitor *)ctx;
601 mm_send_keystate(struct monitor *monitor) argument
637 mm_send_kex(&m, *monitor->m_pkex);
700 mm_request_send(monitor->m_recvfd, MONITOR_REQ_KEYEXPORT, &m);
1417 /* monitor already has all bignums except theirpub1, theirpub2 */
1420 /* monitor alread
[all...]
/macosx-10.9.5/bash-92/bash-3.2/tests/
H A Dvarenv.sh178 set +o monitor
/macosx-10.9.5/tcl-102/tcl_ext/tktable/tktable/
H A DTODO.txt21 * scratch stretchmode "fill" in favor of "dynamic" which would monitor
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dfetchmail.vim33 \ interface monitor plugin plugout dns
H A Dscreen.vim157 \ monitor
/macosx-10.9.5/Security-55471.14.18/libsecurity_transform/lib/
H A DTransform.h120 CFErrorRef ProcessExecute(CFStringRef &outputAttached, SecMonitorRef monitor);
178 // overload to return true if your transform can be externalized (generally true unless you are a monitor)
/macosx-10.9.5/screen-22/screen/
H A Dwindow.h38 int monitor; member in struct:NewWindow
162 AclBits w_mon_notify; /* whom to tell monitor statis */
216 int w_monitor; /* monitor status */
/macosx-10.9.5/tcl-102/tcl_ext/thread/thread/tcl/phttpd/
H A Dphttpd.tcl26 # You can use: http://localhost:5000/monitor URL to test the
651 # monitor --
654 # http://<hostname>:<port>/monitor
666 proc /monitor {array} {
H A Duhttpd.tcl26 # You can use: http://localhost:5000/monitor URL to test the
381 proc /monitor {array} {
/macosx-10.9.5/CPANInternal-140/IO-KQueue/
H A DKQueue.pm131 call, allowing you to monitor for changes on sockets, files, processes and
/macosx-10.9.5/CPANInternal-140/IO-KQueue-0.34/
H A DKQueue.pm131 call, allowing you to monitor for changes on sockets, files, processes and
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/tests/
H A Dsignal.sh111 set -o monitor
/macosx-10.9.5/apache-786.1/httpd/server/
H A Dmpm_common.c65 APR_HOOK_LINK(monitor)
71 APR_HOOK_LINK(monitor)
74 AP_IMPLEMENT_HOOK_RUN_ALL(int, monitor,
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/sh/
H A Dargs.c802 int monitor, fd, pv[3]; local
816 if(monitor = (sh_isstate(SH_MONITOR)!=0))
830 if(monitor)

Completed in 187 milliseconds

123456