Home
last modified time | relevance | path

Searched refs:o (Results 1 – 25 of 122) sorted by relevance

12345

/systemd-251/src/machine/
Doperation.c13 Operation *o = userdata; in operation_done() local
16 assert(o); in operation_done()
20 o->pid, in operation_done()
23 o->pid = 0; in operation_done()
32 …else if (read(o->errno_fd, &r, sizeof(r)) != sizeof(r)) { /* Try to acquire error code for failed … in operation_done()
37 if (o->done) { in operation_done()
39 r = o->done(o, r, &error); in operation_done()
55 r = sd_bus_reply_method_return(o->message, NULL); in operation_done()
60 operation_free(o); in operation_done()
64 r = sd_bus_reply_method_error(o->message, &error); in operation_done()
[all …]
/systemd-251/src/portable/
Dportabled-operation.c12 Operation *o = userdata; in operation_done() local
15 assert(o); in operation_done()
19 o->pid, in operation_done()
22 o->pid = 0; in operation_done()
31 …else if (read(o->errno_fd, &r, sizeof(r)) != sizeof(r)) { /* Try to acquire error code for failed … in operation_done()
36 if (o->done) { in operation_done()
38 r = o->done(o, r, &error); in operation_done()
54 r = sd_bus_reply_method_return(o->message, NULL); in operation_done()
59 operation_free(o); in operation_done()
63 r = sd_bus_reply_method_error(o->message, &error); in operation_done()
[all …]
/systemd-251/src/home/
Dhomed-operation.c7 Operation *o; in operation_new() local
12 o = new(Operation, 1); in operation_new()
13 if (!o) in operation_new()
16 *o = (Operation) { in operation_new()
24 return o; in operation_new()
27 static Operation *operation_free(Operation *o) { in operation_free() argument
30 if (!o) in operation_free()
33 if (o->message && o->result >= 0) { in operation_free()
35 if (o->result) { in operation_free()
37 if (o->send_fd < 0) in operation_free()
[all …]
Dhomed-operation.h55 void operation_result(Operation *o, int ret, const sd_bus_error *error);
57 static inline Operation* operation_result_unref(Operation *o, int ret, const sd_bus_error *error) { in operation_result_unref() argument
58 if (!o) in operation_result_unref()
61 operation_result(o, ret, error); in operation_result_unref()
62 return operation_unref(o); in operation_result_unref()
/systemd-251/src/libsystemd/sd-journal/
Djournal-verify.c113 static int hash_payload(JournalFile *f, Object *o, uint64_t offset, const uint8_t *src, uint64_t si… in hash_payload() argument
117 assert(o); in hash_payload()
121 c = COMPRESSION_FROM_OBJECT(o); in hash_payload()
142 static int journal_file_object_verify(JournalFile *f, uint64_t offset, Object *o) { in journal_file_object_verify() argument
145 assert(o); in journal_file_object_verify()
151 if ((o->object.flags & _OBJECT_COMPRESSED_MASK) != 0 && in journal_file_object_verify()
152 o->object.type != OBJECT_DATA) { in journal_file_object_verify()
155 journal_object_type_to_string(o->object.type)); in journal_file_object_verify()
159 switch (o->object.type) { in journal_file_object_verify()
165 if (le64toh(o->data.entry_offset) == 0) in journal_file_object_verify()
[all …]
Djournal-file.c634 static uint64_t minimum_header_size(Object *o) { in minimum_header_size() argument
646 if (o->object.type >= ELEMENTSOF(table) || table[o->object.type] <= 0) in minimum_header_size()
649 return table[o->object.type]; in minimum_header_size()
654 static int journal_file_check_object(JournalFile *f, uint64_t offset, Object *o) { in journal_file_check_object() argument
656 assert(o); in journal_file_check_object()
658 switch (o->object.type) { in journal_file_check_object()
661 if ((le64toh(o->data.entry_offset) == 0) ^ (le64toh(o->data.n_entries) == 0)) in journal_file_check_object()
664 le64toh(o->data.n_entries), in journal_file_check_object()
667 if (le64toh(o->object.size) <= offsetof(Object, data.payload)) in journal_file_check_object()
671 le64toh(o->object.size), in journal_file_check_object()
[all …]
Djournal-authenticate.c28 Object *o; in journal_file_append_tag() local
42 r = journal_file_append_object(f, OBJECT_TAG, sizeof(struct TagObject), &o, &p); in journal_file_append_tag()
46 o->tag.seqnum = htole64(journal_file_tag_seqnum(f)); in journal_file_append_tag()
47 o->tag.epoch = htole64(FSPRG_GetEpoch(f->fsprg_state)); in journal_file_append_tag()
50 le64toh(o->tag.seqnum), in journal_file_append_tag()
55 r = journal_file_hmac_put_object(f, OBJECT_TAG, o, p); in journal_file_append_tag()
60 memcpy(o->tag.tag, gcry_md_read(f->hmac, 0), TAG_LENGTH); in journal_file_append_tag()
223 int journal_file_hmac_put_object(JournalFile *f, ObjectType type, Object *o, uint64_t p) { in journal_file_hmac_put_object() argument
235 if (!o) { in journal_file_hmac_put_object()
236 r = journal_file_move_to_object(f, type, p, &o); in journal_file_hmac_put_object()
[all …]
Dsd-journal.c114 static void init_location(Location *l, LocationType type, JournalFile *f, Object *o) { in init_location() argument
121 .seqnum = le64toh(o->entry.seqnum), in init_location()
123 .realtime = le64toh(o->entry.realtime), in init_location()
124 .monotonic = le64toh(o->entry.monotonic), in init_location()
125 .boot_id = o->entry.boot_id, in init_location()
126 .xor_hash = le64toh(o->entry.xor_hash), in init_location()
134 static void set_location(sd_journal *j, JournalFile *f, Object *o) { in set_location() argument
137 assert(o); in set_location()
139 init_location(&j->current_location, LOCATION_DISCRETE, f, o); in set_location()
823 Object *o; in real_journal_next() local
[all …]
/systemd-251/po/
Dpt.po28 "É necessária autenticação para enviar a palavra-passe introduzida de volta "
38 "É necessária autenticação para gerir serviços do sistema ou outras unidades."
47 "É necessária a autenticação para gerir o serviço do sistema ou ficheiros de "
53 "Definir ou retirar definição de variáveis do ambiente de gestor de serviço e "
61 "É necessária autenticação para definir ou retirar definição de variáveis do "
62 "ambiente de gestor de serviço e sistema."
66 msgstr "Recarregar o estado do sistema"
70 msgstr "É necessária autenticação para recarregar o estado do sistema."
78 msgstr "É necessária autenticação para criar a área home de um utilizador."
86 msgstr "É necessária autenticação para remover a área home de um utilizador."
[all …]
Dpt_BR.po31 "É necessária autenticação para enviar a frase secreta informada de volta ao "
41 "É necessária autenticação para gerenciar serviços do sistema ou outras "
51 "É necessária autenticação para gerenciar arquivos “unit” e “service” do "
57 "Definir ou retirar definição de variáveis de ambiente de gerenciador de "
58 "serviço e sistema"
65 "É necessária autenticação para definir ou retirar definição de variáveis de "
66 "ambiente de gerenciador de serviço e sistema."
70 msgstr "Recarregar o estado do sistema"
74 msgstr "É necessária autenticação para recarregar o estado do sistema."
82 msgstr "É necessária autenticação para criar a área home de um usuário."
[all …]
Dgl.po65 msgstr "Recargar o estado de systemd"
69 msgstr "Requírese autenticación para recargar o estado de systemd."
141 msgstr "Estabelecer o nome do equipo"
145 msgstr "Requírese autenticación para estabelecer o nome local do equiupo."
149 msgstr "Estabelecer o nome do equipo estático"
156 "Requírese autenticación para estabelecer de forma o nome do equipo local "
157 "estabelecido de forma estática, así como o nome do equipo lexíbel por "
171 msgstr "Obter o UUID do produto"
175 msgstr "Requírese autenticación para obter o UUID de produto."
222 msgstr "Permitir ás aplicacións inhibit o apagado do sistema"
[all …]
/systemd-251/catalog/
Dsystemd.pt_BR.catalog.in10 # Para uma explicação do porquê de fazermos tudo isso, veja
30 Subject: Mensagens de um serviço foram suprimidas
35 Um serviço registrou no log um número excessivo de mensagens dentro de um
36 período de tempo. Mensagens do serviço foram descartadas.
38 Note que apenas mensagens de um serviço em questão foram descartadas; outras
39 mensagens dos serviços não foram afetadas.
41 Os controles de limites de quando as mensagens são descartadas pode ser
50 Mensagens do kernel foram perdidas pois o sistema do jornal não pôde
59 Processo @COREDUMP_PID@ (@COREDUMP_COMM@) travou e despejou o núcleo.
61 Isso normalmente indica um erro de programação no programa que travou e
[all …]
Dsystemd.pl.catalog.in49 Usługa zapisała za dużo komunikatów w określonym czasie.
88 zostało zapisanych. Ten plik core może nadal być używalny, ale narzędzia typu
89 gdb(1) będą ostrzegały o skróceniu pliku.
97 Nowa sesja o identyfikatorze @SESSION_ID@ została utworzona dla użytkownika
108 Sesja o identyfikatorze @SESSION_ID@ została zakończona.
116 Nowe stanowisko @SEAT_ID@ zostało skonfigurowane i jest teraz dostępne.
124 Stanowisko @SEAT_ID@ zostało usunięte i nie jest już dostępne.
150 Uruchamianie jądra zajęło @KERNEL_USEC@ μs.
152 Uruchamianie początkowego dysku RAM zajęło @INITRD_USEC@ μs.
154 Uruchamianie przestrzeni użytkownika zajęło @USERSPACE_USEC@ μs.
[all …]
/systemd-251/src/journal/
Dtest-journal.c32 Object *o, *d; in TEST() local
61 assert_se(journal_file_next_entry(f->file, 0, DIRECTION_DOWN, &o, &p) == 1); in TEST()
62 assert_se(le64toh(o->entry.seqnum) == 1); in TEST()
64 assert_se(journal_file_next_entry(f->file, p, DIRECTION_DOWN, &o, &p) == 1); in TEST()
65 assert_se(le64toh(o->entry.seqnum) == 2); in TEST()
67 assert_se(journal_file_next_entry(f->file, p, DIRECTION_DOWN, &o, &p) == 1); in TEST()
68 assert_se(le64toh(o->entry.seqnum) == 3); in TEST()
69 assert_se(sd_id128_equal(o->entry.boot_id, fake_boot_id)); in TEST()
71 assert_se(journal_file_next_entry(f->file, p, DIRECTION_DOWN, &o, &p) == 0); in TEST()
73 assert_se(journal_file_next_entry(f->file, 0, DIRECTION_DOWN, &o, &p) == 1); in TEST()
[all …]
Dmanaged-journal-file.c41 Object o; in managed_journal_file_entry_array_punch_hole() local
48 for (uint64_t q = p; q != 0; q = le64toh(o.entry_array.next_entry_array_offset)) { in managed_journal_file_entry_array_punch_hole()
49 r = journal_file_read_object_header(f, OBJECT_ENTRY_ARRAY, q, &o); in managed_journal_file_entry_array_punch_hole()
53 n_items += journal_file_entry_array_n_items(&o); in managed_journal_file_entry_array_punch_hole()
70 (journal_file_entry_array_n_items(&o) - n_unused) * sizeof(le64_t); in managed_journal_file_entry_array_punch_hole()
71 sz = p + le64toh(o.object.size) - offset; in managed_journal_file_entry_array_punch_hole()
79 o.object.size = htole64(offset - p); in managed_journal_file_entry_array_punch_hole()
81 n = pwrite(f->fd, &o, sizeof(EntryArrayObject), p); in managed_journal_file_entry_array_punch_hole()
131 Object o; in managed_journal_file_punch_holes() local
134 q = le64toh(o.data.next_hash_offset)) { in managed_journal_file_punch_holes()
[all …]
/systemd-251/test/test-execute/
Dexec-dynamicuser-statedir.service17o -path /tmp -o -path /proc -o -path /dev/mqueue -o -path /dev/shm -o -path /sys/fs/bpf -o -path /…
/systemd-251/src/sysctl/
Dsysctl.c40 static Option *option_free(Option *o) { in option_free() argument
41 if (!o) in option_free()
44 free(o->key); in option_free()
45 free(o->value); in option_free()
47 return mfree(o); in option_free()
76 _cleanup_(option_freep) Option *o = NULL; in option_new()
80 o = new(Option, 1); in option_new()
81 if (!o) in option_new()
84 *o = (Option) { in option_new()
90 if (!o->key) in option_new()
[all …]
/systemd-251/shell-completion/bash/
Dsystemctl.in132 … --preset-mode -n --lines -o --output -M --machine --message --timestamp --check-inhibitors'
164 compopt -o filenames
175 --output|-o)
262 compopt -o filenames
266 compopt -o filenames
270 compopt -o filenames
275 compopt -o filenames
281 compopt -o filenames
285 compopt -o filenames
289 compopt -o filenames
[all …]
Djournalctl49 -M --machine -o --output -u --unit --user-unit -p --priority
58 compopt -o filenames
70 compopt -o filenames
74 compopt -o filenames
76 --output|-o)
90 compopt -o nosort
104 compopt -o filenames
119 COMPREPLY=( $(compgen -o filenames -W '$comps' -- "$cur") )
130 compopt -o filenames
140 compopt -o filenames
[all …]
Dcoredumpctl41 local OPTS='-h --help --version --no-pager --no-legend -o --output -F --field -1
50 if __contains_word "$prev" '--output -o'; then
52 compopt -o filenames
55 compopt -o filenames
58 compopt -o filenames
67 '--output -o -D --directory -F --field --debugger'; then
68 compopt -o nospace
/systemd-251/src/core/bpf/restrict_fs/
Dmeson.build8 'restrict-fs.bpf.unstripped.o',
10 output : 'restrict-fs.bpf.unstripped.o',
14 'restrict-fs.bpf.o',
16 output : 'restrict-fs.bpf.o',
/systemd-251/src/core/bpf/restrict_ifaces/
Dmeson.build8 'restrict-ifaces.bpf.unstripped.o',
10 output : 'restrict-ifaces.bpf.unstripped.o',
14 'restrict-ifaces.bpf.o',
16 output : 'restrict-ifaces.bpf.o',
/systemd-251/src/core/bpf/socket_bind/
Dmeson.build8 'socket-bind.bpf.unstripped.o',
10 output : 'socket-bind.bpf.unstripped.o',
14 'socket-bind.bpf.o',
16 output : 'socket-bind.bpf.o',
/systemd-251/src/core/
Ddbus-util.c182 _cleanup_free_ MountOptions *o = NULL; in bus_read_mount_options() local
201 o = new(MountOptions, 1); in bus_read_mount_options()
202 if (!o) in bus_read_mount_options()
204 *o = (MountOptions) { in bus_read_mount_options()
208 if (!o->options) in bus_read_mount_options()
210 LIST_APPEND(mount_options, options, TAKE_PTR(o)); in bus_read_mount_options()
/systemd-251/test/fuzz/fuzz-catalog/
Dsystemd.pl.catalog49 Usługa zapisała za dużo komunikatów w określonym czasie.
88 zostało zapisanych. Ten plik core może nadal być używalny, ale narzędzia typu
89 gdb(1) będą ostrzegały o skróceniu pliku.
97 Nowa sesja o identyfikatorze @SESSION_ID@ została utworzona dla użytkownika
108 Sesja o identyfikatorze @SESSION_ID@ została zakończona.
116 Nowe stanowisko @SEAT_ID@ zostało skonfigurowane i jest teraz dostępne.
124 Stanowisko @SEAT_ID@ zostało usunięte i nie jest już dostępne.
150 Uruchamianie jądra zajęło @KERNEL_USEC@ μs.
152 Uruchamianie początkowego dysku RAM zajęło @INITRD_USEC@ μs.
154 Uruchamianie przestrzeni użytkownika zajęło @USERSPACE_USEC@ μs.
[all …]

12345