Searched refs:drmach_board_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 | 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 | 467 static drmach_board_t * 473 return ((drmach_board_t *)id); in drmach_get_board_by_bnum() 480 drmach_board_t *bp, int portid, drmachid_t *idp) in drmach_device_new() 539 drmach_board_t * 543 drmach_board_t *bp; in drmach_board_new() 546 bp = kmem_zalloc(sizeof (drmach_board_t), KM_SLEEP); in drmach_board_new() 593 drmach_board_t *bp; in drmach_board_dispose() 604 kmem_free(bp, sizeof (drmach_board_t)); in drmach_board_dispose() 617 drmach_board_check_power(drmach_board_t *bp) in drmach_board_check_power() 718 drmach_board_t *bp; in drmach_board_status() [all …]
|
/titanic_50/usr/src/uts/sun4u/opl/io/ |
H A D | drmach.c | 146 } drmach_board_t; typedef 150 drmach_board_t *bp; 200 drmach_board_t *obj; 210 drmach_board_t *, int, drmachid_t *); 230 static drmach_board_t *drmach_get_board_by_bnum(int); 251 static drmach_board_t *drmach_board_new(int, int); 370 drmach_board_t *bp; 457 drmach_board_t *bp; 471 drmach_board_t *bp; in drmach_cpu_cb() 547 drmach_board_t *bp; in drmach_add_remove_cpu() [all …]
|
/titanic_50/usr/src/uts/sun4u/starfire/io/ |
H A D | drmach.c | 138 } drmach_board_t; typedef 142 drmach_board_t *bp; 186 drmach_board_t *obj; 218 drmach_board_t *, drmach_device_t **); 688 drmach_board_t *bp, drmach_device_t **dpp) in drmach_device_new() 788 static drmach_board_t * 791 drmach_board_t *bp; in drmach_board_new() 793 bp = kmem_zalloc(sizeof (drmach_board_t), KM_SLEEP); in drmach_board_new() 815 drmach_board_t *bp; in drmach_board_dispose() 833 drmach_board_t *bp; in drmach_board_status() [all …]
|
/titanic_50/usr/src/uts/sun4u/starcat/io/ |
H A D | drmach.c | 228 typedef struct drmach_board drmach_board_t; typedef 233 drmach_board_t *bp; 285 drmach_board_t *obj; 384 drmach_board_t *, int, drmachid_t *); 429 static void drmach_slot1_lpa_set(drmach_board_t *bp); 435 static void drmach_slice_table_update(drmach_board_t *, int); 1124 drmach_board_t *bp, int portid, drmachid_t *idp) in drmach_device_new() 1193 static drmach_board_t * 1196 drmach_board_t *bp; in drmach_board_new() 1198 bp = kmem_zalloc(sizeof (drmach_board_t), KM_SLEEP); in drmach_board_new() [all …]
|