Searched refs:notify (Results 1 - 25 of 347) sorted by relevance

1234567891011>>

/macosx-10.10.1/ksh-23/ksh/src/lib/libast/sfio/
H A Dsfnotify.c30 int sfnotify(void(*notify)(Sfio_t*, int, void*))
32 int sfnotify(notify)
33 void (*notify)();
36 _Sfnotify = notify;
/macosx-10.10.1/xnu-2782.1.97/libsyscall/mach/
H A Dnotify.defs28 #include <mach/notify.defs>
/macosx-10.10.1/xnu-2782.1.97/osfmk/mach/
H A Dmach_notify.defs29 * The mach/notify.h file is hand-crafted.
34 * until the real notify.h becomes "MIG-safe."
36 #include <mach/notify.defs>
H A Dnotify.defs63 notify 64;
80 notify : mach_port_move_send_once_t;
89 notify : mach_port_move_send_once_t;
104 notify : mach_port_move_send_once_t;
112 notify : mach_port_move_send_once_t;
120 notify : mach_port_move_send_once_t
128 notify : mach_port_move_send_once_t;
H A Dmig.h209 IMIGNotifyObject *notify,
231 IMIGNotifyObject *notify,
236 IMIGNotifyObject *notify);
239 IMIGNotifyObject *notify);
242 IMIGNotifyObject *notify,
246 IMIGNotifyObject *notify,
250 IMIGNotifyObject *notify,
255 IMIGNotifyObject *notify,
/macosx-10.10.1/smb-759.0/kernel/smbfs/
H A Dsmbfs_notify_change.c51 /* For now just notify on these item, may want to watch on more in the future */
60 /* For server message notify, we set everything, which is one of the
61 * ways the server can tell it's a server message notify, and not
62 * a normal notify change type.
84 notify_wakeup(struct smbfs_notify_change * notify) argument
86 notify->haveMoreWork = TRUE; /* we have work to do */
87 wakeup(&(notify)->notify_state);
104 notify_wakeup(watchItem->notify);
147 * See if we can update the node and notify the monitor.
176 * throttling back then skip this notify
642 process_svrmsg_items(struct smbfs_notify_change *notify, vfs_context_t context) argument
728 process_notify_items(struct smbfs_notify_change *notify, vfs_context_t context) argument
873 struct smbfs_notify_change *notify = arg; local
910 struct smbfs_notify_change *notify; local
947 struct smbfs_notify_change *notify = smp->notify_thread; local
979 enqueue_notify_change_request(struct smbfs_notify_change *notify, struct smbnode *np) argument
1019 enqueue_notify_svrmsg_request(struct smbfs_notify_change *notify) argument
1050 dequeue_notify_change_request(struct smbfs_notify_change *notify, struct smbnode *np) argument
1087 dequeue_notify_svrmsg_request(struct smbfs_notify_change *notify) argument
[all...]
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/dlzexternal/ns1/
H A Dnamed.conf.in23 notify-source 10.53.0.1;
31 notify yes;
/macosx-10.10.1/bind9-45.101/bind9/bin/confgen/
H A Dutil.h38 notify("%s", name); \
44 notify(const char *fmt, ...) ISC_FORMAT_PRINTF(1, 2);
/macosx-10.10.1/bind9-45.101/bind9/bin/rndc/
H A Dutil.h39 notify("%s", name); \
45 notify(const char *fmt, ...) ISC_FORMAT_PRINTF(1, 2);
/macosx-10.10.1/Security-57031.1.35/Security/include/security_utilities/
H A Dmach_notify.h28 /* Module notify */
34 #include <mach/notify.h>
71 mach_port_t notify,
83 mach_port_t notify,
96 mach_port_t notify,
108 mach_port_t notify
119 mach_port_t notify,
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dmach_notify.h28 /* Module notify */
34 #include <mach/notify.h>
71 mach_port_t notify,
83 mach_port_t notify,
96 mach_port_t notify,
108 mach_port_t notify
119 mach_port_t notify,
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_authorization/lib/
H A DtrampolineClient.cpp131 int notify[2]; local
132 if (pipe(notify)) {
140 close(notify[READ]); close(notify[WRITE]);
161 close(notify[READ]); close(notify[WRITE]);
166 close(notify[WRITE]);
175 ssize_t rc = read(notify[READ], &status, sizeof(status));
184 close(notify[READ]);
188 close(notify[REA
[all...]
/macosx-10.10.1/eap8021x-198/eapolclient.tproj/
H A DInterestNotification.c46 IONotificationPortRef notify; member in struct:InterestNotification
81 if (interest_p->notify != MACH_PORT_NULL) {
83 IONotificationPortGetRunLoopSource(interest_p->notify),
85 IONotificationPortDestroy(interest_p->notify);
102 IONotificationPortRef notify = NULL; local
113 notify = IONotificationPortCreate(kIOMasterPortDefault);
114 if (notify == NULL) {
123 kr = IOServiceAddInterestNotification(notify,
135 IONotificationPortGetRunLoopSource(notify),
137 interest_p->notify
[all...]
/macosx-10.10.1/IOKitUser-1050.1.21/
H A DionotifyCB.c65 IONotificationPortRef notify = (IONotificationPortRef) refcon; local
89 notify,
107 IONotificationPortRef notify; local
110 notify = IONotificationPortCreate( masterPort )
116 notify,
120 &ServiceArrivalCallback, (void *) notify,
126 ServiceArrivalCallback ( (void *) notify, note1 );
134 notify,
141 IONotificationPortGetRunLoopSource(notify),
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/dlopen-notify-bind/
H A Dmain.c35 static void notify(const struct mach_header *mh, intptr_t vmaddr_slide) function
47 _dyld_register_func_for_add_image(&notify);
68 PASS("dlopen-notify-bind");
70 FAIL("dlopen-notify-bind libfoo.dylib double bound");
/macosx-10.10.1/Libc-1044.1.2/sys/
H A Dsettimeofday.c25 #include <notify.h>
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/database/ns1/
H A Dnamed.conf132 notify-source 10.53.0.1;
39 notify yes;
H A Dnamed.conf232 notify-source 10.53.0.1;
39 notify yes;
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/logfileconfig/ns1/
H A Dnamed.dirconf21 notify-source 10.53.0.1;
30 notify yes;
H A Dnamed.pipeconf21 notify-source 10.53.0.1;
30 notify yes;
H A Dnamed.plain21 notify-source 10.53.0.1;
30 notify yes;
H A Dnamed.symconf21 notify-source 10.53.0.1;
30 notify yes;
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/tkey/ns1/
H A Dnamed.conf.in24 notify-source 10.53.0.1;
31 notify no;
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/xfer/ns4/
H A Dnamed.conf.base21 notify-source 10.53.0.4;
28 notify yes;
/macosx-10.10.1/postfix-255/postfix/src/master/
H A Dmaster_watch.c31 /* optional flags, and an optional notify call-back function.
44 /* If the parameter has a notify call-back function, then the
104 * notify the application that this parameter has changed.
107 if (wp->notify != 0)
108 wp->notify();
142 * notify the application that this parameter has changed.
145 if (wp->notify != 0)
146 wp->notify();

Completed in 301 milliseconds

1234567891011>>