Home
last modified time | relevance | path

Searched refs:Prototype (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dacpixf.h203 #define ACPI_EXTERNAL_RETURN_STATUS(Prototype) \ argument
204 Prototype;
208 #define ACPI_EXTERNAL_RETURN_OK(Prototype) \ argument
209 Prototype;
213 #define ACPI_EXTERNAL_RETURN_VOID(Prototype) \ argument
214 Prototype;
218 #define ACPI_EXTERNAL_RETURN_UINT32(Prototype) \ argument
219 Prototype;
223 #define ACPI_EXTERNAL_RETURN_PTR(Prototype) \ argument
224 Prototype;
[all …]
/illumos-gate/usr/src/uts/intel/sys/acpi/platform/
H A Daclinux.h226 #define ACPI_EXTERNAL_RETURN_STATUS(Prototype) \ argument
227 static ACPI_INLINE Prototype {return(AE_NOT_CONFIGURED);}
228 #define ACPI_EXTERNAL_RETURN_OK(Prototype) \ argument
229 static ACPI_INLINE Prototype {return(AE_OK);}
230 #define ACPI_EXTERNAL_RETURN_VOID(Prototype) \ argument
231 static ACPI_INLINE Prototype {return;}
232 #define ACPI_EXTERNAL_RETURN_UINT32(Prototype) \ argument
233 static ACPI_INLINE Prototype {return(0);}
234 #define ACPI_EXTERNAL_RETURN_PTR(Prototype) \ argument
235 static ACPI_INLINE Prototype {return(NULL);}
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dsymtab.c84 char Prototype[MAXLINE]; member
148 Symtab.Prototype[0] = '\0'; in symtab_clear_function()
224 (void) strncpy(Symtab.Prototype, p, sizeof (Symtab.Prototype)); in symtab_set_prototype()
225 Symtab.Prototype[sizeof (Symtab.Prototype)-1] = '\0'; in symtab_set_prototype()
233 return (Symtab.Prototype); in symtab_get_prototype()
/illumos-gate/usr/src/contrib/zlib/
H A DChangeLog626 - Prototype the *64 functions in zlib.h when _FILE_OFFSET_BITS == 64, but
/illumos-gate/usr/src/data/hwdata/
H A Dusb.ids17165 0000 Neural Impulse Actuator Prototype 1.0 [NIA]
21875 6969 Audio Prototype
22616 1001 BTS Monitoring Config for Prototype
23572 6666 Prototype product Vendor ID
23672 1234 Prototype Reader/Writer
/illumos-gate/usr/src/grub/grub-0.97/
H A DChangeLog4578 * stage2/shared.h (grub_memmove): Prototype to use void *.
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dchanges.txt9569 (Prototype and assistance from Dong Wei)