Searched refs:sysctl_handle_string (Results 1 – 6 of 6) sorted by relevance
| /xnu-11215.61.5/bsd/kern/ |
| H A D | kern_sysctl.c | 1915 rval = sysctl_handle_string(oidp, arg1, arg2, req); 2005 return sysctl_handle_string(oidp, arg1, arg2, req); 2028 return sysctl_handle_string(oidp, osproductversioncompat, arg2, req); 2030 return sysctl_handle_string(oidp, arg1, arg2, req); 2034 return sysctl_handle_string(oidp, iossupportversion_string, arg2, req); 2036 return sysctl_handle_string(oidp, arg1, arg2, req); 2039 return sysctl_handle_string(oidp, arg1, arg2, req); 2061 return sysctl_handle_string(oidp, arg1, arg2, req); 2087 return sysctl_handle_string(oidp, "", arg2, req); 2090 return sysctl_handle_string(oidp, arg1, arg2, req); [all …]
|
| H A D | subr_sbuf.c | 791 rval = sysctl_handle_string(oidp, str, sizeof(str), req);
|
| H A D | kern_newsysctl.c | 1428 sysctl_handle_string( __unused struct sysctl_oid *oidp, void *arg1, int arg2, in sysctl_handle_string() function
|
| /xnu-11215.61.5/bsd/sys/ |
| H A D | sysctl.h | 291 int sysctl_handle_string SYSCTL_HANDLER_ARGS; 468 arg, len, sysctl_handle_string, "A", descr)
|
| /xnu-11215.61.5/iokit/Tests/ |
| H A D | Tests.cpp | 2174 error = sysctl_handle_string(oidp, classname, sizeof(classname), req); in sysctl_iokit_test_service_setup()
|
| /xnu-11215.61.5/iokit/Kernel/ |
| H A D | IOHibernateIO.cpp | 1519 sysctl_handle_string, "A", "");
|