Home
last modified time | relevance | path

Searched refs:unit_type (Results 1 – 7 of 7) sorted by relevance

/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd-systemctl/
H A Dsystemctl32 def __init__(self, root, path, instance_unit_name, unit_type): argument
37 files = (root / location / unit_type / dirname).glob("*.conf")
40 files = chain(files, (root / location / unit_type / inst_dirname).glob("*.conf"))
185 def __init__(self, root, unit, unit_type): argument
188 self.unit_type = unit_type
193 path = self.root / location / self.unit_type / unit
200 systemdir = self.root / SYSCONFDIR / "systemd" / self.unit_type
233 config = SystemdFile(self.root, path, instance_unit_name, self.unit_type)
254 SystemdUnit(self.root, also, self.unit_type).enable(units_enabled)
261 systemdir = self.root / SYSCONFDIR / "systemd" / self.unit_type
[all …]
/openbmc/u-boot/board/gdsys/common/
H A Dioep-fpga.c70 unsigned unit_type; in ioep_fpga_print_info() local
85 unit_type = (versions & 0xf000) >> 12; in ioep_fpga_print_info()
96 switch (unit_type) { in ioep_fpga_print_info()
108 printf("UnitType %d(not supported)", unit_type); in ioep_fpga_print_info()
112 switch (unit_type) { in ioep_fpga_print_info()
/openbmc/linux/drivers/net/wireless/purelifi/plfxlc/
H A Dchip.h13 enum unit_type { enum
26 enum unit_type unit_type; member
H A Dusb.c608 chip->unit_type = STA; in probe()
/openbmc/linux/drivers/s390/block/
H A Ddasd_fba.h65 __u8 unit_type; member
H A Ddasd_eckd.h283 __u8 unit_type; member
/openbmc/linux/drivers/powercap/
H A Dintel_rapl_common.c95 enum unit_type { enum
237 enum unit_type unit;
264 enum unit_type type, u64 value, int to_raw);
609 static u64 rapl_unit_xlate(struct rapl_domain *rd, enum unit_type type, in rapl_unit_xlate()