'\" t .\" Title: debug_object_activate .\" Author: .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: April 2019 .\" Manual: Debug functions .\" Source: Kernel Hackers Manual 4.9.168 .\" Language: English .\" .TH "DEBUG_OBJECT_ACTIVAT" "9" "April 2019" "Kernel Hackers Manual 4\&.9\&." "Debug functions" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" debug_object_activate \- debug checks when an object is activated .SH "SYNOPSIS" .HP \w'int\ debug_object_activate('u .BI "int debug_object_activate(void\ *\ " "addr" ", struct\ debug_obj_descr\ *\ " "descr" ");" .SH "ARGUMENTS" .PP \fIaddr\fR .RS 4 address of the object .RE .PP \fIdescr\fR .RS 4 pointer to an object specific debug description structure Returns 0 for success, \-EINVAL for check failed\&. .RE .SH "AUTHOR" .PP \fBThomas Gleixner\fR <\&tglx@linutronix.de\&> .RS 4 Author. .RE .SH "COPYRIGHT" .br