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

  /system/core/init/
property_service.c 185 char ctl_name[PROP_VALUE_MAX+4]; local
186 int ret = snprintf(ctl_name, sizeof(ctl_name), "ctl.%s", name);
188 if (ret < 0 || (size_t) ret >= sizeof(ctl_name))
191 return check_mac_perms(ctl_name, sctx);
  /external/v8/src/
platform-macos.cc 568 int ctl_name[] = { CTL_KERN , KERN_OSRELEASE }; local
569 if (sysctl(ctl_name, 2, buffer, &buffer_size, NULL, 0) != 0) {
  /external/oprofile/module/x86/
op_nmi.c 318 next->ctl_name = 1;
  /external/kernel-headers/original/linux/
sysctl.h 956 * 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/
op_pmu.c 588 next->ctl_name = 1;
  /external/chromium_org/v8/src/
platform-posix.cc 671 int ctl_name[] = { CTL_KERN , KERN_OSRELEASE }; local
672 if (sysctl(ctl_name, 2, buffer, &buffer_size, NULL, 0) != 0) {

Completed in 87 milliseconds