Searched refs:ctl_name (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/v8/src/
H A Dplatform-posix.cc671 int ctl_name[] = { CTL_KERN , KERN_OSRELEASE }; local
672 if (sysctl(ctl_name, 2, buffer, &buffer_size, NULL, 0) != 0) {
/external/v8/src/
H A Dplatform-macos.cc568 int ctl_name[] = { CTL_KERN , KERN_OSRELEASE }; local
569 if (sysctl(ctl_name, 2, buffer, &buffer_size, NULL, 0) != 0) {
/external/oprofile/module/x86/
H A Dop_nmi.c318 next->ctl_name = 1;
/external/kernel-headers/original/linux/
H A Dsysctl.h956 * ctl_name terminates the table. table->de will be set up by the
993 int ctl_name; /* Binary ID */ member in struct:ctl_table
/external/oprofile/module/ia64/
H A Dop_pmu.c588 next->ctl_name = 1;

Completed in 156 milliseconds