Searched refs:drmach_node_t (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/io/acpi/drmach_acpi/
H A Ddrmach_acpi.h108 } drmach_node_t; typedef in typeref:struct:drmach_node
134 drmach_node_t *tree;
147 drmach_node_t *node;
187 extern sbd_error_t *drmach_device_new(drmach_node_t *,
H A Ddrmach_acpi.c181 drmach_node_acpi_get_dnode(drmach_node_t *np)
187 drmach_node_acpi_get_dip(drmach_node_t *np)
199 drmach_node_acpi_get_prop(drmach_node_t *np, char *name, void *buf, int len)
220 drmach_node_acpi_get_proplen(drmach_node_t *np, char *name, int *len)
290 drmach_node_acpi_walk(drmach_node_t *np, void *data,
329 static drmach_node_t *
332 drmach_node_t *np;
334 np = kmem_zalloc(sizeof (drmach_node_t), KM_SLEEP);
346 drmach_node_dup(drmach_node_t *np)
348 drmach_node_t *du
[all...]
/illumos-gate/usr/src/uts/sun4u/starfire/io/
H A Ddrmach.c111 } drmach_node_t; typedef in typeref:struct:drmach_node
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)
372 drmach_node_obp_walk(drmach_node_t *np, void *data,
403 static drmach_node_t *
406 drmach_node_t *np;
408 np = kmem_zalloc(sizeof (drmach_node_t), KM_SLEEP);
417 drmach_node_dispose(drmach_node_t *n
[all...]
/illumos-gate/usr/src/uts/sun4u/opl/io/
H A Ddrmach.c110 } drmach_node_t; typedef in typeref:struct:drmach_node
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,
712 drmach_node_ddi_get_parent(drmach_node_t *n
[all...]
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Ddrmach.c208 } drmach_node_t; typedef in typeref:struct:drmach_node
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 *n
[all...]

Completed in 63 milliseconds