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

/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-xen.c565 PRE(sysctl) {
566 struct vki_xen_sysctl *sysctl = (struct vki_xen_sysctl *)ARG1; local
568 PRINT("__HYPERVISOR_sysctl ( %u )", sysctl->cmd);
578 if (!sysctl)
581 switch (sysctl->interface_version)
590 "__HYPERVISOR_sysctl", sysctl->interface_version);
596 (Addr)&sysctl->u._union._field, \
597 sizeof(sysctl->u._union._field))
601 switch (sysctl->cmd) {
610 if (sysctl
1529 struct vki_xen_sysctl *sysctl = (struct vki_xen_sysctl *)ARG1; local
[all...]
/external/autotest/client/bin/
H A Dbase_utils.py521 def sysctl(key, value=None): function
522 """Generic implementation of sysctl, to read and write.
525 @param value: If not None, a value to write into the sysctl.
527 @return The single-line sysctl value as a string.
536 """(Very) partial implementation of sysctl, for kernel params"""
979 raw_hugepages = utils.system_output('/sbin/sysctl vm.nr_hugepages')
984 utils.system('/sbin/sysctl vm.nr_hugepages=%d' % num)
/external/valgrind/coregrind/
H A Dm_libcproc.c597 Int VG_(sysctl)(Int *name, UInt namelen, void *oldp, SizeT *oldlenp, void *newp, SizeT newlen) function

Completed in 108 milliseconds