| /src/external/ibm-public/postfix/dist/src/global/ |
| mail_flush.c | 75 static char wakeup[] = {TRIGGER_REQ_WAKEUP}; local 81 wakeup, sizeof(wakeup)));
|
| /src/external/ibm-public/postfix/dist/src/master/ |
| master_wakeup.c | 7 /* Postfix master - start/stop service wakeup timers 17 /* This module implements automatic service wakeup. In order to 18 /* wakeup a service, a wakeup trigger is sent to the corresponding 22 /* master_wakeup_init() wakes up the named service. No wakeup 23 /* is done or scheduled when a zero wakeup time is given, or when 27 /* wakeup timer. 29 /* master_wakeup_cleanup() cancels the wakeup timer for the named 31 /* an active wakeup timer (doing so would cause a dangling reference 83 /* master_wakeup_timer_event - wakeup event handler * 90 static char wakeup = TRIGGER_REQ_WAKEUP; local [all...] |
| /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/nxp/imx/ |
| imx7d-sbc-imx7.dts | 25 wakeup-source;
|
| imx6ul-litesom.dtsi | 80 wakeup-source;
|
| imx6ul-liteboard.dts | 149 wakeup-source;
|
| /src/sys/arch/amiga/dev/ |
| event_var.h | 70 wakeup((void *)(ev)); \
|
| /src/sys/arch/atari/dev/ |
| event_var.h | 70 wakeup((void *)(ev)); \
|
| /src/sys/dev/sun/ |
| event_var.h | 69 wakeup((void *)(ev)); \
|
| /src/tests/rump/kernspace/ |
| tsleep.c | 58 wakeup(tinythread); 73 wakeup(tinythread);
|
| /src/external/apache2/mDNSResponder/dist/ServiceRegistration/ |
| ioloop.h | 93 typedef struct wakeup wakeup_t; 150 struct wakeup { struct 154 wakeup_callback_t NULLABLE wakeup; member in struct:wakeup 277 #define ioloop_wakeup_retain(wakeup) ioloop_wakeup_retain_(wakeup, __FILE__, __LINE__) 278 void ioloop_wakeup_retain_(wakeup_t *NONNULL wakeup, const char *NONNULL file, int line); 279 #define ioloop_wakeup_release(wakeup) ioloop_wakeup_release_(wakeup, __FILE__, __LINE__) 283 void ioloop_wakeup_release_(wakeup_t *NONNULL wakeup, const char *NONNULL file, int line); 284 bool ioloop_add_wake_event(wakeup_t *NONNULL wakeup, void *NULLABLE context [all...] |
| probe-srp.c | 64 wakeup_t *wakeup; member in struct:probe_state 78 if (probe_state->wakeup != NULL) { 79 ioloop_wakeup_release(probe_state->wakeup); 108 if (probe_state->wakeup != NULL) { 109 ioloop_cancel_wake_event(probe_state->wakeup); 170 if (probe_state->wakeup != NULL) { 171 ioloop_cancel_wake_event(probe_state->wakeup); 211 if (probe_state->wakeup != NULL) { 212 ioloop_cancel_wake_event(probe_state->wakeup); 278 if (probe_state->wakeup == NULL) [all...] |
| ioloop.c | 212 add_remove_wakeup(wakeup_t *wakeup, bool remove) 217 for (p_wakeups = &wakeups; *p_wakeups != NULL && *p_wakeups != wakeup; p_wakeups = &((*p_wakeups)->next)) 220 void *wakeup_context = wakeup->context; 221 finalize_callback_t finalize = wakeup->finalize; 222 wakeup->context = NULL; 223 if (wakeup->finalize != NULL) { 224 wakeup->finalize = NULL; 228 *p_wakeups = wakeup->next; 229 wakeup->next = NULL; 233 *p_wakeups = wakeup; 242 wakeup_t *wakeup = context; local 327 wakeup_t *wakeup, **p_wakeup; local [all...] |
| macos-ioloop.c | 95 wakeup_t *wakeup = context; local 96 void *wakeup_context = wakeup->context; 97 finalize_callback_t wakeup_finalize = wakeup->finalize; 98 wakeup->context = NULL; 99 wakeup->finalize = NULL; 102 ioloop_cancel_wake_event(wakeup); 105 wakeup->wakeup(wakeup_context); 117 wakeup_t *wakeup = context; local 118 if (wakeup->ref_count == 0) [all...] |
| object-types.h | 78 OBJECT_TYPE(wakeup)
|
| /src/external/apache2/mDNSResponder/dist/ServiceRegistration/test/ |
| test-api.c | 47 wakeup_t *wakeup; member in struct:io_context 218 if (io_context->wakeup != NULL) { 219 ioloop_cancel_wake_event(io_context->wakeup); 220 ioloop_wakeup_release(io_context->wakeup); 243 if (io_context->wakeup != NULL) { 244 ioloop_cancel_wake_event(io_context->wakeup); 349 io_context->wakeup = ioloop_wakeup_create(); 350 if (io_context->wakeup == NULL) { 364 INFO("wakeup on context %p srp_context %p", io_context, io_context->srp_context); 365 INFO("setting wakeup callback %p wakeup %p", io_context->wakeup_callback, io_context->wakeup) [all...] |
| /src/share/examples/puffs/pgfs/ |
| pgfs_waitq.c | 88 wakeup(struct waitq *wq)
|
| /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/allwinner/ |
| sun8i-h3-nanopi-neo-air.dts | 134 device-wakeup-gpios = <&pio 0 8 GPIO_ACTIVE_HIGH>; /* PA8 */ 135 host-wakeup-gpios = <&pio 0 7 GPIO_ACTIVE_HIGH>; /* PA7 */
|
| sun8i-h3-nanopi.dtsi | 83 wakeup-source;
|
| sunxi-bananapi-m2-plus.dtsi | 87 wakeup-source; 228 device-wakeup-gpios = <&pio 6 13 GPIO_ACTIVE_HIGH>; /* PG13 */ 229 host-wakeup-gpios = <&pio 6 11 GPIO_ACTIVE_HIGH>; /* PG11 */
|
| /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/arm/ |
| juno-motherboard.dtsi | 52 wakeup-source; 59 wakeup-source; 66 wakeup-source; 73 wakeup-source; 80 wakeup-source; 87 wakeup-source;
|
| /src/crypto/external/bsd/heimdal/dist/lib/ipc/ |
| common.c | 173 int wakeup; 175 wakeup = (++s->counter == 0) ; 177 if (wakeup)
|
| /src/sys/arch/ia64/stand/ia64/ski/ |
| sal_stub.c | 49 struct sal_ap_wakeup_descriptor wakeup; member in struct:__anon1544 74 /* AP wakeup. */ 76 5, /* Type=AP wakeup descr. */ 79 255 /* Wakeup vector. */
|
| /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/st/ |
| stm32h750i-art-pi.dts | 216 host-wakeup-gpios = <&gpioc 0 GPIO_ACTIVE_HIGH>; 217 device-wakeup-gpios = <&gpioi 10 GPIO_ACTIVE_HIGH>;
|
| /src/external/mpl/dhcp/bind/dist/lib/isc/ |
| timer.c | 95 isc_condition_t wakeup; member in struct:isc_timermgr 181 SIGNAL(&manager->wakeup); 207 SIGNAL(&manager->wakeup); 636 result = WAITUNTIL(&manager->wakeup, &manager->lock, 642 WAIT(&manager->wakeup, &manager->lock); 644 XTRACE("wakeup"); 702 isc_condition_init(&manager->wakeup); 715 SIGNAL(&manager->wakeup); 736 SIGNAL(&manager->wakeup); 748 (void)isc_condition_destroy(&manager->wakeup); [all...] |
| /src/external/bsd/am-utils/dist/amd/ |
| sched.c | 179 wakeup(wchan_t wchan) function 203 wakeup(wchan);
|