Searched refs:notifier (Results 1 - 10 of 10) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/external/bsd/drm/dist/libdrm/nouveau/
H A Dnouveau_notifier.c30 struct nouveau_notifier_priv *nvnotify = nouveau_notifier(notifier); \
35 int count, struct nouveau_notifier **notifier)
40 if (!chan || !notifier || *notifier)
62 *notifier = &nvnotify->base;
67 nouveau_notifier_free(struct nouveau_notifier **notifier) argument
75 if (!notifier || !*notifier)
77 nvnotify = nouveau_notifier(*notifier);
78 *notifier
34 nouveau_notifier_alloc(struct nouveau_channel *chan, uint32_t handle, int count, struct nouveau_notifier **notifier) argument
90 nouveau_notifier_reset(struct nouveau_notifier *notifier, int id) argument
102 nouveau_notifier_status(struct nouveau_notifier *notifier, int id) argument
110 nouveau_notifier_return_val(struct nouveau_notifier *notifier, int id) argument
127 nouveau_notifier_wait_status(struct nouveau_notifier *notifier, int id, uint32_t status, double timeout) argument
[all...]
H A Dnouveau_channel.c77 ret = drmMap(nvdev->fd, nvchan->drm.notifier, nvchan->drm.notifier_size,
/netbsd-6-1-5-RELEASE/dist/pppd/pppd/
H A Dpppd.h204 struct notifier { struct
205 struct notifier *next;
257 extern struct notifier *pidchange; /* for notifications of pid changing */
258 extern struct notifier *phasechange; /* for notifications of phase changes */
259 extern struct notifier *exitnotify; /* for notification that we're exiting */
260 extern struct notifier *sigreceived; /* notification of received signal */
261 extern struct notifier *ip_up_notifier; /* IPCP has come up */
262 extern struct notifier *ip_down_notifier; /* IPCP has gone down */
263 extern struct notifier *auth_up_notifier; /* peer has authenticated */
264 extern struct notifier *link_down_notifie
[all...]
H A Dmain.c148 struct notifier *pidchange = NULL;
149 struct notifier *phasechange = NULL;
150 struct notifier *exitnotify = NULL;
151 struct notifier *sigreceived = NULL;
152 struct notifier *fork_notifier = NULL;
1880 struct notifier **notif;
1884 struct notifier *np;
1886 np = malloc(sizeof(struct notifier));
1888 novm("notifier struct");
1901 struct notifier **noti
[all...]
H A Dauth.c215 /* A notifier for when the peer has authenticated itself,
217 struct notifier *auth_up_notifier = NULL;
219 /* A notifier for when the link goes down. */
220 struct notifier *link_down_notifier = NULL;
H A Dipcp.c99 struct notifier *ip_up_notifier = NULL;
100 struct notifier *ip_down_notifier = NULL;
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dsolib-darwin.c66 CORE_ADDR notifier; member in struct:gdb_dyld_all_image_infos
103 info (pointer) and notifier (pointer). */
119 dyld_all_image.notifier = extract_typed_address
368 create_solib_event_breakpoint (target_gdbarch, dyld_all_image.notifier);
/netbsd-6-1-5-RELEASE/sys/external/bsd/drm/dist/shared-core/
H A Dnouveau_drm.h37 drm_handle_t notifier; member in struct:drm_nouveau_channel_alloc
H A Dnouveau_fifo.c313 /* Allocate space for per-channel fixed notifier memory */
562 /* and the notifier block */
563 init->notifier = chan->notifier_block->map_handle;
/netbsd-6-1-5-RELEASE/dist/ipf/ipsend/
H A Dlsock.c31 # include <linux/notifier.h>

Completed in 192 milliseconds