Home
last modified time | relevance | path

Searched refs:function (Results 1 – 9 of 9) sorted by relevance

/scripts/dtc/
A DREADME80 Adding a new function to libfdt.h
84 add your new function there. Check that your function works with pylibfdt. If
/scripts/kconfig/
A Dpreprocess.c102 struct function { struct
187 static const struct function function_table[] = {
201 const struct function *f; in function_expand()
/scripts/coccinelle/free/
A Difnullfree.cocci50 cocci.print_main("NULL check before that freeing function is not needed", p)
/scripts/coccinelle/null/
A Dkmerr.cocci3 /// error handling code later in the function, which may be helpful
A Dbadzero.cocci4 //# if it has previously been used with the function used to initialize x.
/scripts/coccinelle/api/alloc/
A Dalloc_cast.cocci101 msg="WARNING: casting value returned by memory allocation function to (%s *) is useless." % (t)
/scripts/
A Dkernel-doc322 my ($function, %function_table, %parametertypes, $declaration_purpose);
441 $function = shift @ARGV;
442 $function_table{$function} = 1;
1846 $function = "";
2270 $function = "";
A Dspelling.txt750 fucntion||function
751 fuction||function
754 funcation||function
755 funcion||function
760 funtion||function
/scripts/dtc/pylibfdt/
A Dlibfdt.i_shipped21 * We rename this function here to avoid problems with swig, since we also have
90 val: Return value from a libfdt function
111 val: Return value from a libfdt function
122 # If we get just an integer error code, it means the function failed.
490 method xxx(args...) corresponds to a libfdt function fdt_xxx(fdt, args...).
495 If one of these errors occurs, the function will return an error number
1099 /* We have both struct fdt_property and a function fdt_property() */
1118 * This function has a stub since the name fdt_property is used for both a
1119 * function and a struct, which confuses SWIG.

Completed in 13 milliseconds