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

/illumos-gate/usr/src/uts/i86pc/sys/
H A Dacpidev.h210 typedef struct acpidev_walk_info acpidev_walk_info_t; typedef in typeref:struct:acpidev_walk_info
229 acpidev_walk_info_t *awi_parent;
270 typedef acpidev_filter_result_t (* acpidev_filter_func_t)(acpidev_walk_info_t *,
290 typedef ACPI_STATUS (* acpidev_pre_probe_t)(acpidev_walk_info_t *);
291 typedef ACPI_STATUS (* acpidev_post_probe_t)(acpidev_walk_info_t *);
292 typedef ACPI_STATUS (* acpidev_probe_t)(acpidev_walk_info_t *);
293 typedef acpidev_filter_result_t (* acpidev_filter_t)(acpidev_walk_info_t *,
295 typedef ACPI_STATUS (* acpidev_init_t)(acpidev_walk_info_t *);
386 extern ACPI_STATUS acpidev_probe_child(acpidev_walk_info_t *infop);
398 extern ACPI_STATUS acpidev_process_object(acpidev_walk_info_t *info
[all...]

Completed in 60 milliseconds