Home
last modified time | relevance | path

Searched refs:ev (Results 1 – 3 of 3) sorted by relevance

/busybox-1.35.0/util-linux/
Dacpid.c166 static const char *find_action(struct input_event *ev, const char *buf) in find_action() argument
173 if (ev) { in find_action()
174 …if (ev->type == evt_tab[i].n_type && ev->code == evt_tab[i].n_code && ev->value == evt_tab[i].valu… in find_action()
362 struct input_event ev; in acpid_main() local
364 if (sizeof(ev) != full_read(pfd[i].fd, &ev, sizeof(ev))) in acpid_main()
367 if (ev.value != 1 && ev.value != 0) in acpid_main()
370 event = find_action(&ev, NULL); in acpid_main()
/busybox-1.35.0/networking/
Dtelnet.c161 static void doexit(int ev) NORETURN;
162 static void doexit(int ev) in doexit() argument
165 exit(ev); in doexit()
/busybox-1.35.0/scripts/kconfig/
Dqconf.cc606 void ConfigList::keyPressEvent(QKeyEvent* ev) in keyPressEvent() argument
613 if (ev->key() == Key_Escape && mode != fullMode) { in keyPressEvent()
615 ev->accept(); in keyPressEvent()
620 Parent::keyPressEvent(ev); in keyPressEvent()
625 switch (ev->key()) { in keyPressEvent()
654 Parent::keyPressEvent(ev); in keyPressEvent()
657 ev->accept(); in keyPressEvent()