Searched refs:nsect (Results 1 – 7 of 7) sorted by relevance
| /openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/ |
| H A D | 0006-linux-syslinux-implement-write_to_ext-and-add-syslin.patch | 89 + sector_t *sectors, int nsect) 102 + int retval, i, modbytes, nsect; 186 + nsect = (boot_image_len + SECTOR_SIZE - 1) >> SECTOR_SHIFT; 187 + nsect += 2; /* Two sectors for the ADV */ 188 + sectors = alloca(sizeof(sector_t) * nsect); 189 + memset(sectors, 0, nsect * sizeof *sectors); 191 + retval = ext_construct_sectmap_fs(e2fs, newino, sectors, nsect); 196 + modbytes = syslinux_patch(sectors, nsect, opt.stupid_mode,
|
| H A D | 0007-linux-syslinux-implement-ext_construct_sectmap_fs.patch | 40 sector_t *sectors, int nsect) 58 + while (nsect) { 73 + if (! --nsect)
|
| H A D | 0008-libinstaller-syslinuxext-implement-syslinux_patch_bo.patch | 205 int nsect;
|
| /openbmc/openbmc/poky/meta/recipes-devtools/cdrtools/cdrtools/ |
| H A D | 0001-fix-nsectors-exceeds-0xffff-situation.patch | 64 set_721(boot_desc_entry->nsect, (unsigned int) nsectors);
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/cdrkit/files/ |
| H A D | 0001-add-new-option-eltorito-platform.patch | 302 char nsect [ISODCL(7, 8)]; 324 + char nsect [ISODCL(7, 8)];
|
| /openbmc/u-boot/include/ |
| H A D | libata.h | 358 u8 nsect; member
|
| /openbmc/qemu/tests/qtest/ |
| H A D | ahci-test.c | 911 uint64_t nsect; in ahci_test_max() local 924 nsect = (uint64_t)d2h->lba_hi[2] << 40 | in ahci_test_max() 931 g_assert_cmphex(nsect, ==, config_sect); in ahci_test_max()
|