HomeSort by: relevance | last modified time | path
    Searched refs:nent (Results 1 - 25 of 31) sorted by relevancy

1 2

  /src/lib/libc/compat/sys/
compat_aio_suspend.c 60 aio_suspend(const struct aiocb * const list[], int nent,
69 return __aio_suspend50(list, nent, tsp);
  /src/lib/libc/gen/
nlist_aout.c 99 int nent; local in function:__fdnlist_aout
143 nent = 0;
149 ++nent;
154 scoreboard = malloc((size_t)nent);
156 scoreboard = alloca((size_t)nent);
160 (void)memset(scoreboard, 0, (size_t)nent);
182 if (--nent <= 0)
191 return (nent);
nlist_coff.c 90 int rv, nent; local in function:__fdnlist_coff
139 nent = 0;
145 ++nent;
180 if (--nent <= 0)
188 rv = nent;
nlist_ecoff.c 76 int rv, nent; local in function:__fdnlist_ecoff
140 nent = 0;
146 ++nent;
171 if (--nent <= 0)
179 rv = nent;
nlist_elf32.c 97 int nent; local in function:ELFNAMEEND
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 in function:gk20a_gr_av_to_init
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 in function:gk20a_gr_aiv_to_init
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 in function:gk20a_gr_av_to_method
153 nent = (blob.size / sizeof(struct gk20a_fw_av))
    [all...]
  /src/tests/fs/ffs/
t_quota2_1.c 70 #define DECL_TEST(nent, newops, name, descr, log) \
77 nent, descr); \
82 do_quota(tc, nent, newops, log); \
t_quota2_remount.c 102 #define DECL_TEST(nent, newops, name, descr, log) \
113 do_quota(tc, nent, newops, log); \
  /src/tests/lib/libc/sys/
t_aio_rw.c 74 wait_all(const struct aiocb * const list[], size_t nent)
82 for (i = 0; i < nent; i++) {
97 rv = aio_suspend(list, (int)nent, NULL);
t_aio_cancel.c 74 wait_all(const struct aiocb * const list[], size_t nent)
82 for (i = 0; i < nent; i++) {
99 rv = aio_suspend(list, (int)nent, NULL);
t_aio_lio.c 73 wait_all(const struct aiocb * const list[], size_t nent)
81 for (i = 0; i < nent; i++) {
98 rv = aio_suspend(list, (int)nent, NULL);
  /src/usr.sbin/iopctl/
iopctl.c 245 int i, nent; local in function:showlct
256 nent = ((le16toh(lct->tablesize) << 2) -
265 for (i = 0; i < nent; i++, ent++) {
287 if (i != nent - 1)
406 int nent; local in function:showtidmap
414 nent = iov.iov_len / sizeof(*it);
417 for (; nent-- != 0; it++)
  /src/sys/compat/common/
kern_time_50.c 351 syscallarg(int) nent;
358 int error, nent; local in function:compat_50_sys_aio_suspend
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/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 in function:sys___aio_suspend50
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 in function:sys_lio_listio
    [all...]
subr_kcov.c 185 kcov_allocbuf(kcov_t *kd, uint64_t nent)
190 if (nent < 2 || nent > KCOV_BUF_MAX_ENTRIES)
195 size = roundup(nent * KCOV_ENTRY_SIZE, PAGE_SIZE);
196 kd->bufnent = nent - 1;
  /src/sys/dev/i2o/
iopsp.c 225 u_int tid, nent, i, targ, lun, size, rv, bptid; local in function:iopsp_reconfig
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 in function:iop_configure_devices
781 nent = sc->sc_nlctent;
782 for (i = 0, le = sc->sc_lct->entry; i < nent; i++, le++) {
  /src/sys/arch/x86/acpi/
acpi_machdep.c 130 sizeof(*ct) * info->cfg.nent);
132 for (i = 0; i < info->cfg.nent; i++) {
143 for (i = 0; i < info->cfg.nent; i++) {
154 AcpiOsUnmapMemory(ct, sizeof(*ct) * info->cfg.nent);
  /src/sys/dev/onewire/
onewire_subr.c 106 const struct onewire_matchfam *fams, int nent)
111 for (i = 0, om = fams; i < nent; i++, om++)
  /src/usr.sbin/puffs/mount_psshfs/
subr.c 270 size_t nent; local in function:sftp_readdir
278 nent = psn->dentnext;
362 testd = lookup(olddir, nent, psn->dir[idx].entryname);
406 freedircache(olddir, nent);
  /src/sys/external/bsd/compiler_rt/dist/include/sanitizer/
netbsd_syscall_hooks.h 2184 #define __sanitizer_syscall_pre_compat_50_aio_suspend(list, nent, timeout) \
2186 (long long)(list), (long long)(nent), (long long)(timeout))
2187 #define __sanitizer_syscall_post_compat_50_aio_suspend(res, list, nent, \
2190 res, (long long)(list), (long long)(nent), (long long)(timeout))
2195 #define __sanitizer_syscall_pre_lio_listio(mode, list, nent, sig) \
2198 (long long)(nent), (long long)(sig))
2199 #define __sanitizer_syscall_post_lio_listio(res, mode, list, nent, sig) \
2201 res, (long long)(mode), (long long)(list), (long long)(nent), \
2403 #define __sanitizer_syscall_pre___aio_suspend50(list, nent, timeout) \
2405 (long long)(list), (long long)(nent), (long long)(timeout)
    [all...]
  /src/lib/libpthread/
pthread_cancelstub.c 189 __aio_suspend50(const struct aiocb * const list[], int nent,
197 retval = _sys___aio_suspend50(list, nent, timeout);
  /src/sys/external/mit/xen-include-public/dist/xen/include/public/
platform.h 279 uint32_t nent; member in struct:xenpf_firmware_info::__anon0f279156080a::xenpf_efi_info::__anon0f2791560c08
  /src/sys/dev/pcmcia/
pcmcia.c 385 pcmcia_product_lookup(struct pcmcia_attach_args *pa, const void *tab, size_t nent, size_t ent_size, pcmcia_product_match_fn matchfn)
397 for (pp = tab, n = nent; n; pp = (const struct pcmcia_product *)
  /src/sys/dev/pci/qat/
qat_ae.c 2148 u_int nent; \
2149 nent = ((struct uof_obj_table *)((base) + (off)))->uot_nentries;\
2151 sizeof(type) * nent) \
2153 *(np) = nent; \
2154 if (nent > 0) \

Completed in 28 milliseconds

1 2