Searched defs:kscount (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/i86xpv/io/
H A Dprivcmd_hcall.c169 int error, kscount, bytes; local
174 error = import_buffer(&cnt_ie, scount, &kscount, sizeof (kscount),
185 error = HYPERVISOR_mmu_update(kreq, count, &kscount, domid);
1066 uint_t kscount; local
1083 error = import_buffer(&scnt_ie, scount, &kscount,
1084 sizeof (kscount), IE_EXPORT);
1087 error = HYPERVISOR_mmuext_op(kop, count, &kscount, domid);

Completed in 59 milliseconds