Home
last modified time | relevance | path

Searched refs:sects (Results 1 – 18 of 18) sorted by relevance

/OK3568_Linux_fs/u-boot/test/fs/
H A Dfat-noncontig-test.sh97 for ((sects=8; sects < 512; sects += 8)); do
98 fn=${mnt}/keep-${sects}.img
99 dd if=${fill} of=${fn} bs=512 count=${sects} >/dev/null 2>&1
100 fn=${mnt}/remove-${sects}.img
101 dd if=${fill} of=${fn} bs=512 count=${sects} >/dev/null 2>&1
/OK3568_Linux_fs/kernel/drivers/block/
H A Damiflop.c170 int sects; /* sectors per track */ member
847 for (scnt = 0;scnt < unit[drive].dtype->sects * unit[drive].type->sect_mult; scnt++) { in amiga_read()
944 hdr.ord = unit[disk].dtype->sects * unit[disk].type->sect_mult - cnt; in putsec()
976 for (cnt = 0; cnt < unit[disk].dtype->sects * unit[disk].type->sect_mult; cnt++) in amiga_write()
1162 for (scnt=0; scnt < unit[drive].dtype->sects * unit[drive].type->sect_mult; scnt++) { in dos_read()
1349 for(cnt = 0; cnt < unit[disk].dtype->sects * unit[disk].type->sect_mult; cnt++) in dos_write()
1472 track = block / (floppy->dtype->sects * floppy->type->sect_mult); in amiflop_rw_cur_segment()
1473 sector = block % (floppy->dtype->sects * floppy->type->sect_mult); in amiflop_rw_cur_segment()
1530 geo->sectors = unit[drive].dtype->sects * unit[drive].type->sect_mult; in fd_getgeo()
1568 p->dtype->sects * p->type->sect_mult * 512); in fd_locked_ioctl()
[all …]
/OK3568_Linux_fs/kernel/arch/ia64/kernel/
H A Dmca_drv.c232 int sects; in mca_make_slidx() local
258 for (ercd_pos = sizeof(sal_log_record_header_t), sects = 0; in mca_make_slidx()
259 ercd_pos < record_len; ercd_pos += sp->len, sects++) { in mca_make_slidx()
299 slidx->n_sections = sects; in mca_make_slidx()
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/syslinux/syslinux/
H A D0008-libinstaller-syslinuxext-implement-syslinux_patch_bo.patch71 - uint32_t sects;
78 - if (!ioctl(devfd, BLKGETSIZE, &sects))
79 - return (uint64_t) sects << 9;
270 + uint32_t sects;
277 + if (!ioctl(dev_fd, BLKGETSIZE, &sects))
278 + return (uint64_t) sects << 9;
/OK3568_Linux_fs/kernel/include/linux/
H A Dpstore_blk.h23 sector_t sects);
/OK3568_Linux_fs/u-boot/scripts/
H A Dkernel-doc2001 my @sects = split ' ', $sectcheck;
2007 foreach $sx (0 .. $#sects) {
2022 if ($prm_clean eq $sects[$sx]) {
2031 "'$sects[$sx]' " .
2035 if ($nested !~ m/\Q$sects[$sx]\E/) {
2038 "'$sects[$sx]' " .
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.4/scripts/
H A Dkernel-doc2088 my @sects = split ' ', $sectcheck;
2094 foreach $sx (0 .. $#sects) {
2109 if ($prm_clean eq $sects[$sx]) {
2118 "'$sects[$sx]' " .
2122 if ($nested !~ m/\Q$sects[$sx]\E/) {
2125 "'$sects[$sx]' " .
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.4/scripts/
H A Dkernel-doc2088 my @sects = split ' ', $sectcheck;
2094 foreach $sx (0 .. $#sects) {
2109 if ($prm_clean eq $sects[$sx]) {
2118 "'$sects[$sx]' " .
2122 if ($nested !~ m/\Q$sects[$sx]\E/) {
2125 "'$sects[$sx]' " .
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.19/scripts/
H A Dkernel-doc1499 my @sects = split ' ', $sectcheck;
1505 foreach $sx (0 .. $#sects) {
1520 if ($prm_clean eq $sects[$sx]) {
1529 "'$sects[$sx]' " .
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.19/scripts/
H A Dkernel-doc1499 my @sects = split ' ', $sectcheck;
1505 foreach $sx (0 .. $#sects) {
1520 if ($prm_clean eq $sects[$sx]) {
1529 "'$sects[$sx]' " .
/OK3568_Linux_fs/kernel/scripts/
H A Dkernel-doc1660 my @sects = split ' ', $sectcheck;
1666 foreach $sx (0 .. $#sects) {
1681 if ($prm_clean eq $sects[$sx]) {
1690 "'$sects[$sx]' " .
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-5.10/scripts/
H A Dkernel-doc1660 my @sects = split ' ', $sectcheck;
1666 foreach $sx (0 .. $#sects) {
1681 if ($prm_clean eq $sects[$sx]) {
1690 "'$sects[$sx]' " .
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-5.10/scripts/
H A Dkernel-doc1660 my @sects = split ' ', $sectcheck;
1666 foreach $sx (0 .. $#sects) {
1681 if ($prm_clean eq $sects[$sx]) {
1690 "'$sects[$sx]' " .
/OK3568_Linux_fs/buildroot/boot/lpc32xxcdl/
H A Dlpc32xxcdl-2.11-delete_redundant_files.patch740 - UNS_32 phy, virt, sects, ce = 0;
745 - sects = cmd_get_field_val(3);
750 - mmu_dumpmap(virt, phy, sects, ce);
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/nasm/nasm/
H A D0002-Add-debug-prefix-map-option.patch212 sects = NULL;
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ice/
H A Dice_flex_pipe.c3434 u16 sects; in ice_upd_prof_hw() local
3457 sects = xlt1 + xlt2 + tcam + es; in ice_upd_prof_hw()
3459 if (!sects) in ice_upd_prof_hw()
3467 status = ice_pkg_buf_reserve_section(b, sects); in ice_upd_prof_hw()
3501 if (!pkg_sects || pkg_sects != sects) { in ice_upd_prof_hw()
/OK3568_Linux_fs/kernel/Documentation/ide/
H A Dide.rst86 ide_core.chs=[interface_number.device_number]:cyls,heads,sects
/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A Dlibbpf.c2900 void *sects = obj->efile.reloc_sects; in bpf_object__elf_collect() local
2913 sects = libbpf_reallocarray(sects, nr_sects + 1, in bpf_object__elf_collect()
2915 if (!sects) in bpf_object__elf_collect()
2918 obj->efile.reloc_sects = sects; in bpf_object__elf_collect()