Searched refs:Slice (Results 1 - 4 of 4) sorted by relevance

/systemd/src/core/
H A Dslice.h22 typedef struct Slice Slice; typedef in typeref:struct:Slice
24 struct Slice { struct
H A Dslice.c37 static void slice_set_state(Slice *t, SliceState state) {
53 static int slice_add_parent_slice(Slice *s) {
81 static int slice_add_default_dependencies(Slice *s) {
100 static int slice_verify(Slice *s) {
110 log_unit_error(UNIT(s), "Slice name %s is not valid. Refusing.", UNIT(s)->id);
127 Slice *s = SLICE(u);
156 Slice *t = SLICE(u);
168 Slice *t = SLICE(u);
181 Slice *t = SLICE(u);
194 Slice *
[all...]
H A Ddbus-slice.c37 Slice *s = SLICE(u);
H A Dunit.h452 DEFINE_CAST(SLICE, Slice);

Completed in 2960 milliseconds