| /netbsd-src/sys/kern/ |
| H A D | subr_percpu.c | 63 unsigned int nextoff; member 81 KASSERT(off < percpu_allocation.nextoff); in percpu_offset() 173 unsigned int nextoff; in percpu_backend_alloc() local 183 offset = percpu_allocation.nextoff; in percpu_backend_alloc() 184 percpu_allocation.nextoff = nextoff = percpu_allocation.nextoff + size; in percpu_backend_alloc() 187 percpu_cpu_enlarge(nextoff); in percpu_backend_alloc() 224 percpu_allocation.nextoff = PERCPU_QUANTUM_SIZE; in percpu_init() 246 size_t size = percpu_allocation.nextoff; /* XXX racy */ in percpu_init_cpu()
|
| /netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
| H A D | coff-rs6000.c | 1711 GET_VALUE_IN_FIELD (filestart, arch_xhdr (last_file)->nextoff, 10); in _bfd_xcoff_openr_next_archived_file() 1744 GET_VALUE_IN_FIELD (filestart, arch_xhdr_big (last_file)->nextoff, 10); in _bfd_xcoff_openr_next_archived_file() 1835 sprintf (hdr.nextoff, "%d", 0); in xcoff_write_armap_old() 1974 file_ptr nextoff, prevoff; in xcoff_write_armap_big() local 2012 READ20 (fhdr->symoff, nextoff); in xcoff_write_armap_big() 2014 BFD_ASSERT (nextoff == bfd_tell (abfd)); in xcoff_write_armap_big() 2059 PRINT20 (hdr->nextoff, nextoff + symbol_table_size); in xcoff_write_armap_big() 2061 PRINT20 (hdr->nextoff, 0); in xcoff_write_armap_big() 2116 prevoff = nextoff; in xcoff_write_armap_big() 2117 nextoff = nextoff + symbol_table_size; in xcoff_write_armap_big() [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/bfd/ |
| H A D | coff-rs6000.c | 1799 GET_VALUE_IN_FIELD (filestart, arch_xhdr (last_file)->nextoff, 10); in _bfd_xcoff_openr_next_archived_file() 1822 GET_VALUE_IN_FIELD (filestart, arch_xhdr_big (last_file)->nextoff, 10); in _bfd_xcoff_openr_next_archived_file() 1920 sprintf (hdr.nextoff, "%d", 0); in xcoff_write_armap_old() 2058 file_ptr nextoff, prevoff; in xcoff_write_armap_big() local 2096 READ20 (fhdr->symoff, nextoff); in xcoff_write_armap_big() 2098 BFD_ASSERT (nextoff == bfd_tell (abfd)); in xcoff_write_armap_big() 2143 PRINT20 (hdr->nextoff, nextoff + symbol_table_size); in xcoff_write_armap_big() 2145 PRINT20 (hdr->nextoff, 0); in xcoff_write_armap_big() 2204 prevoff = nextoff; in xcoff_write_armap_big() 2205 nextoff = nextoff + symbol_table_size; in xcoff_write_armap_big() [all …]
|
| /netbsd-src/sys/miscfs/genfs/ |
| H A D | genfs_io.c | 868 off_t nextoff; in genfs_do_putpages() local 982 nextoff = startoff; in genfs_do_putpages() 1017 pg = uvm_page_array_fill_and_peek(&a, nextoff, 0); in genfs_do_putpages() 1026 KASSERT(pg->offset >= nextoff); in genfs_do_putpages() 1040 nextoff = pg->offset; /* visit this page again */ in genfs_do_putpages() 1081 nextoff = pg->offset + PAGE_SIZE; in genfs_do_putpages() 1085 nextoff = pg->offset; /* visit this page again */ in genfs_do_putpages() 1096 nextoff = pg->offset + PAGE_SIZE; in genfs_do_putpages() 1272 KASSERT(nextoff == in genfs_do_putpages() 1282 KASSERT(nextoff == pg->offset + PAGE_SIZE); in genfs_do_putpages() [all …]
|
| /netbsd-src/sys/uvm/ |
| H A D | uvm_km.c | 458 voff_t curoff, nextoff; in uvm_km_pgremove() 468 for (curoff = start; curoff < end; curoff = nextoff) { in uvm_km_pgremove() 469 nextoff = curoff + PAGE_SIZE; in uvm_km_pgremove() 474 nextoff = curoff; in uvm_km_pgremove() 451 voff_t curoff, nextoff; uvm_km_pgremove() local
|
| /netbsd-src/external/gpl3/binutils.old/dist/include/coff/ |
| H A D | xcoff.h | 570 char nextoff[XCOFFARMAG_ELEMENT_SIZE]; member 608 char nextoff[XCOFFARMAGBIG_ELEMENT_SIZE]; member
|
| /netbsd-src/external/gpl3/binutils/dist/include/coff/ |
| H A D | xcoff.h | 570 char nextoff[XCOFFARMAG_ELEMENT_SIZE]; member 608 char nextoff[XCOFFARMAGBIG_ELEMENT_SIZE]; member
|
| /netbsd-src/external/gpl3/binutils/dist/libctf/ |
| H A D | ctf-dump.c | 270 const char *sect, uint32_t off, uint32_t nextoff) in ctf_dump_header_sectfield() argument 273 if (nextoff - off) in ctf_dump_header_sectfield() 276 (unsigned long) off, (unsigned long) (nextoff - 1), in ctf_dump_header_sectfield() 277 (unsigned long) (nextoff - off)) < 0) in ctf_dump_header_sectfield()
|
| /netbsd-src/external/gpl3/binutils.old/dist/libctf/ |
| H A D | ctf-dump.c | 270 const char *sect, uint32_t off, uint32_t nextoff) in ctf_dump_header_sectfield() argument 273 if (nextoff - off) in ctf_dump_header_sectfield() 276 (unsigned long) off, (unsigned long) (nextoff - 1), in ctf_dump_header_sectfield() 277 (unsigned long) (nextoff - off)) < 0) in ctf_dump_header_sectfield()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | pointer-query.cc | 2410 HOST_WIDE_INT *nextoff /* = nullptr */) in field_at_offset() argument 2417 if (!nextoff) in field_at_offset() 2418 nextoff = &nextbuf; in field_at_offset() 2420 *nextoff = 0; in field_at_offset() 2475 *nextoff = *fldoff + next_pos; in field_at_offset() 2476 if (*nextoff == off && TREE_CODE (type) != UNION_TYPE) in field_at_offset() 2480 *nextoff = HOST_WIDE_INT_MAX; in field_at_offset() 2506 fldoff, nextoff); in field_at_offset() 2518 if (*nextoff == HOST_WIDE_INT_MAX && next_fld) in field_at_offset() 2519 *nextoff = next_pos; in field_at_offset()
|
| /netbsd-src/usr.bin/elf2ecoff/ |
| H A D | elf2ecoff.c | 662 uint32_t nextoff, symtabsize, ecoff_strsize; in elf_symbol_table_to_ecoff() local 677 nextoff = ecoff_symhdr_off + sizeof(struct ecoff_symhdr); in elf_symbol_table_to_ecoff() 678 stringtaboff = nextoff; in elf_symbol_table_to_ecoff() 683 nextoff = stringtaboff + ecoff_strsize; in elf_symbol_table_to_ecoff() 684 symtaboff = nextoff; in elf_symbol_table_to_ecoff()
|
| /netbsd-src/sys/fs/nfs/client/ |
| H A D | nfs_clbio.c | 77 int i, error, nextoff, size, toff, count, npages; in ncl_getpages() local 174 for (i = 0, toff = 0; i < npages; i++, toff = nextoff) { in ncl_getpages() 176 nextoff = toff + PAGE_SIZE; in ncl_getpages() 179 if (nextoff <= size) { in ncl_getpages()
|
| /netbsd-src/external/gpl3/binutils/dist/ |
| H A D | ChangeLog.git | 165595 (_bfd_xcoff_openr_next_archived_file): Sanity check nextoff.
|