Searched refs:function (Results 1 – 9 of 9) sorted by relevance
| /scripts/dtc/ |
| A D | README | 80 Adding a new function to libfdt.h 84 add your new function there. Check that your function works with pylibfdt. If
|
| /scripts/kconfig/ |
| A D | preprocess.c | 102 struct function { struct 187 static const struct function function_table[] = { 201 const struct function *f; in function_expand()
|
| /scripts/coccinelle/free/ |
| A D | ifnullfree.cocci | 50 cocci.print_main("NULL check before that freeing function is not needed", p)
|
| /scripts/coccinelle/null/ |
| A D | kmerr.cocci | 3 /// error handling code later in the function, which may be helpful
|
| A D | badzero.cocci | 4 //# if it has previously been used with the function used to initialize x.
|
| /scripts/coccinelle/api/alloc/ |
| A D | alloc_cast.cocci | 101 msg="WARNING: casting value returned by memory allocation function to (%s *) is useless." % (t)
|
| /scripts/ |
| A D | kernel-doc | 322 my ($function, %function_table, %parametertypes, $declaration_purpose); 441 $function = shift @ARGV; 442 $function_table{$function} = 1; 1846 $function = ""; 2270 $function = "";
|
| A D | spelling.txt | 750 fucntion||function 751 fuction||function 754 funcation||function 755 funcion||function 760 funtion||function
|
| /scripts/dtc/pylibfdt/ |
| A D | libfdt.i_shipped | 21 * 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