Searched refs:unit_type (Results 1 – 7 of 7) sorted by relevance
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd-systemctl/ |
H A D | systemctl | 32 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 D | ioep-fpga.c | 70 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 D | chip.h | 13 enum unit_type { enum 26 enum unit_type unit_type; member
|
H A D | usb.c | 608 chip->unit_type = STA; in probe()
|
/openbmc/linux/drivers/s390/block/ |
H A D | dasd_fba.h | 65 __u8 unit_type; member
|
H A D | dasd_eckd.h | 283 __u8 unit_type; member
|
/openbmc/linux/drivers/powercap/ |
H A D | intel_rapl_common.c | 95 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()
|