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

/systemd/src/core/
H A Dunit.c60 const UnitVTable * const unit_vtable[_UNIT_TYPE_MAX] = { variable
194 if (i && unit_vtable[t]->no_instances)
203 if (unit_vtable[t]->no_alias && !set_isempty(u->names))
3688 if (!unit_vtable[t]->supported)
3691 return unit_vtable[t]->supported();

Completed in 22 milliseconds