Home
last modified time | relevance | path

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

12345678910>>...31

/openbmc/linux/include/acpi/
H A Dacpixf.h60 #define ACPI_EXTERNAL_RETURN_STATUS(prototype) \ argument
61 prototype;
65 #define ACPI_EXTERNAL_RETURN_OK(prototype) \ argument
66 prototype;
70 #define ACPI_EXTERNAL_RETURN_VOID(prototype) \ argument
71 prototype;
75 #define ACPI_EXTERNAL_RETURN_UINT32(prototype) \ argument
76 prototype;
80 #define ACPI_EXTERNAL_RETURN_PTR(prototype) \ argument
81 prototype;
[all …]
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Djquery.treetable.js38 Node.prototype.addChild = function(child) {
42 Node.prototype.ancestors = function() {
52 Node.prototype.collapse = function() {
69 Node.prototype.collapsed = function() {
75 Node.prototype.expand = function() {
95 Node.prototype.expanded = function() {
99 Node.prototype.hide = function() {
105 Node.prototype.isBranchNode = function() {
113 Node.prototype.updateBranchLeafClass = function(){
119 Node.prototype.level = function() {
[all …]
H A Dbootstrap-3.4.1.min.js6prototype.close=function(t){var e=s(this),i=e.attr("data-target");i||(i=(i=e.attr("href"))&&i.repl…
H A Dbootstrap-3.4.1.js103 Alert.prototype.close = function (e) {
171 $(document).on('click.bs.alert.data-api', dismiss, Alert.prototype.close)
202 Button.prototype.setState = function (state) {
226 Button.prototype.toggle = function () {
344 Carousel.prototype.keydown = function (e) {
355 Carousel.prototype.cycle = function (e) {
367 Carousel.prototype.getItemIndex = function (item) {
372 Carousel.prototype.getItemForDirection = function (direction, active) {
382 Carousel.prototype.to = function (pos) {
394 Carousel.prototype.pause = function (e) {
[all …]
/openbmc/linux/include/acpi/platform/
H A Daclinux.h92 #define ACPI_EXTERNAL_RETURN_STATUS(prototype) \ argument
93 static ACPI_INLINE prototype {return(AE_NOT_CONFIGURED);}
94 #define ACPI_EXTERNAL_RETURN_OK(prototype) \ argument
95 static ACPI_INLINE prototype {return(AE_OK);}
96 #define ACPI_EXTERNAL_RETURN_VOID(prototype) \ argument
97 static ACPI_INLINE prototype {return;}
98 #define ACPI_EXTERNAL_RETURN_UINT32(prototype) \ argument
99 static ACPI_INLINE prototype {return(0);}
100 #define ACPI_EXTERNAL_RETURN_PTR(prototype) \ argument
101 static ACPI_INLINE prototype {return(NULL);}
/openbmc/u-boot/scripts/
H A Dkernel-doc312 my ($newsection, $newcontents, $prototype, $brcount, %source_map);
334 STATE_PROTO => 4, # scanning prototype
1052 my ($prototype, $file) = @_;
1560 # takes a function prototype and the name of the current file being
1564 my $prototype = shift;
1568 $prototype =~ s/^static +//;
1569 $prototype =~ s/^extern +//;
1570 $prototype =~ s/^asmlinkage +//;
1571 $prototype =~ s/^inline +//;
1572 $prototype =~ s/^__inline__ +//;
[all …]
/openbmc/linux/scripts/
H A Dkernel-doc179 my ($newsection, $newcontents, $prototype, $brcount, %source_map);
219 STATE_PROTO => 5, # scanning prototype
1102 my ($prototype, $file) = @_;
1134 …emit_warning("${file}:$.", "expecting prototype for $decl_type $identifier. Prototype was for $dec…
1347 …emit_warning("${file}:$.", "expecting prototype for enum $identifier. Prototype was for enum $decl…
1415 …emit_warning("${file}:$.", "expecting prototype for typedef $identifier. Prototype was for typedef…
1446 …emit_warning("${file}:$.", "expecting prototype for typedef $identifier. Prototype was for typedef…
1683 # takes a function prototype and the name of the current file being
1687 my $prototype = shift;
1693 $prototype =~ s/^static +//;
[all …]
/openbmc/qemu/scripts/
H A Dkernel-doc326 my ($newsection, $newcontents, $prototype, $brcount, %source_map);
361 STATE_PROTO => 5, # scanning prototype
1188 my ($prototype, $file) = @_;
1714 # takes a function prototype and the name of the current file being
1718 my $prototype = shift;
1724 $prototype =~ s/^static +//;
1725 $prototype =~ s/^extern +//;
1726 $prototype =~ s/^asmlinkage +//;
1727 $prototype =~ s/^inline +//;
1728 $prototype =~ s/^__inline__ +//;
[all …]
/openbmc/linux/arch/powerpc/xmon/
H A Dansidecl.h30 ARGS list the arguments with their types. It becomes a prototype in
39 obsolete -- EXFUN (name, (prototype)) -- obsolete.
43 In ANSI C it is `NAME PROTOTYPE' (so PROTOTYPE should be enclosed in
45 For a function that takes no arguments, PROTOTYPE should be `(void)'.
49 We could use the EXFUN macro to handle prototype declarations, but
/openbmc/linux/arch/powerpc/kernel/vdso/
H A Dgettimeofday.S66 * Exact prototype of gettimeofday
76 * Exact prototype of clock_gettime()
86 * Exact prototype of clock_gettime64()
98 * Exact prototype of clock_getres()
109 * Exact prototype of time()
/openbmc/linux/drivers/misc/lkdtm/
H A Dcfi.c31 * This tries to call an indirect function with a mismatched prototype.
36 * Matches lkdtm_increment_void()'s prototype, but not in lkdtm_CFI_FORWARD_PROTO()
37 * lkdtm_increment_int()'s prototype. in lkdtm_CFI_FORWARD_PROTO()
39 pr_info("Calling matched prototype ...\n"); in lkdtm_CFI_FORWARD_PROTO()
42 pr_info("Calling mismatched prototype ...\n"); in lkdtm_CFI_FORWARD_PROTO()
45 pr_err("FAIL: survived mismatched prototype function call!\n"); in lkdtm_CFI_FORWARD_PROTO()
/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Dsoftware_inventory.hpp20 Prototype, enumerator
34 {ReleaseType::Prototype, "Prototype"},
H A Dlicense.hpp13 Prototype, enumerator
33 {LicenseType::Prototype, "Prototype"},
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/openthread/wpantund/
H A Dbasename.patch1 include libgen.h for getting prototype for basename()
2 Newer musl has remove prototype from string.h [1]
4 clang 18+ about missing prototype.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/
H A D0001-Fix-type-of-single-bit-bitfields.patch16 prototype.h | 2 +-
24 struct prototype *proto;
46 --- a/prototype.h
47 +++ b/prototype.h
/openbmc/linux/tools/perf/scripts/perl/Perf-Trace-Util/
H A DContext.c30 XS(XS_Perf__Trace__Context_common_pc); /* prototype to pass -Wmissing-prototypes */
53 XS(XS_Perf__Trace__Context_common_flags); /* prototype to pass -Wmissing-prototypes */
76 XS(XS_Perf__Trace__Context_common_lock_depth); /* prototype to pass -Wmissing-prototypes */
101 XS(boot_Perf__Trace__Context); /* prototype to pass -Wmissing-prototypes */
/openbmc/linux/drivers/scsi/arm/
H A Dpowertec.c68 /* Prototype: void powertecscsi_irqenable(ec, irqnr)
80 /* Prototype: void powertecscsi_irqdisable(ec, irqnr)
97 /* Prototype: void powertecscsi_terminator_ctl(host, on_off)
111 /* Prototype: void powertecscsi_intr(irq, *dev_id, *regs)
123 /* Prototype: fasdmatype_t powertecscsi_dma_setup(host, SCpnt, direction, min_type)
169 /* Prototype: int powertecscsi_dma_stop(host, SCpnt)
182 /* Prototype: const char *powertecscsi_info(struct Scsi_Host * host)
199 /* Prototype: int powertecscsi_set_proc_info(struct Scsi_Host *host, char *buffer, int length)
230 /* Prototype: int powertecscsi_proc_info(char *buffer, char **start, off_t offset,
H A Dcumana_2.c88 /* Prototype: void cumanascsi_2_irqenable(ec, irqnr)
100 /* Prototype: void cumanascsi_2_irqdisable(ec, irqnr)
117 /* Prototype: void cumanascsi_2_terminator_ctl(host, on_off)
136 /* Prototype: void cumanascsi_2_intr(irq, *dev_id, *regs)
149 /* Prototype: fasdmatype_t cumanascsi_2_dma_setup(host, SCpnt, direction, min_type)
203 * Prototype: void cumanascsi_2_dma_pseudo(host, SCpnt, direction, transfer)
279 /* Prototype: int cumanascsi_2_dma_stop(host, SCpnt)
294 /* Prototype: const char *cumanascsi_2_info(struct Scsi_Host * host)
311 /* Prototype: int cumanascsi_2_set_proc_info(struct Scsi_Host *host, char *buffer, int length)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/id3lib/id3lib/
H A Dacdefine.patch18 + AC_DEFINE(ID3LIB_ICONV_OLDSTYLE,[1],[Old iconv prototype definition in iconv.h])
27 + AC_DEFINE(ID3LIB_ICONV_CAST_OK,[1],[Accepting const char ** in iconv prototype])
36 + AC_DEFINE(ID3LIB_ICONV_CAST_OK,[1],[Accepting const char ** in iconv prototype])
/openbmc/u-boot/arch/x86/include/asm/fsp/
H A Dfsp_api.h23 * FspInit continuation function prototype.
61 /* FspInit API function prototype */
64 /* FspNotify API function prototype */
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfsdump/files/
H A D0001-include-libgen.h-for-basename-API-prototype.patch4 Subject: [PATCH] include libgen.h for basename API prototype
6 basename prototype has been removed from string.h from latest musl [1]
7 compilers e.g. clang-18 flags the absense of prototype as error. therefore
/openbmc/phosphor-webui/app/common/directives/
H A Dserial-console.js43 TextEncoder.prototype.encode = function encode(str) {
103 TextEncoder.prototype.toString = function() {
107 Object.defineProperty(TextEncoder.prototype, 'encoding', {
109 if (TextEncoder.prototype.isPrototypeOf(this))
116 TextEncoder.prototype.encoding = 'utf-8';
119 TextEncoder.prototype[Symbol.toStringTag] = 'TextEncoder';
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/qad/qad/
H A D0001-Fix-warnings-found-by-clang-compiler.patch6 Fix diagnostics found with -Wdeprecated-non-prototype using clang
10 … a function without a prototype is deprecated in all versions of C and is not supported in C2x [-W…
/openbmc/linux/arch/mips/boot/dts/ingenic/
H A Dgcw0_proto.dts7 model = "GCW Zero Prototype";
11 /* Prototype has only 256 MiB of RAM */
/openbmc/webui-vue/.github/ISSUE_TEMPLATE/
H A Ddesign-review.md13 ## Invision Prototype Guidance
16 workflow. To navigate a prototype, you can:

12345678910>>...31