Searched refs:_debug (Results 1 - 7 of 7) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/libsyscall/
H A DMakefile.inc25 .if make(lib${LIB}_debug.a)
H A DMakefile.xbs5 all: lib${LIB}.a lib${LIB}_static.a lib${LIB}_debug.a lib${LIB}_profile.a
7 install_lib${LIB}_profile.a install_lib${LIB}_debug.a maninstall
75 lib${LIB}_debug.a:: ${DOBJS} ${DOBJS2}
77 @rm -f lib${LIB}_debug.a
78 @${AR} cq lib${LIB}_debug.a `lorder ${DOBJS} | tsort -q` ${ARADD}
79 ${RANLIB} lib${LIB}_debug.a
87 CLEANFILES += ${DOBJS} lib${LIB}_static.a lib${LIB}_profile.a lib${LIB}_debug.a
122 install_lib${LIB}_debug.a:
123 ${INSTALL} -c -m 444 lib${LIB}_debug.a ${DESTDIR}/usr/local/lib/system/
130 lib${LIB}_debug
[all...]
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOKitDebug.cpp53 SYSCTL_QUAD(_debug, OID_AUTO, iokit, CTLFLAG_RW, &gIOKitDebug, "boot_arg io");
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/specfs/
H A Dspec_vnops.c613 SYSCTL_INT(_debug, OID_AUTO, lowpri_IO_initial_window_msecs, CTLFLAG_RW, &lowpri_IO_initial_window_msecs, LOWPRI_INITIAL_WINDOW_MSECS, "");
614 SYSCTL_INT(_debug, OID_AUTO, lowpri_IO_window_inc, CTLFLAG_RW, &lowpri_IO_window_msecs_inc, LOWPRI_INITIAL_WINDOW_MSECS, "");
615 SYSCTL_INT(_debug, OID_AUTO, lowpri_max_window_msecs, CTLFLAG_RW, &lowpri_max_window_msecs, LOWPRI_INITIAL_WINDOW_MSECS, "");
616 SYSCTL_INT(_debug, OID_AUTO, lowpri_max_waiting_msecs, CTLFLAG_RW, &lowpri_max_waiting_msecs, LOWPRI_INITIAL_WINDOW_MSECS, "");
/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dbpf.c148 SYSCTL_INT(_debug, OID_AUTO, bpf_bufsize, CTLFLAG_RW,
151 SYSCTL_INT(_debug, OID_AUTO, bpf_maxbufsize, CTLFLAG_RW,
154 SYSCTL_UINT(_debug, OID_AUTO, bpf_maxdevices, CTLFLAG_RW,
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dsysctl.h328 SYSCTL_DECL(_debug); variable
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_lockf.c92 SYSCTL_INT(_debug, OID_AUTO, lockf_debug, CTLFLAG_RW, &lockf_debug, 0, "");

Completed in 75 milliseconds