| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/ |
| dlopen-libpthread.c | 25 notify (void) function 27 filename = NULL; /* notify-here */ 43 fp (notify);
|
| /src/external/mpl/bind/dist/bin/confgen/ |
| util.c | 32 notify(const char *fmt, ...) { function
|
| /src/external/mpl/bind/dist/bin/rndc/ |
| util.c | 31 notify(const char *fmt, ...) { function
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/ |
| dlopen-libpthread.c | 25 notify (void) function 27 filename = NULL; /* notify-here */ 43 fp (notify);
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/core/ |
| nouveau_nvkm_core_event.c | 28 #include <core/notify.h> 60 struct nvkm_notify *notify; local 67 list_for_each_entry(notify, &event->list, head) { 68 if (notify->index == index && (notify->types & types)) { 70 event->func->send(data, size, notify); 73 nvkm_notify_send(notify, data, size);
|
| nouveau_nvkm_core_notify.c | 29 #include <core/notify.h> 33 nvkm_notify_put_locked(struct nvkm_notify *notify) 35 if (notify->block++ == 0) 36 nvkm_event_put(notify->event, notify->types, notify->index); 40 nvkm_notify_put(struct nvkm_notify *notify) 42 struct nvkm_event *event = notify->event; 45 test_and_clear_bit(NVKM_NOTIFY_USER, ¬ify->flags)) { 47 nvkm_notify_put_locked(notify); 91 struct nvkm_notify *notify = container_of(work, typeof(*notify), work); local [all...] |
| nouveau_nvkm_core_client.c | 31 #include <core/notify.h> 89 struct nvkm_client_notify *notify = container_of(n, typeof(*notify), n); local 90 struct nvkm_client *client = notify->client; 91 return client->ntfy(¬ify->rep, notify->size, n->data, n->size); 97 if (index < ARRAY_SIZE(client->notify)) { 98 if (client->notify[index]) { 99 nvkm_notify_put(&client->notify[index]->n); 109 if (index < ARRAY_SIZE(client->notify)) { 137 struct nvkm_client_notify *notify; local [all...] |
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/sw/ |
| nv50.h | 10 #include <core/notify.h> 15 struct nvkm_notify notify[4]; member in struct:nv50_sw_chan::__anon5399
|
| /src/external/ibm-public/postfix/dist/src/postscreen/ |
| postscreen_haproxy.c | 75 PSC_ENDPT_LOOKUP_FN notify; member in struct:__anon23166 103 * Terminate this pseudo thread, and notify the caller. 108 psc_endpt_local_lookup(state->stream, state->notify); 110 state->notify(status, state->stream, 120 PSC_ENDPT_LOOKUP_FN notify) 132 state->notify = notify;
|
| /src/games/monop/ |
| misc.c | 70 notify(void) function
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvif/ |
| nouveau_nvif_notify.c | 32 #include <nvif/notify.h> 38 nvif_notify_put_(struct nvif_notify *notify) 40 struct nvif_object *object = notify->object; 46 .ntfy.index = notify->index, 49 if (atomic_inc_return(¬ify->putcnt) != 1) 56 nvif_notify_put(struct nvif_notify *notify) 58 if (likely(notify->object) && 59 test_and_clear_bit(NVIF_NOTIFY_USER, ¬ify->flags)) { 60 int ret = nvif_notify_put_(notify); 61 if (test_bit(NVIF_NOTIFY_WORK, ¬ify->flags) 112 struct nvif_notify *notify = container_of(work, typeof(*notify), work); local 119 struct nvif_notify *notify = NULL; local [all...] |
| /src/sys/dev/ |
| midictl.h | 63 * midictl from a notify handler it has called are permitted. If you are 96 * notify function will be called with MIDICTL_CTLR, MIDICTL_RPN, or 101 * be needed if the update is to half of a 14-bit value). The notify function 110 * affected. The notify function is then called with evt = MIDICTL_RESET. 154 void *cookie; /* this value will be passed to notify */ 155 midictl_notify *notify; member in struct:__anon3189
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/core/ |
| client.h | 15 struct nvkm_client_notify *notify[32]; member in struct:nvkm_client
|
| /src/external/gpl3/gdb.old/dist/sim/igen/ |
| misc.c | 60 notify (const line_ref *line, const char *msg, ...) function
|
| /src/external/ibm-public/postfix/dist/src/global/ |
| bounce_log.c | 215 int notify; local 237 if ((notify = atoi(value)) > 0 && DSN_NOTIFY_OK(notify)) 238 rcpt_buf->dsn_notify = notify;
|
| post_mail.c | 31 /* queue_id, notify, context) 38 /* void (*notify)(VSTREAM *stream, void *context); 60 /* void post_mail_fclose_async(stream, notify, context) 62 /* void (*notify)(int status, void *context); 81 /* invokes the caller-specified notify routine, with the 102 /* and upon completion invokes the caller-specified notify 129 /* .IP notify 201 POST_MAIL_NOTIFY notify; member in struct:__anon23120 213 POST_MAIL_FCLOSE_NOTIFY notify; member in struct:__anon23121 245 * server attempts to notify a queue manager that is overwhelmed [all...] |
| /src/external/ibm-public/postfix/dist/src/oqmgr/ |
| qmgr_transport.c | 19 /* void qmgr_transport_alloc(transport, notify) 21 /* void (*notify)(QMGR_TRANSPORT *transport, VSTREAM *fp); 120 QMGR_TRANSPORT_ALLOC_NOTIFY notify; /* application call-back routine */ member in struct:QMGR_TRANSPORT_ALLOC 251 alloc->notify(alloc->transport, alloc->stream); 284 * Notify the requestor. 293 alloc->notify(alloc->transport, alloc->stream); 341 void qmgr_transport_alloc(QMGR_TRANSPORT *transport, QMGR_TRANSPORT_ALLOC_NOTIFY notify) 372 * When the connection to delivery agent cannot be completed, notify the 383 alloc->notify = notify; [all...] |
| /src/external/ibm-public/postfix/dist/src/qmgr/ |
| qmgr_transport.c | 19 /* void qmgr_transport_alloc(transport, notify) 21 /* void (*notify)(QMGR_TRANSPORT *transport, VSTREAM *fp); 125 QMGR_TRANSPORT_ALLOC_NOTIFY notify; /* application call-back routine */ member in struct:QMGR_TRANSPORT_ALLOC 256 alloc->notify(alloc->transport, alloc->stream); 289 * Notify the requestor. 298 alloc->notify(alloc->transport, alloc->stream); 346 void qmgr_transport_alloc(QMGR_TRANSPORT *transport, QMGR_TRANSPORT_ALLOC_NOTIFY notify) 377 * When the connection to delivery agent cannot be completed, notify the 388 alloc->notify = notify; [all...] |
| /src/external/gpl3/gdb.old/dist/gdbsupport/ |
| observable.h | 157 /* Notify all observers that are attached to this observable. */ 158 void notify (T... args) const function in class:gdb::observers::observable 160 OBSERVER_SCOPED_DEBUG_START_END ("observable %s notify() called", m_name);
|
| /src/external/gpl3/gdb/dist/gdbsupport/ |
| observable.h | 157 /* Notify all observers that are attached to this observable. */ 158 void notify (T... args) const function in class:gdb::observers::observable 160 OBSERVER_SCOPED_DEBUG_START_END ("observable %s notify() called", m_name);
|
| /src/external/gpl3/gdb/dist/sim/igen/ |
| misc.c | 60 notify (const line_ref *line, const char *msg, ...) function
|
| /src/sys/arch/hpc/stand/hpcboot/menu/ |
| rootwindow.cpp | 127 NMHDR *notify = reinterpret_cast <NMHDR *>(lparam); local 136 switch(notify->code) {
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/ |
| nouveau_fence.h | 8 #include <nvif/notify.h> 49 struct nvif_notify notify; member in struct:nouveau_fence_chan
|
| /src/sys/external/bsd/drm2/dist/drm/xen/ |
| xen_drm_front_evtchnl.c | 353 int notify; local 356 RING_PUSH_REQUESTS_AND_CHECK_NOTIFY(&evtchnl->u.req.ring, notify); 357 if (notify)
|
| /src/libexec/comsat/ |
| comsat.c | 93 static void notify(const struct utmpentry *, off_t); 216 notify(ep, offset); 220 notify(const struct utmpentry *ep, off_t offset) function 242 dsyslog(LOG_DEBUG, "notify %s on %s", ep->name, tty);
|