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

/illumos-gate/usr/src/uts/i86pc/io/acpi/drmach_acpi/
H A Ddrmach_acpi.h137 } drmach_board_t; typedef in typeref:struct:__anon9358
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 Ddrmach_acpi.c467 static drmach_board_t *
473 return ((drmach_board_t *)id);
480 drmach_board_t *bp, int portid, drmachid_t *idp)
539 drmach_board_t *
543 drmach_board_t *bp;
546 bp = kmem_zalloc(sizeof (drmach_board_t), KM_SLEEP);
593 drmach_board_t *bp;
604 kmem_free(bp, sizeof (drmach_board_t));
617 drmach_board_check_power(drmach_board_t *bp)
718 drmach_board_t *b
[all...]
/illumos-gate/usr/src/uts/sun4u/starfire/io/
H A Ddrmach.c138 } drmach_board_t; typedef in typeref:struct:__anon10047
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)
788 static drmach_board_t *
791 drmach_board_t *bp;
793 bp = kmem_zalloc(sizeof (drmach_board_t), KM_SLEEP);
815 drmach_board_t *bp;
833 drmach_board_t *b
[all...]
/illumos-gate/usr/src/uts/sun4u/opl/io/
H A Ddrmach.c146 } drmach_board_t; typedef in typeref:struct:__anon9887
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;
547 drmach_board_t *b
[all...]
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Ddrmach.c179 * drmach_board_t flag definitions
228 typedef struct drmach_board drmach_board_t; typedef in typeref:struct:drmach_board
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)
1193 static drmach_board_t *
1196 drmach_board_t *b
[all...]

Completed in 65 milliseconds