Searched refs:cs_debug (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Dubc_subr.c114 extern int cs_debug;
289 if(cs_debug) {
304 if(cs_debug) {
2636 if (cs_debug > 1) {
2900 if (cs_debug > 1) {
2931 if (cs_debug) {
2945 if (cs_debug > 1) {
H A Dkern_proc.c161 int cs_debug; /* declared further down in this file */ variable
1812 if (cs_debug) {
2706 int cs_debug = 0; variable
2709 SYSCTL_INT(_vm, OID_AUTO, cs_debug, CTLFLAG_RW | CTLFLAG_LOCKED, &cs_debug, 0, "");
2724 if(cs_debug) printf("CODE SIGNING: cs_allow_invalid() "
2729 if(cs_debug) printf("CODE SIGNING: cs_allow_invalid() "
2765 if (cs_debug) {
2778 if (cs_debug) {
H A Dkern_descrip.c161 extern int cs_debug;
1534 if(cs_debug)
/darwin-on-arm/xnu/osfmk/vm/
H A Dvm_fault.c142 extern int cs_debug;
198 PE_parse_boot_argn("cs_debug", &cs_debug, sizeof (cs_debug));
2485 if (cs_debug || kr != KERN_SUCCESS) {
4979 if (cs_debug) {
5064 if (cs_debug) {
H A Dvm_pageout.c113 extern int cs_debug;
7959 if (kr != KERN_SUCCESS || cs_debug > 1) {

Completed in 52 milliseconds