Searched refs:Module (Results 1 - 20 of 20) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/external/bsd/acpica/dist/utilities/
H A Duttrack.c3 * Module Name: uttrack - Memory allocation tracking routines (debug only)
77 const char *Module,
84 const char *Module,
133 * Module - Source file name of caller
146 const char *Module,
154 Component, Module, Line);
161 ACPI_MEM_MALLOC, Component, Module, Line);
186 * Module - Source file name of caller
199 const char *Module,
207 Component, Module, Lin
143 AcpiUtAllocateAndTrack( ACPI_SIZE Size, UINT32 Component, const char *Module, UINT32 Line) argument
196 AcpiUtAllocateZeroedAndTrack( ACPI_SIZE Size, UINT32 Component, const char *Module, UINT32 Line) argument
253 AcpiUtFreeAndTrack( void *Allocation, UINT32 Component, const char *Module, UINT32 Line) argument
351 AcpiUtTrackAllocation( ACPI_DEBUG_MEM_BLOCK *Allocation, ACPI_SIZE Size, UINT8 AllocType, UINT32 Component, const char *Module, UINT32 Line) argument
441 AcpiUtRemoveAllocation( ACPI_DEBUG_MEM_BLOCK *Allocation, UINT32 Component, const char *Module, UINT32 Line) argument
578 AcpiUtDumpAllocations( UINT32 Component, const char *Module) argument
[all...]
H A Dutalloc.c3 * Module Name: utalloc - local memory allocation routines
332 * Module - Source file name of caller
345 const char *Module,
358 ACPI_WARNING ((Module, Line,
368 ACPI_WARNING ((Module, Line,
384 * Module - Source file name of caller
397 const char *Module,
406 Allocation = AcpiUtAllocate (Size, Component, Module, Line);
342 AcpiUtAllocate( ACPI_SIZE Size, UINT32 Component, const char *Module, UINT32 Line) argument
394 AcpiUtAllocateZeroed( ACPI_SIZE Size, UINT32 Component, const char *Module, UINT32 Line) argument
/netbsd-6-1-5-RELEASE/external/bsd/llvm/lib/libclangBasic/
H A DMakefile17 Module.cpp \
/netbsd-6-1-5-RELEASE/external/bsd/llvm/lib/libclangSerialization/
H A DMakefile17 Module.cpp \
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-mips-elf/
H A Dgot-dump-1.d13 00060014 -32748\(gp\) 80000000 Module pointer \(GNU extension\)
H A Dgot-dump-2.d13 0001236000000018 -32744\(gp\) 8000000000000000 Module pointer \(GNU extension\)
/netbsd-6-1-5-RELEASE/external/bsd/llvm/lib/libLLVMCore/
H A DMakefile32 Module.cpp \
/netbsd-6-1-5-RELEASE/external/mit/xorg/server/xorg-server/hw/xfree86/xf86config/
H A DMakefile10 Module.c Monitor.c Pointer.c Screen.c Vendor.c Video.c read.c \
/netbsd-6-1-5-RELEASE/x11/Xserver/hw/xfree86/xf86config/
H A DMakefile17 SRCS= DRI.c Device.c Files.c Flags.c Input.c Keyboard.c Layout.c Module.c \
/netbsd-6-1-5-RELEASE/sys/external/bsd/acpica/dist/include/
H A Dacutils.h851 const char *Module,
858 const char *Module,
866 const char *Module,
873 const char *Module,
880 const char *Module,
890 const char *Module);
H A Daclocal.h1249 char Module[ACPI_MAX_MODULE_NAME]; \
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/
H A Dcrypto-lib.com374 $! Define A Module Counter.
382 $! Extract The Module Name From The Encryption List.
388 $! Check To See If We Are At The End Of The Module List.
393 $! We Are At The End Of The Module List, Go To MODULE_DONE.
397 $! End The Module List Check.
405 $! Create The Library and Apps Module Names.
433 $! Top Of The Module Loop.
437 $! Tell The User What Module We Are Building.
694 $! Go Back And Get The Next Module.
698 $! All Done With This Module
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gold/
H A Darm-reloc-property.h375 DEF_RELOC_FUNC(Module)
/netbsd-6-1-5-RELEASE/share/mk/
H A Dbsd.lua.mk101 .error Module "${_M}" has too many source files
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libobjc/objc/
H A Dobjc-api.h155 /* Whereas a Module (defined further down) is the root (typically) of a file,
190 unsigned long size; /* sizeof(Module). */
201 } Module, *Module_t; typedef in typeref:struct:objc_module
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libobjc/objc/
H A Dobjc-api.h162 ** Whereas a Module (defined further down) is the root (typically) of a file,
198 unsigned long size; /* sizeof(Module). */
209 } Module, *Module_t; typedef in typeref:struct:objc_module
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libobjc/
H A Dinit.c819 if ((module->version != OBJC_VERSION) || (module->size != sizeof (Module)))
830 objc_error (nil, code, "Module %s version %d doesn't match runtime %d\n",
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libobjc/
H A Dinit.c819 if ((module->version != OBJC_VERSION) || (module->size != sizeof (Module)))
830 objc_error (nil, code, "Module %s version %d doesn't match runtime %d\n",
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/src/
H A Dsanity.sh13921 echo "# Module defs for cvsadm tests" > CVSROOT/modules
14981 echo "# Module defs for emptydir tests" > CVSROOT/modules
[all...]
/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c2902 #define SQLITE_CREATE_VTABLE 29 /* Table Name Module Name */
2903 #define SQLITE_DROP_VTABLE 30 /* Table Name Module Name */
5582 ** ^Module names must be registered before
5614 void(*xDestroy)(void*) /* Module destructor function */
8101 typedef struct Module Module; typedef in typeref:struct:Module
9964 struct Module { struct
9968 void (*xDestroy)(void *); /* Module destructor function */
10104 Module *pMod; /* Pointer to module implementation */
12862 const sqlite3_module *pModule; /* Module fo
[all...]

Completed in 802 milliseconds