Searched refs:drmach_node_t (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/uts/i86pc/io/acpi/drmach_acpi/ |
H A D | drmach_acpi.h | 108 } drmach_node_t; typedef 134 drmach_node_t *tree; 147 drmach_node_t *node; 187 extern sbd_error_t *drmach_device_new(drmach_node_t *,
|
H A D | drmach_acpi.c | 181 drmach_node_acpi_get_dnode(drmach_node_t *np) in drmach_node_acpi_get_dnode() 187 drmach_node_acpi_get_dip(drmach_node_t *np) in drmach_node_acpi_get_dip() 199 drmach_node_acpi_get_prop(drmach_node_t *np, char *name, void *buf, int len) in drmach_node_acpi_get_prop() 220 drmach_node_acpi_get_proplen(drmach_node_t *np, char *name, int *len) in drmach_node_acpi_get_proplen() 290 drmach_node_acpi_walk(drmach_node_t *np, void *data, in drmach_node_acpi_walk() 329 static drmach_node_t * 332 drmach_node_t *np; in drmach_node_new() 334 np = kmem_zalloc(sizeof (drmach_node_t), KM_SLEEP); in drmach_node_new() 346 drmach_node_dup(drmach_node_t *np) in drmach_node_dup() 348 drmach_node_t *dup; in drmach_node_dup() [all …]
|
/titanic_50/usr/src/uts/sun4u/opl/io/ |
H A D | drmach.c | 110 } drmach_node_t; typedef 142 drmach_node_t *tree; 156 drmach_node_t *node; 209 static sbd_error_t *drmach_device_new(drmach_node_t *, 215 static dev_info_t *drmach_node_ddi_get_dip(drmach_node_t *np); 216 static int drmach_node_ddi_get_prop(drmach_node_t *np, 218 static int drmach_node_ddi_get_proplen(drmach_node_t *np, 221 static int drmach_get_portid(drmach_node_t *); 688 drmach_node_ddi_walk(drmach_node_t *np, void *data, in drmach_node_ddi_walk() 712 drmach_node_ddi_get_parent(drmach_node_t *np, drmach_node_t *pp) in drmach_node_ddi_get_parent() [all …]
|
/titanic_50/usr/src/uts/sun4u/starfire/io/ |
H A D | drmach.c | 111 } drmach_node_t; typedef 136 drmach_node_t *tree; 147 drmach_node_t *node; 217 static sbd_error_t *drmach_device_new(drmach_node_t *, 366 drmach_node_obp_get_dnode(drmach_node_t *np) in drmach_node_obp_get_dnode() 372 drmach_node_obp_walk(drmach_node_t *np, void *data, in drmach_node_obp_walk() 403 static drmach_node_t * 406 drmach_node_t *np; in drmach_node_new() 408 np = kmem_zalloc(sizeof (drmach_node_t), KM_SLEEP); in drmach_node_new() 417 drmach_node_dispose(drmach_node_t *np) in drmach_node_dispose() [all …]
|
/titanic_50/usr/src/uts/sun4u/starcat/io/ |
H A D | drmach.c | 208 } drmach_node_t; typedef 234 drmach_node_t *node; 270 drmach_node_t *tree; 383 static sbd_error_t *drmach_device_new(drmach_node_t *, 401 static dev_info_t *drmach_node_ddi_get_dip(drmach_node_t *np); 402 static int drmach_node_ddi_get_prop(drmach_node_t *np, 404 static int drmach_node_ddi_get_proplen(drmach_node_t *np, 407 static dev_info_t *drmach_node_obp_get_dip(drmach_node_t *np); 408 static int drmach_node_obp_get_prop(drmach_node_t *np, 410 static int drmach_node_obp_get_proplen(drmach_node_t *np, [all …]
|