Home
last modified time | relevance | path

Searched refs:io (Results 1 – 25 of 49) sorted by relevance

12

/systemd-251/src/udev/scsi_id/
Dscsi_serial.c232 static int scsi_dump(struct scsi_id_device *dev_scsi, struct sg_io_hdr *io) { in scsi_dump() argument
233 if (!io->status && !io->host_status && !io->msg_status && in scsi_dump()
234 !io->driver_status) in scsi_dump()
243 dev_scsi->kernel, io->driver_status, io->host_status, io->msg_status, io->status); in scsi_dump()
244 if (io->status == SCSI_CHECK_CONDITION) in scsi_dump()
245 return scsi_dump_sense(dev_scsi, io->sbp, io->sb_len_wr); in scsi_dump()
250 static int scsi_dump_v4(struct scsi_id_device *dev_scsi, struct sg_io_v4 *io) { in scsi_dump_v4() argument
251 if (!io->device_status && !io->transport_status && in scsi_dump_v4()
252 !io->driver_status) in scsi_dump_v4()
261 dev_scsi->kernel, io->driver_status, io->transport_status, io->device_status); in scsi_dump_v4()
[all …]
/systemd-251/src/import/
Dcurl-util.c54 sd_event_source *io = socketp; in curl_glue_socket_callback() local
63 if (io) { in curl_glue_socket_callback()
64 sd_event_source_disable_unref(io); in curl_glue_socket_callback()
85 if (io) { in curl_glue_socket_callback()
86 if (sd_event_source_set_io_events(io, events) < 0) in curl_glue_socket_callback()
89 if (sd_event_source_set_enabled(io, SD_EVENT_ON) < 0) in curl_glue_socket_callback()
92 if (sd_event_add_io(g->event, &io, s, events, curl_glue_on_io, g) < 0) in curl_glue_socket_callback()
95 if (curl_multi_assign(g->curl, s, io) != CURLM_OK) in curl_glue_socket_callback()
98 (void) sd_event_source_set_description(io, "curl-io"); in curl_glue_socket_callback()
100 r = hashmap_put(g->ios, FD_TO_PTR(s), io); in curl_glue_socket_callback()
[all …]
/systemd-251/units/
Dsystemd-userdbd.socket17 ListenStream=/run/systemd/userdb/io.systemd.Multiplexer
18 Symlinks=/run/systemd/userdb/io.systemd.NameServiceSwitch /run/systemd/userdb/io.systemd.DropIn
Dsystemd-journald-varlink@.socket17 ListenStream=/run/systemd/journal.%i/io.systemd.journal
Dsystemd-oomd.socket17 ListenStream=/run/systemd/oom/io.system.ManagedOOM
Dtmp.mount12 Documentation=https://systemd.io/TEMPORARY_DIRECTORIES
Dsystemd-udevd.service.in39 SystemCallFilter=@system-service @module @raw-io bpf
Dsystemd-oomd.service.in19 ConditionPathExists=/proc/pressure/io
/systemd-251/test/units/
Dtestsuite-19.sh19 grep -qv io /sys/fs/cgroup/system.slice/cgroup.controllers
23 …grep -q io /sys/fs/cgroup/system.slice/system-foo.slice/system-foo-bar.slice/system-foo-bar-baz.sl…
33 grep -qv io /sys/fs/cgroup/system.slice/cgroup.controllers
/systemd-251/
DREADME.md1 ![Systemd](http://brand.systemd.io/assets/page-logo.png)
12 [![Language Grade: C/C++](https://img.shields.io/lgtm/grade/cpp/g/systemd/systemd.svg?logo=lgtm&log…
18 [![Coverage Status](https://coveralls.io/repos/github/systemd/systemd/badge.svg?branch=main)](https…
23 Most documentation is available on [systemd's web site](https://systemd.io/).
/systemd-251/src/libsystemd/sd-event/
Dsd-event.c444 if (!s->io.registered) in source_io_unregister()
447 if (epoll_ctl(s->event->epoll_fd, EPOLL_CTL_DEL, s->io.fd, NULL) < 0) in source_io_unregister()
451 s->io.registered = false; in source_io_unregister()
469 s->io.registered ? EPOLL_CTL_MOD : EPOLL_CTL_ADD, in source_io_register()
470 s->io.fd, &ev) < 0) in source_io_register()
473 s->io.registered = true; in source_io_register()
823 if (s->io.fd >= 0) in source_disconnect()
952 if (s->type == SOURCE_IO && s->io.owned) in source_free()
953 s->io.fd = safe_close(s->io.fd); in source_free()
1109 s->io.fd = fd; in sd_event_add_io()
[all …]
Devent-source.h93 } io; member
/systemd-251/docs/
DUSER_GROUP_API.md65 `io.systemd.Multiplexer` which acts as frontend and will do the parallel
96 1. `io.systemd.NameServiceSwitch` → This service makes the classic UNIX/glibc
101 2. `io.systemd.Multiplexer` → This service multiplexes client queries to all
120 1. `io.systemd.DynamicUser` → This service is implemented by the service
124 2. `io.systemd.Home` → This service is implemented by `systemd-homed.service`
128 3. `io.systemd.Machine` → This service is implemented by
142 `io.systemd.NameServiceSwitch` service (see above). When using the NSS API
165 interface io.systemd.UserDatabase
DCNAME1 systemd.io
D_config.yml5 url: "https://systemd.io" # the base hostname & protocol for your site
DARCHITECTURE.md144 ### systemd.io
147 [systemd.io](https://systemd.io) website using Github Pages. A minimal unit test
DGROUP_RECORD.md140 "service" : "io.systemd.NameServiceSwitch"
159 "service" : "io.systemd.Home"
/systemd-251/catalog/
Dsystemd.hr.catalog.in24 Journal proces sustava je isključio i zatvorio sve trenutno
72 Proces @COREDUMP_PID@ (@COREDUMP_COMM@) se srušio i izbacio jezgru.
152 Sustav je sada završio stanje spavanja @SLEEP@
280 DNSSEC ili da je napadač uspješno izvršio takav napad.
298 podešeno, ili operativni sustav mora biti nadopunjen kako bi omogućio nadopunjeno
/systemd-251/test/fuzz/fuzz-varlink/
Ddo-something2 "method": "io.test.DoSomething",
/systemd-251/.clusterfuzzlite/
DDockerfile1 FROM gcr.io/oss-fuzz-base/base-builder:v1
/systemd-251/tools/
Dupdate-dbus-docs.py9 import io
175 file = io.StringIO()
/systemd-251/.github/workflows/
Dcifuzz.yml4 # See: https://google.github.io/oss-fuzz/getting-started/continuous-integration/
/systemd-251/test/fuzz/fuzz-unit-file/
Dsystemd-machined.service32 SystemCallFilter=~@clock @cpu-emulation @debug @keyring @module @obsolete @raw-io @reboot @swap
Dsystemd-resolved.service42 SystemCallFilter=~@clock @cpu-emulation @debug @keyring @module @mount @obsolete @raw-io @reboot @s…
/systemd-251/shell-completion/bash/
Dsystemd-cgtop51 comps='path tasks cpu memory io'

12