HomeSort by: relevance | last modified time | path
    Searched defs:sects (Results 1 - 6 of 6) sorted by relevancy

  /src/distrib/utils/edlabel/
edlabel.c 211 int sects, trks, cyls; local
216 sects = val % d->d_nsectors;
220 snprintf(buf, sizeof(buf), "(%d/%02d/%02d)%c", cyls, trks, sects,
229 int cyls, trks, sects; local
231 tmp = sscanf(buf, "%d/%d/%d", &cyls, &trks, &sects);
239 tmp += sects;
299 /* starting block, or cyls/trks/sects */
300 printf("start as <blkno> or <cyls/trks/sects> : ");
306 /* number of blocks, or cyls/trks/sects */
307 printf("length as <nblks> or <cyls/trks/sects> : ")
    [all...]
  /src/external/gpl3/binutils/dist/binutils/
od-xcoff.c 389 struct xcoff32_section *sects; member in struct:xcoff_dump
594 data->sects = xmalloc (data->nscns * sizeof (struct xcoff32_section));
598 struct xcoff32_section *s = &data->sects[i];
603 free (data->sects);
604 data->sects = NULL;
621 data->sects[s->nreloc - 1].nreloc =
624 data->sects[s->nlnno - 1].nlnno =
783 if (data->sects != NULL)
784 printf ("%-8s", data->sects[s->sym.scnum - 1].name);
923 if (data->sects == NULL
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
od-xcoff.c 389 struct xcoff32_section *sects; member in struct:xcoff_dump
594 data->sects = xmalloc (data->nscns * sizeof (struct xcoff32_section));
598 struct xcoff32_section *s = &data->sects[i];
603 free (data->sects);
604 data->sects = NULL;
621 data->sects[s->nreloc - 1].nreloc =
624 data->sects[s->nlnno - 1].nlnno =
783 if (data->sects != NULL)
784 printf ("%-8s", data->sects[s->sym.scnum - 1].name);
923 if (data->sects == NULL
    [all...]
  /src/external/gpl3/gcc.old/dist/libbacktrace/
pecoff.c 334 const b_coff_section_header *sects, size_t sects_num,
442 + sects[secnum - 1].virtual_address
595 const b_coff_section_header *sects; local
684 sects = (const b_coff_section_header *)
749 const b_coff_section_header *s = sects + i;
790 sects, sects_num,
xcoff.c 864 const b_xcoff_scnhdr *sects,
1003 fn->sect_base = sects[fsym->n_scnum - 1].s_paddr;
1083 const b_xcoff_scnhdr *sects; local
1144 sects = (const b_xcoff_scnhdr *) sects_view.data;
1148 if ((sects[i].s_flags & 0xffff) == STYP_TEXT)
1153 stext = &sects[i];
1176 if (((sects[i].s_flags & 0xffff) == STYP_OVRFLO)
1177 && sects[i].s_nlnno == sntext)
1179 nlnno = sects[i].s_vaddr;
1247 if ((sects[i].s_flags & 0xffff) != STYP_DWAR
    [all...]
  /src/sbin/newfs_udf/
udf_core.c 3028 uint32_t loc, phys, ext, sects; local
3040 sects = UDF_ROUNDUP(context.vat_size, context.sector_size) /
3043 udf_data_alloc(sects, &vatdata);
3049 error = udf_write_phys(context.vat_contents, phys, sects);
3052 loc += sects;
4021 udf_read_phys(void *blob, uint32_t location, uint32_t sects)
4027 for (cnt = 0; cnt < sects; cnt++) {
4041 udf_write_phys(void *blob, uint32_t location, uint32_t sects)
4047 for (cnt = 0; cnt < sects; cnt++) {

Completed in 46 milliseconds