Searched defs:rfkill_fd (Results 1 - 1 of 1) sorted by relevance

/systemd/src/rfkill/
H A Drfkill.c199 int rfkill_fd,
209 assert(rfkill_fd >= 0);
248 l = write(rfkill_fd, &we, sizeof(we));
261 int rfkill_fd,
269 assert(rfkill_fd >= 0);
291 _cleanup_close_ int rfkill_fd = -1; local
330 rfkill_fd = open("/dev/rfkill", O_RDWR|O_CLOEXEC|O_NOCTTY|O_NONBLOCK);
331 if (rfkill_fd < 0) {
342 rfkill_fd = SD_LISTEN_FDS_START;
344 r = fd_nonblock(rfkill_fd,
198 load_state( int rfkill_fd, struct udev *udev, const struct rfkill_event *event) argument
260 save_state( int rfkill_fd, struct udev *udev, const struct rfkill_event *event) argument
[all...]

Completed in 10 milliseconds