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

1 2 3

  /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);
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_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_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;
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...]
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_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); \
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_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);
  /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++)
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...]
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...]
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...]

Completed in 53 milliseconds

1 2 3