Home
last modified time | relevance | path

Searched refs:prototype (Results 1 – 25 of 25) sorted by relevance

/linux-3.4.99/scripts/
Dkernel-doc249 my ($newsection, $newcontents, $prototype, $brcount, %source_map);
1446 my ($prototype, $file) = @_;
1774 my $prototype = shift;
1777 $prototype =~ s/^static +//;
1778 $prototype =~ s/^extern +//;
1779 $prototype =~ s/^asmlinkage +//;
1780 $prototype =~ s/^inline +//;
1781 $prototype =~ s/^__inline__ +//;
1782 $prototype =~ s/^__inline +//;
1783 $prototype =~ s/^__always_inline +//;
[all …]
/linux-3.4.99/include/acpi/
Dacpixf.h81 #define ACPI_HW_DEPENDENT_RETURN_STATUS(prototype) \ argument
82 prototype;
84 #define ACPI_HW_DEPENDENT_RETURN_OK(prototype) \ argument
85 prototype;
87 #define ACPI_HW_DEPENDENT_RETURN_VOID(prototype) \ argument
88 prototype;
91 #define ACPI_HW_DEPENDENT_RETURN_STATUS(prototype) \ argument
92 static ACPI_INLINE prototype {return(AE_NOT_CONFIGURED);}
94 #define ACPI_HW_DEPENDENT_RETURN_OK(prototype) \ argument
95 static ACPI_INLINE prototype {return(AE_OK);}
[all …]
/linux-3.4.99/Documentation/arm/
Dkernel_user_helpers.txt80 Reference prototype:
120 Reference prototype:
175 Reference prototype:
210 Reference prototype:
/linux-3.4.99/drivers/staging/olpc_dcon/
DTODO8 - audit code for unnecessary code; old unsupported prototype
/linux-3.4.99/Documentation/trace/
Dtracepoints.txt69 - TP_PROTO(int firstarg, struct task_struct *p) is the prototype of the
73 prototype.
/linux-3.4.99/drivers/net/ethernet/brocade/bna/
Dbfa_defs.h65 u8 prototype; member
Dbfa_ioc.c2342 ad_attr->prototype = 1; in bfa_ioc_get_adapter_attr()
2344 ad_attr->prototype = 0; in bfa_ioc_get_adapter_attr()
/linux-3.4.99/arch/sh/boards/
DKconfig186 bool "SH7785LCR prototype board on 32-bit MMU mode"
190 If you use prototype board, this option is enabled.
/linux-3.4.99/Documentation/pps/
Dpps.txt91 The pps_register_source() prototype is:
/linux-3.4.99/drivers/scsi/bfa/
Dbfa_defs.h242 u8 prototype; member
Dbfa_ioc.c2473 ad_attr->prototype = 1; in bfa_ioc_get_adapter_attr()
2475 ad_attr->prototype = 0; in bfa_ioc_get_adapter_attr()
/linux-3.4.99/Documentation/
Dkmemleak.txt126 See the include/linux/kmemleak.h header for the functions prototype.
Dsysrq.txt198 handler is called. Your handler must conform to the prototype in 'sysrq.h'.
Dparport-lowlevel.txt376 to make the function prototype more readable.
Dkprobes.txt103 handler's prototype matches that of the probed function.
/linux-3.4.99/Documentation/power/
Dvideo.txt109 Athlon64 desktop prototype s3_bios (2)
Druntime_pm.txt744 power-managed on their own. (The prototype example is a USB interface. Entire
/linux-3.4.99/Documentation/filesystems/
Dporting163 which has the following prototype,
Dhpfs.txt172 When compiled, you get warning: function declaration isn't a prototype. Does
/linux-3.4.99/Documentation/kbuild/
Dmodules.txt429 as a simple ABI consistency check. A CRC value of the full prototype
/linux-3.4.99/Documentation/scsi/
DChangeLog.1992-19971026 * constants.h: Add prototype for print_Scsi_Cmnd.
1188 hosts.h: Add prototype for linked list header. Add structure
1650 know to restart the command. Change prototype of aha1740_reset
DChangeLog.megaraid420 declare with a prototype) each inline function before its first use"
DChangeLog.lpfc158 * Removed unnecessary function prototype.
765 prototype changes only.
1839 * Removed the mem_lock, its prototype, function, macro, and
/linux-3.4.99/Documentation/cdrom/
Dcdrom-standard.tex980 prototype and return values.
982 change the prototype a little. Remove entries listed in the first
/linux-3.4.99/Documentation/development-process/
D2.Process252 core kernel function prototype, for example, will conflict with any other