Home
last modified time | relevance | path

Searched refs:Prototype (Results 1 – 7 of 7) sorted by last modified time

/illumos-gate/usr/src/data/hwdata/
H A Dusb.ids17151 0000 Neural Impulse Actuator Prototype 1.0 [NIA]
21861 6969 Audio Prototype
22602 1001 BTS Monitoring Config for Prototype
23558 6666 Prototype product Vendor ID
23658 1234 Prototype Reader/Writer
/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/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/uts/intel/sys/acpi/
H A Dacpixf.h204 Prototype;
209 Prototype;
214 Prototype;
219 Prototype;
224 Prototype;
462 ACPI_EXTERNAL_RETURN_OK(Prototype)
465 ACPI_EXTERNAL_RETURN_VOID(Prototype)
489 Prototype;
507 Prototype;
523 Prototype;
[all …]
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dchanges.txt9569 (Prototype and assistance from Dong Wei)
/illumos-gate/usr/src/grub/grub-0.97/
H A DChangeLog4578 * stage2/shared.h (grub_memmove): Prototype to use void *.
/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()