Searched defs:drmach_node (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/io/acpi/drmach_acpi/
H A Ddrmach_acpi.h92 struct drmach_node *node;
97 typedef struct drmach_node { struct
100 DRMACH_HANDLE (*get_dnode)(struct drmach_node *node);
101 dev_info_t *(*getdip)(struct drmach_node *node);
102 int (*getproplen)(struct drmach_node *node, char *name,
104 int (*getprop)(struct drmach_node *node, char *name,
106 int (*walk)(struct drmach_node *node, void *data,
/illumos-gate/usr/src/uts/sun4u/starfire/io/
H A Ddrmach.c101 struct drmach_node *node;
105 typedef struct drmach_node { struct
108 pnode_t (*get_dnode)(struct drmach_node *node);
109 int (*walk)(struct drmach_node *node, void *data,
/illumos-gate/usr/src/uts/sun4u/opl/io/
H A Ddrmach.c93 struct drmach_node *node;
97 typedef struct drmach_node { struct
100 pnode_t (*get_dnode)(struct drmach_node *node);
101 int (*walk)(struct drmach_node *node, void *data,
103 dev_info_t *(*n_getdip)(struct drmach_node *node);
104 int (*n_getproplen)(struct drmach_node *node, char *name,
106 int (*n_getprop)(struct drmach_node *node, char *name,
108 int (*get_parent)(struct drmach_node *node,
109 struct drmach_node *pnode);
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Ddrmach.c191 struct drmach_node *node;
195 typedef struct drmach_node { struct
198 pnode_t (*get_dnode)(struct drmach_node *node);
199 int (*walk)(struct drmach_node *node, void *data,
201 dev_info_t *(*n_getdip)(struct drmach_node *node);
202 int (*n_getproplen)(struct drmach_node *node, char *name,
204 int (*n_getprop)(struct drmach_node *node, char *name,
206 int (*get_parent)(struct drmach_node *node,
207 struct drmach_node *pnode);

Completed in 113 milliseconds