Searched defs:ppm_dc (Results 1 – 1 of 1) sorted by relevance
135 struct ppm_dc { struct136 struct ppm_dc *next; argument137 ldi_handle_t lh; /* layered (ldi) handle */138 char *path; /* control device prom pathname */139 uint_t cmd; /* search key: op to be performed */146 uint_t method; /* control method / union selector */150 union {194 typedef struct ppm_dc ppm_dc_t; argument