Searched refs:sysctl_handle_string (Results 1 – 6 of 6) sorted by relevance
| /xnu-10002.81.5/bsd/kern/ |
| H A D | kern_sysctl.c | 1912 rval = sysctl_handle_string(oidp, arg1, arg2, req); 2002 return sysctl_handle_string(oidp, arg1, arg2, req); 2025 return sysctl_handle_string(oidp, osproductversioncompat, arg2, req); 2027 return sysctl_handle_string(oidp, arg1, arg2, req); 2030 return sysctl_handle_string(oidp, arg1, arg2, req); 2052 return sysctl_handle_string(oidp, arg1, arg2, req); 2075 return sysctl_handle_string(oidp, arg1, arg2, req); 2208 rval = sysctl_handle_string(oidp, arg1, arg2, req); 2223 rval = sysctl_handle_string(oidp, arg1, arg2, req); 2238 rval = 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 | 1426 sysctl_handle_string( __unused struct sysctl_oid *oidp, void *arg1, int arg2, in sysctl_handle_string() function
|
| /xnu-10002.81.5/bsd/sys/ |
| H A D | sysctl.h | 290 int sysctl_handle_string SYSCTL_HANDLER_ARGS; 467 arg, len, sysctl_handle_string, "A", descr)
|
| /xnu-10002.81.5/iokit/Tests/ |
| H A D | Tests.cpp | 2173 error = sysctl_handle_string(oidp, classname, sizeof(classname), req); in sysctl_iokit_test_service_setup()
|
| /xnu-10002.81.5/iokit/Kernel/ |
| H A D | IOHibernateIO.cpp | 1486 sysctl_handle_string, "A", "");
|