Home
last modified time | relevance | path

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

/PHP-7.4/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-7.4/sapi/litespeed/
H A Dlsapilib.c361 int mib[2]; in lsapi_enable_core_dump() local
365 if ( sysctlnametomib("kern.sugid_coredump", mib, &len) == 0 ) in lsapi_enable_core_dump()
368 if (sysctl(mib, 2, NULL, 0, &s_enable_core_dump, len) == -1) in lsapi_enable_core_dump()
/PHP-7.4/ext/opcache/
H A DZendAccelerator.c2821 int mib[4] = {CTL_KERN, KERN_PROC, KERN_PROC_VMMAP, getpid()}; in accel_move_code_to_huge_pages()
2823 if (sysctl(mib, 4, NULL, &s, NULL, 0) == 0) { in accel_move_code_to_huge_pages()
2827 if (sysctl(mib, 4, addr, &s, NULL, 0) == 0) { in accel_move_code_to_huge_pages()

Completed in 26 milliseconds