/systemd-251/src/login/ |
D | logind-button.c | 206 struct input_event ev; in button_dispatch() local 213 l = read(b->fd, &ev, sizeof(ev)); in button_dispatch() 216 if ((size_t) l < sizeof(ev)) in button_dispatch() 219 if (ev.type == EV_KEY && ev.value > 0) { in button_dispatch() 221 switch (ev.code) { in button_dispatch() 284 } else if (ev.type == EV_KEY && ev.value == 0) { in button_dispatch() 286 switch (ev.code) { in button_dispatch() 341 } else if (ev.type == EV_SW && ev.value > 0) { in button_dispatch() 343 if (ev.code == SW_LID) { in button_dispatch() 352 } else if (ev.code == SW_DOCK) { in button_dispatch() [all …]
|
/systemd-251/src/libsystemd/sd-event/ |
D | test-event.c | 424 static int inotify_handler(sd_event_source *s, const struct inotify_event *ev, void *userdata) { in inotify_handler() argument 435 if (ev->mask & IN_Q_OVERFLOW) { in inotify_handler() 438 } else if (ev->mask & IN_CREATE) { in inotify_handler() 439 if (streq(ev->name, "sub")) in inotify_handler() 440 log_debug("inotify-handler <%s>: create on %s", description, ev->name); in inotify_handler() 444 assert_se(safe_atou(ev->name, &i) >= 0); in inotify_handler() 448 } else if (ev->mask & IN_DELETE) { in inotify_handler() 449 log_info("inotify-handler <%s>: delete of %s", description, ev->name); in inotify_handler() 450 assert_se(streq(ev->name, "sub")); in inotify_handler() 458 static int delete_self_handler(sd_event_source *s, const struct inotify_event *ev, void *userdata) { in delete_self_handler() argument [all …]
|
D | sd-event.c | 463 struct epoll_event ev = { in source_io_register() local 470 s->io.fd, &ev) < 0) in source_io_register() 502 struct epoll_event ev = { in source_child_pidfd_register() local 509 s->child.pidfd, &ev) < 0) in source_child_pidfd_register() 668 struct epoll_event ev = { in event_make_signal_data() local 673 if (epoll_ctl(e->epoll_fd, EPOLL_CTL_ADD, d->fd, &ev) < 0) { in event_make_signal_data() 1164 struct epoll_event ev = { in event_setup_timer_fd() local 1169 if (epoll_ctl(e->epoll_fd, EPOLL_CTL_ADD, fd, &ev) < 0) in event_setup_timer_fd() 1751 struct epoll_event ev = { in event_make_inotify_data() local 1756 if (epoll_ctl(e->epoll_fd, EPOLL_CTL_ADD, d->fd, &ev) < 0) { in event_make_inotify_data() [all …]
|
/systemd-251/src/initctl/ |
D | initctl.c | 270 struct epoll_event ev = { in server_init() local 275 if (epoll_ctl(s->epoll_fd, EPOLL_CTL_ADD, fd, &ev) < 0) in server_init() 291 static int process_event(Server *s, struct epoll_event *ev) { in process_event() argument 297 if (!(ev->events & EPOLLIN)) in process_event() 301 f = (Fifo*) ev->data.ptr; in process_event()
|
/systemd-251/src/libudev/ |
D | test-libudev.c | 205 struct epoll_event ev[4]; in test_monitor() local 210 fdcount = epoll_wait(fd_ep, ev, ELEMENTSOF(ev), -1); in test_monitor() 214 if (ev[i].data.fd == fd_udev && ev[i].events & EPOLLIN) { in test_monitor() 222 } else if (ev[i].data.fd == STDIN_FILENO && ev[i].events & EPOLLIN) { in test_monitor()
|
/systemd-251/src/basic/ |
D | inotify-util.h | 15 *start = &((buffer).ev), \ 33 struct inotify_event ev; member
|
/systemd-251/rules.d/ |
D | 60-evdev.rules | 17 …IMPORT{builtin}="hwdb 'evdev:name:$attr{name}:phys:$attr{phys}:ev:$attr{capabilities/ev}:$attr{[dm…
|
/systemd-251/test/fuzz/fuzz-udev-rules/ |
D | 60-evdev.rules | 16 … IMPORT{builtin}="hwdb 'evdev:name:$attr{name}:phys:$attr{phys}:ev:$attr{capabilities/ev}:$attr{[d…
|
/systemd-251/src/activate/ |
D | activate.c | 37 struct epoll_event ev = { in add_epoll() local 45 if (epoll_ctl(epoll_fd, EPOLL_CTL_ADD, fd, &ev) < 0) in add_epoll()
|
/systemd-251/hwdb.d/ |
D | 60-keyboard.hwdb | 38 # evdev:name:<input device name>:phys:<phys>:ev:<ev>:dmi:bvn*:bvr*:bd*:svn<vendor>:pn* 41 # /sys/class/input/input?/phys", <ev> is the event bitmask, "cat 42 # /sys/class/input/input?/capabilities/ev" and <vendor> is the 244 evdev:name:gpio-keys:phys:gpio-keys/input0:ev:3:dmi:*:svnASUSTeKCOMPUTERINC.:pnTF103C*:* 247 evdev:name:gpio-keys:phys:gpio-keys/input0:ev:100003:dmi:*:svnASUSTeKCOMPUTERINC.:pnTF103C*:* 297 evdev:name:gpio-keys:phys:gpio-keys/input0:ev:3:dmi:bvn*:bvr*:bd*:svncube:pni1-TF:* 757 # older kernels use "ev:23" newer kernels "ev:3" 758 evdev:name:gpio-keys:phys:gpio-keys/input0:ev:3:dmi:*:svnHewlett-Packard:pnHPStream7Tablet:* 759 evdev:name:gpio-keys:phys:gpio-keys/input0:ev:23:dmi:*:svnHewlett-Packard:pnHPStream7Tablet:* 1419 evdev:name:AT Translated Set 2 keyboard:phys:sp/serio*/input*:ev:120013:*
|
/systemd-251/po/ |
D | tr.po | 78 msgstr "Bir kullanıcının ev alanını oluşturmak kimlik doğrulaması gerektirir." 86 msgstr "Bir kullanıcının ev alanını kaldırmak kimlik doğrulaması gerektirir." 90 msgstr "Bir ev alanının kimlik bilgilerini denetle" 96 "Bir kullanıcının ev alanının kimlik bilgilerini denetlemek için kimlik " 105 msgstr "Bir kullanıcının ev alanını güncellemek kimlik doğrulaması gerektirir." 114 "Bir kullanıcının ev alanını yeniden boyutlandırmak kimlik doğrulaması " 125 "Bir kullanıcının ev alanının parolasını değiştirmek kimlik doğrulaması "
|