Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/scripts/lib/wic/plugins/imager/
H A Ddirect.py597 if not part.system_id:
598 part.system_id = '0x6' # FAT16
654 if part.system_id:
656 (self.sector_size, self.path, part.num, part.system_id),
/openbmc/u-boot/include/
H A Dfat.h93 char system_id[8]; /* Name of fs */ member
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/
H A Dhr-B.net10 # C[2] [plp_id] [data_slice_id] [system_id] <freq> <sr> <fec> <mod> [# comment]
H A Dde-Primacom10 # C[2] [plp_id] [data_slice_id] [system_id] <freq> <sr> <fec> <mod> [# comment]
H A Dde-NetAachen11 # C[2] [plp_id] [data_slice_id] [system_id] <freq> <sr> <fec> <mod> [# comment]
/openbmc/openbmc/poky/bitbake/lib/bs4/
H A Delement.py1117 def for_name_and_ids(cls, name, pub_id, system_id): argument
1132 if system_id is not None:
1133 value += ' "%s"' % system_id
1134 elif system_id is not None:
1135 value += ' SYSTEM "%s"' % system_id
/openbmc/openbmc/poky/scripts/lib/wic/
H A Dpartition.py53 self.system_id = args.system_id