Home
last modified time | relevance | path

Searched refs:hwdp (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/io/
H A Dopl_cfg.c314 void *hwdp; in opl_read_hwd() local
350 opl_boards[board].cfg_hwd = hwdp; in opl_read_hwd()
364 hwdp = kmem_alloc(HWD_DATA_SIZE, KM_SLEEP); in opl_read_hwd()
369 opl_boards[board].cfg_hwd = hwdp; in opl_read_hwd()
371 kmem_free(hwdp, HWD_DATA_SIZE); in opl_read_hwd()
374 hwdp = opl_boards[board].cfg_hwd; in opl_read_hwd()
380 hd = (hwd_header_t *)hwdp; in opl_read_hwd()
2849 void *hwdp = opl_boards[board].cfg_hwd; in opl_unprobe_sb() local
2852 hwdp = (void *)((char *)hwdp - 0x1000); in opl_unprobe_sb()
2854 vmem_free(heap_arena, hwdp, size); in opl_unprobe_sb()
[all …]