HomeSort by relevance Sort by last modified time
    Searched refs:nent (Results 1 - 15 of 15) sorted by null

  /external/strace/tests/
ioctl_kvm_run_common.c 270 printf("ioctl(%d<%s>, %s, {nent=%u, entries=[",
271 fd, fd_dev, ioctl_name, cpuid->nent);
273 for (size_t i = 0; i < cpuid->nent; i++) {
285 if (cpuid->nent)
375 cpuid->nent = 0;
380 cpuid->nent = cpuid_nent;
385 struct kvm_cpuid2 cpuid_tmp = { .nent = 0 };
387 printf("ioctl(%d<%s>, KVM_SET_CPUID2, {nent=%u, entries=[]}) = 0\n",
388 vcpu_fd, vcpu_dev, cpuid_tmp.nent);
  /external/strace/tests-m32/
ioctl_kvm_run_common.c 270 printf("ioctl(%d<%s>, %s, {nent=%u, entries=[",
271 fd, fd_dev, ioctl_name, cpuid->nent);
273 for (size_t i = 0; i < cpuid->nent; i++) {
285 if (cpuid->nent)
375 cpuid->nent = 0;
380 cpuid->nent = cpuid_nent;
385 struct kvm_cpuid2 cpuid_tmp = { .nent = 0 };
387 printf("ioctl(%d<%s>, KVM_SET_CPUID2, {nent=%u, entries=[]}) = 0\n",
388 vcpu_fd, vcpu_dev, cpuid_tmp.nent);
  /external/strace/tests-mx32/
ioctl_kvm_run_common.c 270 printf("ioctl(%d<%s>, %s, {nent=%u, entries=[",
271 fd, fd_dev, ioctl_name, cpuid->nent);
273 for (size_t i = 0; i < cpuid->nent; i++) {
285 if (cpuid->nent)
375 cpuid->nent = 0;
380 cpuid->nent = cpuid_nent;
385 struct kvm_cpuid2 cpuid_tmp = { .nent = 0 };
387 printf("ioctl(%d<%s>, KVM_SET_CPUID2, {nent=%u, entries=[]}) = 0\n",
388 vcpu_fd, vcpu_dev, cpuid_tmp.nent);
  /external/strace/
kvm.c 286 PRINT_FIELD_U("{", cpuid, nent);
291 if (cpuid.nent)
297 print_array(tcp, arg + sizeof(cpuid), cpuid.nent,
  /external/u-boot/lib/
hashtable.c 831 int nent = CONFIG_ENV_MIN_ENTRIES + size / 8; local
833 if (nent > CONFIG_ENV_MAX_ENTRIES)
834 nent = CONFIG_ENV_MAX_ENTRIES;
836 debug("Create Hash Table: N=%d\n", nent);
838 if (hcreate_r(nent, htab) == 0) {
  /bionic/libc/kernel/uapi/asm-x86/asm/
kvm.h 183 __u32 nent; member in struct:kvm_cpuid
201 __u32 nent; member in struct:kvm_cpuid2
  /external/kernel-headers/original/uapi/asm-x86/asm/
kvm.h 207 __u32 nent; member in struct:kvm_cpuid
229 __u32 nent; member in struct:kvm_cpuid2
  /external/linux-kselftest/tools/testing/selftests/kvm/lib/x86_64/
processor.c 692 int nent = 100; local
696 size += nent * sizeof(struct kvm_cpuid_entry2);
703 cpuid->nent = nent;
758 for (i = 0; i < cpuid->nent; i++) {
  /external/elfutils/src/
unstrip.c 511 const size_t nent = 2 + nbucket + nsym; \
512 Hash_Word *const new_hash = xcalloc (nent, sizeof new_hash[0]); \
528 data->d_size = nent * sizeof new_hash[0]; \
558 const size_t nent = symshdr->sh_size / symshdr->sh_entsize;
560 assert (nent >= onent);
566 GElf_Versym *versym = xcalloc (nent, sizeof versym[0]);
576 data->d_size = nent * shdr->sh_entsize;
833 const size_t nent, const GElf_Addr bias,
841 for (size_t i = 1; i < nent; ++i)
557 const size_t nent = symshdr->sh_size \/ symshdr->sh_entsize; local
    [all...]
  /external/e2fsprogs/contrib/
fsstress.c 1601 __s32 nent; local
    [all...]
  /external/ltp/testcases/kernel/fs/fsstress/
fsstress.c 1576 __s32 nent; local
    [all...]
  /external/syzkaller/vendor/golang.org/x/sys/unix/
zsysnum_dragonfly_amd64.go 182 SYS_AIO_SUSPEND = 315 // { int aio_suspend(struct aiocb * const * aiocbp, int nent, const struct timespec *timeout); }
187 SYS_LIO_LISTIO = 320 // { int lio_listio(int mode, struct aiocb * const *acb_list, int nent, struct sigevent *sig); }
  /external/ltp/testcases/kernel/fs/doio/
doio.c 332 struct listreq *list, int nent, int fd, char *pattern);
    [all...]
  /external/syzkaller/executor/
common_kvm_amd64.h 488 cpuid->nent = 128;
  /external/syzkaller/pkg/csource/
generated.go     [all...]

Completed in 474 milliseconds