Home
last modified time | relevance | path

Searched refs:EVENT_SLEEP (Results 1 – 15 of 15) sorted by relevance

/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/mips/loongson2ef/lemote-2f/
H A Dec_kb3310b.h169 EVENT_SLEEP, /* Fn+F1 for entering sleep mode */ enumerator
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/mips/loongson2ef/lemote-2f/
H A Dec_kb3310b.h169 EVENT_SLEEP, /* Fn+F1 for entering sleep mode */ enumerator
/dports/multimedia/libv4l/linux-5.13-rc2/arch/mips/loongson2ef/lemote-2f/
H A Dec_kb3310b.h169 EVENT_SLEEP, /* Fn+F1 for entering sleep mode */ enumerator
/dports/net-mgmt/mk-livestatus/mk-livestatus-1.2.8p25/nagios4/
H A Dnagios.h365 #define EVENT_SLEEP 98 /* asynchronous sleep event that occurs when event … macro
391 type == EVENT_SLEEP ? "SLEEP" : \
/dports/net-mgmt/ndoutils/ndoutils-2.1.3/include/nagios-4x/
H A Dnagios.h366 #define EVENT_SLEEP 98 /* asynchronous sleep event that occurs when event … macro
392 type == EVENT_SLEEP ? "SLEEP" : \
/dports/net-mgmt/nagios/nagios-3.5.1/include/
H A Dnagios.h245 #define EVENT_SLEEP 98 /* asynchronous sleep event that occurs when event … macro
266 type == EVENT_SLEEP ? "EVENT_SLEEP" : \
/dports/net-mgmt/ndoutils/ndoutils-2.1.3/include/nagios-3x/
H A Dnagios.h245 #define EVENT_SLEEP 98 /* asynchronous sleep event that occurs when event … macro
266 type == EVENT_SLEEP ? "EVENT_SLEEP" : \
/dports/net-mgmt/nagios4/nagios-4.4.6/include/
H A Dnagios.h373 #define EVENT_SLEEP 98 /* asynchronous sleep event that occurs when event … macro
399 type == EVENT_SLEEP ? "SLEEP" : \
/dports/net-mgmt/ndoutils/ndoutils-2.1.3/include/nagios-2x/
H A Dnagios.h331 #define EVENT_SLEEP 98 /* asynchronous sleep event that occurs when event … macro
/dports/net-mgmt/mk-livestatus/mk-livestatus-1.2.8p25/nagios/
H A Dnagios.h306 #define EVENT_SLEEP 98 /* asynchronous sleep event that occurs when event … macro
/dports/net-mgmt/pnp/pnp4nagios-0.6.26/include/
H A Dnagios.h299 #define EVENT_SLEEP 98 /* asynchronous sleep event that occurs when event … macro
/dports/emulators/jzintv/jzintv-20200712-src/src/event/
H A Devent_sdl2.c255 [REMAP(SDLK_SLEEP)] = EVENT_SLEEP,
H A Devent_tbl.inc271 EVT_DECL ("SLEEP", EVENT_SLEEP )
/dports/net-mgmt/pnp-icinga2/pnp4nagios-0.6.26/include/
H A Dnagios.h299 #define EVENT_SLEEP 98 /* asynchronous sleep event that occurs when event … macro
/dports/net-mgmt/nagios/nagios-3.5.1/base/
H A Devents.c1008 sleep_event.event_type = EVENT_SLEEP; in event_execution_loop()