| /src/lib/libc/gen/ |
| nlist_aout.c | 100 int nent; local 144 nent = 0; 150 ++nent; 155 scoreboard = malloc((size_t)nent); 157 scoreboard = alloca((size_t)nent); 161 (void)memset(scoreboard, 0, (size_t)nent); 183 if (--nent <= 0) 192 return (nent);
|
| nlist_ecoff.c | 77 int rv, nent; local 141 nent = 0; 147 ++nent; 172 if (--nent <= 0) 180 rv = nent;
|
| nlist_coff.c | 92 int rv, nent; local 141 nent = 0; 147 ++nent; 182 if (--nent <= 0) 190 rv = nent;
|
| nlist_elf32.c | 97 int nent; local 154 nent = 0; 214 nent++; 219 return nent; 278 nent = 0; 284 ++nent; 327 if (--nent <= 0) 335 rv = nent;
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/gr/ |
| nouveau_nvkm_engine_gr_gk20a.c | 49 int nent; local 57 nent = (blob.size / sizeof(struct gk20a_fw_av)); 58 pack = vzalloc((sizeof(*pack) * 2) + (sizeof(*init) * (nent + 1))); 67 for (i = 0; i < nent; i++) { 99 int nent; local 107 nent = (blob.size / sizeof(struct gk20a_fw_aiv)); 108 pack = vzalloc((sizeof(*pack) * 2) + (sizeof(*init) * (nent + 1))); 117 for (i = 0; i < nent; i++) { 145 int nent; local 153 nent = (blob.size / sizeof(struct gk20a_fw_av)) [all...] |
| /src/sys/compat/common/ |
| kern_time_50.c | 351 syscallarg(int) nent; 358 int error, nent; local 360 nent = SCARG(uap, nent); 361 if (nent <= 0 || nent > aio_listio_max) 372 list = kmem_alloc(nent * sizeof(*list), KM_SLEEP); 373 error = copyin(SCARG(uap, list), list, nent * sizeof(*list)); 376 error = aio_suspend1(l, list, nent, SCARG(uap, timeout) ? &ts : NULL); 378 kmem_free(list, nent * sizeof(*list)) [all...] |
| /src/sys/dev/i2o/ |
| iopsp.c | 225 u_int tid, nent, i, targ, lun, size, rv, bptid; local 257 nent = iop->sc_nlctent; 258 for (le = iop->sc_lct->entry; nent != 0; nent--, le++) 266 nent = iop->sc_nlctent; 267 for (i = 0, le = iop->sc_lct->entry; i < nent; i++, le++) {
|
| iop.c | 777 int i, j, nent; local 781 nent = sc->sc_nlctent; 782 for (i = 0, le = sc->sc_lct->entry; i < nent; i++, le++) {
|
| /src/usr.sbin/iopctl/ |
| iopctl.c | 246 int i, nent; local 257 nent = ((le16toh(lct->tablesize) << 2) - 266 for (i = 0; i < nent; i++, ent++) { 288 if (i != nent - 1) 407 int nent; local 415 nent = iov.iov_len / sizeof(*it); 418 for (; nent-- != 0; it++)
|
| /src/usr.sbin/puffs/mount_psshfs/ |
| subr.c | 270 size_t nent; local 278 nent = psn->dentnext; 362 testd = lookup(olddir, nent, psn->dir[idx].entryname); 406 freedircache(olddir, nent);
|
| /src/external/cddl/osnet/dist/tools/ctf/cvt/ |
| output.c | 246 Elf_Data *data, int nent, Elf_Data *strdata, 260 for (i = 0; i < nent; i++) { 349 int nent; local 357 nent = 0; 362 nent = shdr.sh_size / shdr.sh_entsize; 368 iiburst = iiburst_new(td, nent); 370 for (i = 0; i < nent; i++) { 414 if (!check_for_weak(&sym, match.iim_file, data, nent, strdata,
|
| /src/sys/kern/ |
| sys_aio.c | 530 aiosp_suspend(struct aiosp *aiosp, struct aiocb **aiocbp_list, int nent, 549 for (int i = 0; i < nent; i++) { 602 aio_suspend1(struct lwp *l, struct aiocb **aiocbp_list, int nent, 609 return aiosp_suspend(aiosp, aiocbp_list, nent, ts, AIOSP_SUSPEND_ANY); 1911 int error, nent; local 1913 nent = SCARG(uap, nent); 1914 if (nent <= 0 || nent > aio_listio_max) { 1930 list = kmem_alloc(nent * sizeof(*list), KM_SLEEP) 1968 int i, error = 0, errcnt, mode, nent; local [all...] |
| /src/external/cddl/osnet/dist/uts/common/dtrace/ |
| fasttrap.c | 2478 ulong_t nent; local 2499 nent = ddi_getprop(DDI_DEV_T_ANY, devi, DDI_PROP_DONTPASS, 2502 nent = tpoints_hash_size; 2505 if (nent == 0 || nent > 0x1000000) 2506 nent = FASTTRAP_TPOINTS_DEFAULT_SIZE; 2508 tpoints_hash_size = nent; 2510 if (ISP2(nent)) 2511 fasttrap_tpoints.fth_nent = nent; 2513 fasttrap_tpoints.fth_nent = 1 << fasttrap_highbit(nent); [all...] |
| /src/lib/libc/net/ |
| getaddrinfo.c | 800 struct policyqueue *ent, *nent; local 802 for (ent = TAILQ_FIRST(head); ent; ent = nent) { 803 nent = TAILQ_NEXT(ent, pc_entry);
|
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| gp-display-text.cc | 2752 int nent = entity_vals->size (); local 2757 for (int i = 0; i < nent; i++)
|
| /src/external/gpl3/binutils/dist/opcodes/ |
| ia64-gen.c | 1798 struct disent *nent = add_dis_table_ent (curr_ent->disent, 1801 curr_ent->disent = nent; 1857 struct bittree *nent = ent; 1860 while (IS_SKIP (nent)) 1863 nent = nent->bits[2]; 1870 ent->bits[0] = nent->bits[0]; 1871 ent->bits[1] = nent->bits[1]; 1872 ent->bits[2] = nent->bits[2]; 1873 ent->disent = nent->disent 1790 struct disent *nent = add_dis_table_ent (curr_ent->disent, local 1847 struct bittree *nent = ent; local 1957 struct bittree *nent = ent->bits[0]; local 2549 struct completer_entry *nent = tmalloc (struct completer_entry); local 2678 struct main_entry *nent = tmalloc (struct main_entry); local [all...] |
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| gp-display-text.cc | 2752 int nent = entity_vals->size (); local 2757 for (int i = 0; i < nent; i++)
|
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| ia64-gen.c | 1798 struct disent *nent = add_dis_table_ent (curr_ent->disent, 1801 curr_ent->disent = nent; 1857 struct bittree *nent = ent; 1860 while (IS_SKIP (nent)) 1863 nent = nent->bits[2]; 1870 ent->bits[0] = nent->bits[0]; 1871 ent->bits[1] = nent->bits[1]; 1872 ent->bits[2] = nent->bits[2]; 1873 ent->disent = nent->disent 1790 struct disent *nent = add_dis_table_ent (curr_ent->disent, local 1847 struct bittree *nent = ent; local 1957 struct bittree *nent = ent->bits[0]; local 2549 struct completer_entry *nent = tmalloc (struct completer_entry); local 2678 struct main_entry *nent = tmalloc (struct main_entry); local [all...] |
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| ia64-gen.c | 1798 struct disent *nent = add_dis_table_ent (curr_ent->disent, 1801 curr_ent->disent = nent; 1857 struct bittree *nent = ent; 1860 while (IS_SKIP (nent)) 1863 nent = nent->bits[2]; 1870 ent->bits[0] = nent->bits[0]; 1871 ent->bits[1] = nent->bits[1]; 1872 ent->bits[2] = nent->bits[2]; 1873 ent->disent = nent->disent 1790 struct disent *nent = add_dis_table_ent (curr_ent->disent, local 1847 struct bittree *nent = ent; local 1957 struct bittree *nent = ent->bits[0]; local 2549 struct completer_entry *nent = tmalloc (struct completer_entry); local 2678 struct main_entry *nent = tmalloc (struct main_entry); local [all...] |
| /src/external/gpl3/gdb/dist/opcodes/ |
| ia64-gen.c | 1798 struct disent *nent = add_dis_table_ent (curr_ent->disent, 1801 curr_ent->disent = nent; 1857 struct bittree *nent = ent; 1860 while (IS_SKIP (nent)) 1863 nent = nent->bits[2]; 1870 ent->bits[0] = nent->bits[0]; 1871 ent->bits[1] = nent->bits[1]; 1872 ent->bits[2] = nent->bits[2]; 1873 ent->disent = nent->disent 1790 struct disent *nent = add_dis_table_ent (curr_ent->disent, local 1847 struct bittree *nent = ent; local 1957 struct bittree *nent = ent->bits[0]; local 2549 struct completer_entry *nent = tmalloc (struct completer_entry); local 2678 struct main_entry *nent = tmalloc (struct main_entry); local [all...] |
| /src/sys/uvm/ |
| uvm_map.c | 2630 int nent = 0; local 2635 nent++; 2656 if (nent != nnewents)
|
| /src/sys/dev/pci/ |
| pci_subr.c | 3279 unsigned char nent, linktype; local 3288 nent = PCIREG_SHIFTOUT(reg, PCI_RCLINK_DCL_ESDESC_NUMLINKENT); 3289 printf(" Number of Link Entries: %hhu\n", nent); 3294 for (i = 0; i < nent; i++) {
|
| /src/sys/external/mit/xen-include-public/dist/xen/include/public/ |
| platform.h | 279 uint32_t nent; member in struct:xenpf_firmware_info::__anon6646::xenpf_efi_info::__anon6650
|
| /src/sys/sys/ |
| syscallargs.h | 2626 syscallarg(int) nent; member in struct:compat_50_sys_aio_suspend_args 2640 syscallarg(int) nent; member in struct:sys_lio_listio_args 2869 syscallarg(int) nent; member in struct:sys___aio_suspend50_args
|