Searched refs:prom (Results 1 - 5 of 5) sorted by relevance
/osnet-11/usr/src/lib/libprtdiag/sparc/sun4u/ |
H A D | Makefile | 34 OBJECTS = io.o cpu.o memory.o kstat.o prom.o \
|
/osnet-11/usr/src/lib/libprtdiag/sparc/sun4v/ |
H A D | Makefile | 34 OBJECTS = io.o cpu.o memory.o kstat.o prom.o \
|
/osnet-11/usr/src/lib/libdevinfo/ |
H A D | libdevinfo.h | 119 typedef struct di_prom_prop *di_prom_prop_t; /* prom property */ 121 typedef struct di_prom_handle *di_prom_handle_t; /* prom snapshot */ 274 extern int di_prom_prop_lookup_ints(di_prom_handle_t prom, 277 extern int di_prom_prop_lookup_strings(di_prom_handle_t prom, 280 extern int di_prom_prop_lookup_bytes(di_prom_handle_t prom,
|
H A D | devinfo_prop_decode.c | 30 * (2) Decoding applies only to prom properties. 823 di_prop_decode_common(void *data, int size, int prop_type, int prom) argument 834 if (!prom) { 898 * The data came from prom, use the 1275 OBP decode/encode routines.
|
H A D | devinfo.c | 1661 int ddi_type, int prom); 3060 struct di_prom_handle { /* handle to prom */ 3078 DPRINTF((DI_INFO, "di_prom_init: get prom handle 0x%p\n", p)); 3113 DPRINTF((DI_INFO, "di_prom_fini: free prom handle 0x%p\n", p)); 3200 * Prepend prop to list in prom handle 3230 * synchronize access to prom file descriptor
|
Completed in 26 milliseconds