Searched refs:mib (Results 1 – 3 of 3) sorted by relevance
/PHP-7.4/ext/snmp/tests/ |
H A D | snmp-object-errno-errstr.phpt | 135 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 D | lsapilib.c | 361 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 D | ZendAccelerator.c | 2821 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 30 milliseconds