Home
last modified time | relevance | path

Searched refs:mib (Results 1 – 5 of 5) sorted by relevance

/PHP-8.0/ext/opcache/jit/
H A Dzend_elf.c61 int mib[4] = {CTL_KERN, KERN_PROC, KERN_PROC_PATHNAME, -1}; in zend_elf_load_symbols() local
62 if (sysctl(mib, 4, path, &pathlen, NULL, 0) == -1) { in zend_elf_load_symbols()
H A Dzend_jit_perf_dump.c133 int mib[4] = {CTL_KERN, KERN_PROC, KERN_PROC_PATHNAME, -1}; in zend_jit_perf_jitdump_open() local
134 if (sysctl(mib, 4, path, &pathlen, NULL, 0) == -1) { in zend_jit_perf_jitdump_open()
/PHP-8.0/ext/snmp/tests/
H A Dsnmp-object-errno-errstr.phpt135 string(129) "Could not add variable: OID='.iso.org.dod.internet.mgmt.mib-2.system.sysContact.0' typ…
/PHP-8.0/sapi/litespeed/
H A Dlsapilib.c359 int mib[2]; in lsapi_enable_core_dump() local
363 if ( sysctlnametomib("kern.sugid_coredump", mib, &len) == 0 ) in lsapi_enable_core_dump()
366 if (sysctl(mib, 2, NULL, 0, &s_enable_core_dump, len) == -1) in lsapi_enable_core_dump()
/PHP-8.0/ext/opcache/
H A DZendAccelerator.c2843 int mib[4] = {CTL_KERN, KERN_PROC, KERN_PROC_VMMAP, getpid()}; in accel_move_code_to_huge_pages()
2845 if (sysctl(mib, 4, NULL, &s, NULL, 0) == 0) { in accel_move_code_to_huge_pages()
2849 if (sysctl(mib, 4, addr, &s, NULL, 0) == 0) { in accel_move_code_to_huge_pages()

Completed in 38 milliseconds