Searched refs:drmach_board_t (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/i86pc/io/acpi/drmach_acpi/ |
H A D | drmach_acpi.h | 137 } drmach_board_t; typedef 141 drmach_board_t *bp; 177 drmach_board_t *obj; 186 extern drmach_board_t *drmach_board_new(uint_t, int); 188 drmach_board_t *, int, drmachid_t *);
|
H A D | drmach_acpi.c | 471 static drmach_board_t * 477 return ((drmach_board_t *)id); in drmach_get_board_by_bnum() 484 drmach_board_t *bp, int portid, drmachid_t *idp) in drmach_device_new() 543 drmach_board_t * 547 drmach_board_t *bp; in drmach_board_new() 550 bp = kmem_zalloc(sizeof (drmach_board_t), KM_SLEEP); in drmach_board_new() 597 drmach_board_t *bp; in drmach_board_dispose() 608 kmem_free(bp, sizeof (drmach_board_t)); in drmach_board_dispose() 621 drmach_board_check_power(drmach_board_t *bp) in drmach_board_check_power() 722 drmach_board_t *bp; in drmach_board_status() [all …]
|
/illumos-gate/usr/src/uts/sun4u/opl/io/ |
H A D | drmach.c | 150 } drmach_board_t; typedef 154 drmach_board_t *bp; 204 drmach_board_t *obj; 214 drmach_board_t *, int, drmachid_t *); 234 static drmach_board_t *drmach_get_board_by_bnum(int); 255 static drmach_board_t *drmach_board_new(int, int); 374 drmach_board_t *bp; 461 drmach_board_t *bp; 475 drmach_board_t *bp; in drmach_cpu_cb() 551 drmach_board_t *bp; in drmach_add_remove_cpu() [all …]
|