Searched refs:sysctl_handle_string (Results 1 – 6 of 6) sorted by relevance
| /xnu-11417.121.6/bsd/kern/ ! |
| H A D | kern_sysctl.c | 1928 rval = sysctl_handle_string(oidp, arg1, arg2, req); 2018 return sysctl_handle_string(oidp, arg1, arg2, req); 2041 return sysctl_handle_string(oidp, osproductversioncompat, arg2, req); 2043 return sysctl_handle_string(oidp, arg1, arg2, req); 2047 return sysctl_handle_string(oidp, iossupportversion_string, arg2, req); 2049 return sysctl_handle_string(oidp, arg1, arg2, req); 2052 return sysctl_handle_string(oidp, arg1, arg2, req); 2074 return sysctl_handle_string(oidp, arg1, arg2, req); 2100 return sysctl_handle_string(oidp, "", arg2, req); 2103 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 | 1537 sysctl_handle_string( __unused struct sysctl_oid *oidp, void *arg1, int arg2, in sysctl_handle_string() function
|
| /xnu-11417.121.6/bsd/sys/ ! |
| H A D | sysctl.h | 291 int sysctl_handle_string SYSCTL_HANDLER_ARGS; 468 arg, len, sysctl_handle_string, "A", descr)
|
| /xnu-11417.121.6/iokit/Tests/ ! |
| H A D | Tests.cpp | 2177 error = sysctl_handle_string(oidp, classname, sizeof(classname), req); in sysctl_iokit_test_service_setup()
|
| /xnu-11417.121.6/iokit/Kernel/ ! |
| H A D | IOHibernateIO.cpp | 1527 sysctl_handle_string, "A", "");
|