Symbol: PVBUS
sys/dev/hpt27xx/hpt27xx_os_bsd.c
243
ldm_on_timer((PVBUS)vbus_ext->vbus);
sys/dev/hpt27xx/hpt27xx_osm_bsd.c
1047
PVBUS vbus;
sys/dev/hpt27xx/hpt27xx_osm_bsd.c
116
ldm_create_vbus((PVBUS)vbus_ext->vbus, vbus_ext);
sys/dev/hpt27xx/hpt27xx_osm_bsd.c
1361
PVBUS vbus;
sys/dev/hpt27xx/hpt27xx_osm_bsd.c
157
ldm_get_mem_info((PVBUS)vbus_ext->vbus, 0);
sys/dev/hpt27xx/hpt27xx_osm_bsd.c
199
dmapool_put_page((PVBUS)vbus_ext->vbus, p, (BUS_ADDRESS)vtophys(p));
sys/dev/hpt27xx/hpt27xx_osm_bsd.c
223
p = dmapool_get_page((PVBUS)vbus_ext->vbus, &bus);
sys/dev/hpt27xx/hpt27xx_osm_bsd.c
243
dmapool_put_page((PVBUS)vbus_ext->vbus, p, bus);
sys/dev/hpt27xx/hpt27xx_osm_bsd.c
248
while ((p = dmapool_get_page((PVBUS)vbus_ext->vbus, &bus)))
sys/dev/hpt27xx/hpt27xx_osm_bsd.c
262
ldm_initialize_vbus((PVBUS)vbus_ext->vbus, &vbus_ext->hba_list->ldm_adapter);
sys/dev/hpt27xx/hpt27xx_osm_bsd.c
339
PVBUS vbus = (PVBUS)vbus_ext->vbus;
sys/dev/hpt27xx/hpt27xx_osm_bsd.c
430
ldm_reset_vbus((PVBUS)ext->vbus_ext->vbus);
sys/dev/hpt27xx/hpt27xx_osm_bsd.c
531
PVBUS vbus = (PVBUS)vbus_ext->vbus;
sys/dev/hpt27xx/hpt27xx_osm_bsd.c
75
PVBUS vbus;
sys/dev/hpt27xx/hpt27xx_osm_bsd.c
822
ldm_reset_vbus((PVBUS)vbus_ext->vbus);
sys/dev/hpt27xx/hpt27xx_osm_bsd.c
877
ldm_intr((PVBUS)vbus_ext->vbus);
sys/dev/hpt27xx/hpt27xx_osm_bsd.c
886
ldm_intr((PVBUS)vbus_ext->vbus);
sys/dev/hpt27xx/hpt27xx_osm_bsd.c
919
ldm_ioctl((PVBUS)vbus_ext->vbus, ioctl_args);
sys/dev/hpt27xx/hpt27xx_osm_bsd.c
924
ldm_reset_vbus((PVBUS)vbus_ext->vbus);
sys/dev/hpt27xx/hpt27xx_osm_bsd.c
935
PVBUS vbus;
sys/dev/hpt27xx/ldm.h
149
void dmapool_register_client(PVBUS vbus, struct dmapool_client *client);
sys/dev/hpt27xx/ldm.h
152
void dmapool_active(PVBUS vbus);
sys/dev/hpt27xx/ldm.h
155
int dmapool_make_order(PVBUS vbus, struct dmapool_order *order);
sys/dev/hpt27xx/ldm.h
158
void *dmapool_get_page(PVBUS vbus, BUS_ADDRESS *busaddr);
sys/dev/hpt27xx/ldm.h
159
void *dmapool_get_page_at(PVBUS vbus, void *p, BUS_ADDRESS *busaddr);
sys/dev/hpt27xx/ldm.h
160
void dmapool_put_page(PVBUS vbus, void *p, BUS_ADDRESS busaddr);
sys/dev/hpt27xx/ldm.h
161
void dmapool_init(PVBUS vbus);
sys/dev/hpt27xx/ldm.h
162
HPT_UINT dmapool_max_class_pages(PVBUS vbus);
sys/dev/hpt27xx/ldm.h
184
void ldm_request_timer(PVBUS vbus, struct timer_call * tc);
sys/dev/hpt27xx/ldm.h
185
void ldm_remove_timer(PVBUS vbus, struct timer_call * tc);
sys/dev/hpt27xx/ldm.h
186
void ldm_on_timer(PVBUS vbus);
sys/dev/hpt27xx/ldm.h
194
PVBUS vbus;
sys/dev/hpt27xx/ldm.h
205
PVBUS vbus;
sys/dev/hpt27xx/ldm.h
224
void ldm_ioctl( PVBUS vbus, IOCTL_ARG *IAPnt);
sys/dev/hpt27xx/ldm.h
225
void ldm_set_autorebuild(PVBUS vbus, int enable);
sys/dev/hpt27xx/ldm.h
303
void (*get_mem_info)(PVBUS vbus, void *osext, int phydev_count);
sys/dev/hpt27xx/ldm.h
308
void (*initialize)(PVBUS vbus);
sys/dev/hpt27xx/ldm.h
309
void (*release)(PVBUS vbus);
sys/dev/hpt27xx/ldm.h
360
PVBUS vbus;
sys/dev/hpt27xx/ldm.h
425
void ldm_create_vbus(PVBUS vbus, void *osext);
sys/dev/hpt27xx/ldm.h
428
void ldm_get_mem_info(PVBUS vbus, void *osext);
sys/dev/hpt27xx/ldm.h
431
void *ldm_get_vbus_ext(PVBUS vbus, struct vdev_class *Class);
sys/dev/hpt27xx/ldm.h
434
PVBUS ldm_get_next_vbus(PVBUS vbus, void **posext);
sys/dev/hpt27xx/ldm.h
441
void ldm_initialize_vbus_async(PVBUS vbus, PLDM_ADAPTER master_adapter, void (*done)(void *osext));
sys/dev/hpt27xx/ldm.h
447
void ldm_release_vbus(PVBUS vbus);
sys/dev/hpt27xx/ldm.h
449
PVDEV ldm_create_vdev(PVBUS vbus, HPT_U8 type);
sys/dev/hpt27xx/ldm.h
452
PVDEV ldm_find_target(PVBUS vbus, int id);
sys/dev/hpt27xx/ldm.h
453
PVDEV ldm_find_stamp(PVBUS vbus, HPT_U32 stamp, int seq);
sys/dev/hpt27xx/ldm.h
456
PCOMMAND ldm_alloc_cmds(PVBUS vbus, HPT_UINT cnt);
sys/dev/hpt27xx/ldm.h
460
PCOMMAND ldm_alloc_cmds_from_list(PVBUS vbus, struct freelist *list, HPT_UINT cnt);
sys/dev/hpt27xx/ldm.h
499
void ldm_queue_vbus_dpc(PVBUS vbus, struct tq_item *t);
sys/dev/hpt27xx/ldm.h
500
void ldm_queue_vbus_idle(PVBUS vbus, struct tq_item *t);
sys/dev/hpt27xx/ldm.h
502
HPT_BOOL ldm_intr(PVBUS vbus);
sys/dev/hpt27xx/ldm.h
503
void ldm_run(PVBUS vbus);
sys/dev/hpt27xx/ldm.h
504
int ldm_idle(PVBUS vbus);
sys/dev/hpt27xx/ldm.h
507
int ldm_reset_vbus(PVBUS vbus);
sys/dev/hpt27xx/ldm.h
510
void ldm_suspend(PVBUS vbus);
sys/dev/hpt27xx/ldm.h
511
void ldm_resume(PVBUS vbus);
sys/dev/hpt27xx/ldm.h
512
LDM_ADAPTER *ldm_resume_adapter(PVBUS vbus, PLDM_ADAPTER ldm_adapter);
sys/dev/hpt27xx/ldm.h
513
void ldm_shutdown(PVBUS vbus);/*shutdown all the controllers*/
sys/dev/hpt27xx/ldm.h
531
PVBUS him_handle_to_vbus(void * him_handle);
sys/dev/hpt27xx/wj.h
39
void wj_init(PVBUS vbus, void *nvram_addr, HPT_U32 nvram_size);
sys/dev/hpt27xx/wj.h
40
void *wj_add_entry(PVBUS vbus, PVDEV vd, HPT_LBA lba, HPT_U16 sectors);
sys/dev/hpt27xx/wj.h
41
void *wj_get_entry(PVBUS vbus, PVDEV *vd_p, HPT_LBA *lba_p, HPT_U16 *sectors_p);
sys/dev/hpt27xx/wj.h
42
void wj_del_entry(PVBUS vbus, void *handle);
sys/dev/hpt27xx/wj.h
43
void wj_del_vd(PVBUS vbus, PVDEV vd);
sys/dev/hpt27xx/wj.h
44
void wj_sync_stamp(PVBUS vbus, PVDEV vd);
sys/dev/hptnr/hptnr_os_bsd.c
229
ldm_on_timer((PVBUS)vbus_ext->vbus);
sys/dev/hptnr/hptnr_osm_bsd.c
1110
ldm_reset_vbus((PVBUS)vbus_ext->vbus);
sys/dev/hptnr/hptnr_osm_bsd.c
1165
ldm_intr((PVBUS)vbus_ext->vbus);
sys/dev/hptnr/hptnr_osm_bsd.c
1173
ldm_intr((PVBUS)vbus_ext->vbus);
sys/dev/hptnr/hptnr_osm_bsd.c
120
ldm_create_vbus((PVBUS)vbus_ext->vbus, vbus_ext);
sys/dev/hptnr/hptnr_osm_bsd.c
1206
ldm_ioctl((PVBUS)vbus_ext->vbus, ioctl_args);
sys/dev/hptnr/hptnr_osm_bsd.c
1211
ldm_reset_vbus((PVBUS)vbus_ext->vbus);
sys/dev/hptnr/hptnr_osm_bsd.c
1222
PVBUS vbus;
sys/dev/hptnr/hptnr_osm_bsd.c
1334
PVBUS vbus;
sys/dev/hptnr/hptnr_osm_bsd.c
161
ldm_get_mem_info((PVBUS)vbus_ext->vbus, 0);
sys/dev/hptnr/hptnr_osm_bsd.c
1651
PVBUS vbus;
sys/dev/hptnr/hptnr_osm_bsd.c
203
dmapool_put_page((PVBUS)vbus_ext->vbus, p, (BUS_ADDRESS)vtophys(p));
sys/dev/hptnr/hptnr_osm_bsd.c
227
p = dmapool_get_page((PVBUS)vbus_ext->vbus, &bus);
sys/dev/hptnr/hptnr_osm_bsd.c
247
dmapool_put_page((PVBUS)vbus_ext->vbus, p, bus);
sys/dev/hptnr/hptnr_osm_bsd.c
252
while ((p = dmapool_get_page((PVBUS)vbus_ext->vbus, &bus)))
sys/dev/hptnr/hptnr_osm_bsd.c
266
ldm_initialize_vbus((PVBUS)vbus_ext->vbus, &vbus_ext->hba_list->ldm_adapter);
sys/dev/hptnr/hptnr_osm_bsd.c
340
PVBUS vbus = (PVBUS)vbus_ext->vbus;
sys/dev/hptnr/hptnr_osm_bsd.c
432
ldm_reset_vbus((PVBUS)ext->vbus_ext->vbus);
sys/dev/hptnr/hptnr_osm_bsd.c
578
PVBUS vbus = (PVBUS)vbus_ext->vbus;
sys/dev/hptnr/hptnr_osm_bsd.c
77
PVBUS vbus;
sys/dev/hptnr/ldm.h
149
void dmapool_register_client(PVBUS vbus, struct dmapool_client *client);
sys/dev/hptnr/ldm.h
152
void dmapool_active(PVBUS vbus);
sys/dev/hptnr/ldm.h
155
int dmapool_make_order(PVBUS vbus, struct dmapool_order *order);
sys/dev/hptnr/ldm.h
158
void *dmapool_get_page(PVBUS vbus, BUS_ADDRESS *busaddr);
sys/dev/hptnr/ldm.h
159
void *dmapool_get_page_at(PVBUS vbus, void *p, BUS_ADDRESS *busaddr);
sys/dev/hptnr/ldm.h
160
void dmapool_put_page(PVBUS vbus, void *p, BUS_ADDRESS busaddr);
sys/dev/hptnr/ldm.h
161
void dmapool_init(PVBUS vbus);
sys/dev/hptnr/ldm.h
162
HPT_UINT dmapool_max_class_pages(PVBUS vbus);
sys/dev/hptnr/ldm.h
184
void ldm_request_timer(PVBUS vbus, struct timer_call * tc);
sys/dev/hptnr/ldm.h
185
void ldm_remove_timer(PVBUS vbus, struct timer_call * tc);
sys/dev/hptnr/ldm.h
186
void ldm_on_timer(PVBUS vbus);
sys/dev/hptnr/ldm.h
194
PVBUS vbus;
sys/dev/hptnr/ldm.h
205
PVBUS vbus;
sys/dev/hptnr/ldm.h
224
void ldm_ioctl( PVBUS vbus, IOCTL_ARG *IAPnt);
sys/dev/hptnr/ldm.h
225
void ldm_set_autorebuild(PVBUS vbus, int enable);
sys/dev/hptnr/ldm.h
302
void (*get_mem_info)(PVBUS vbus, void *osext, int phydev_count);
sys/dev/hptnr/ldm.h
307
void (*initialize)(PVBUS vbus);
sys/dev/hptnr/ldm.h
308
void (*release)(PVBUS vbus);
sys/dev/hptnr/ldm.h
359
PVBUS vbus;
sys/dev/hptnr/ldm.h
424
void ldm_create_vbus(PVBUS vbus, void *osext);
sys/dev/hptnr/ldm.h
427
void ldm_get_mem_info(PVBUS vbus, void *osext);
sys/dev/hptnr/ldm.h
430
void *ldm_get_vbus_ext(PVBUS vbus, struct vdev_class *Class);
sys/dev/hptnr/ldm.h
433
PVBUS ldm_get_next_vbus(PVBUS vbus, void **posext);
sys/dev/hptnr/ldm.h
440
void ldm_initialize_vbus_async(PVBUS vbus, PLDM_ADAPTER master_adapter, void (*done)(void *osext));
sys/dev/hptnr/ldm.h
446
void ldm_release_vbus(PVBUS vbus);
sys/dev/hptnr/ldm.h
448
PVDEV ldm_create_vdev(PVBUS vbus, HPT_U8 type);
sys/dev/hptnr/ldm.h
451
PVDEV ldm_find_target(PVBUS vbus, int id);
sys/dev/hptnr/ldm.h
452
PVDEV ldm_find_stamp(PVBUS vbus, HPT_U32 stamp, int seq);
sys/dev/hptnr/ldm.h
455
PCOMMAND ldm_alloc_cmds(PVBUS vbus, HPT_UINT cnt);
sys/dev/hptnr/ldm.h
459
PCOMMAND ldm_alloc_cmds_from_list(PVBUS vbus, struct freelist *list, HPT_UINT cnt);
sys/dev/hptnr/ldm.h
499
void ldm_queue_vbus_dpc(PVBUS vbus, struct tq_item *t);
sys/dev/hptnr/ldm.h
501
HPT_BOOL ldm_intr(PVBUS vbus);
sys/dev/hptnr/ldm.h
502
void ldm_run(PVBUS vbus);
sys/dev/hptnr/ldm.h
503
int ldm_idle(PVBUS vbus);
sys/dev/hptnr/ldm.h
506
int ldm_reset_vbus(PVBUS vbus);
sys/dev/hptnr/ldm.h
509
void ldm_suspend(PVBUS vbus);
sys/dev/hptnr/ldm.h
510
void ldm_resume(PVBUS vbus);
sys/dev/hptnr/ldm.h
511
LDM_ADAPTER *ldm_resume_adapter(PVBUS vbus, PLDM_ADAPTER ldm_adapter);
sys/dev/hptnr/ldm.h
512
void ldm_shutdown(PVBUS vbus);/*shutdown all the controllers*/
sys/dev/hptnr/ldm.h
530
PVBUS him_handle_to_vbus(void * him_handle);
sys/dev/hptnr/wj.h
40
void wj_init(PVBUS vbus, void *nvram_addr, HPT_U32 nvram_size);
sys/dev/hptnr/wj.h
41
void *wj_add_entry(PVBUS vbus, PVDEV vd, HPT_LBA lba, HPT_U16 sectors);
sys/dev/hptnr/wj.h
42
void *wj_get_entry(PVBUS vbus, PVDEV *vd_p, HPT_LBA *lba_p, HPT_U16 *sectors_p);
sys/dev/hptnr/wj.h
43
void wj_del_entry(PVBUS vbus, void *handle);
sys/dev/hptnr/wj.h
44
void wj_del_vd(PVBUS vbus, PVDEV vd);
sys/dev/hptnr/wj.h
45
void wj_sync_stamp(PVBUS vbus, PVDEV vd);
sys/dev/hptrr/hptrr_os_bsd.c
215
ldm_on_timer((PVBUS)vbus_ext->vbus);
sys/dev/hptrr/hptrr_osm_bsd.c
121
ldm_create_vbus((PVBUS)vbus_ext->vbus, vbus_ext);
sys/dev/hptrr/hptrr_osm_bsd.c
1294
PVBUS vbus;
sys/dev/hptrr/hptrr_osm_bsd.c
162
ldm_get_mem_info((PVBUS)vbus_ext->vbus, 0);
sys/dev/hptrr/hptrr_osm_bsd.c
205
dmapool_put_page((PVBUS)vbus_ext->vbus, p, (BUS_ADDRESS)vtophys(p));
sys/dev/hptrr/hptrr_osm_bsd.c
229
p = dmapool_get_page((PVBUS)vbus_ext->vbus, &bus);
sys/dev/hptrr/hptrr_osm_bsd.c
249
dmapool_put_page((PVBUS)vbus_ext->vbus, p, bus);
sys/dev/hptrr/hptrr_osm_bsd.c
254
while ((p = dmapool_get_page((PVBUS)vbus_ext->vbus, &bus)))
sys/dev/hptrr/hptrr_osm_bsd.c
268
ldm_initialize_vbus((PVBUS)vbus_ext->vbus, &vbus_ext->hba_list->ldm_adapter);
sys/dev/hptrr/hptrr_osm_bsd.c
342
PVBUS vbus = (PVBUS)vbus_ext->vbus;
sys/dev/hptrr/hptrr_osm_bsd.c
434
ldm_reset_vbus((PVBUS)ext->vbus_ext->vbus);
sys/dev/hptrr/hptrr_osm_bsd.c
538
PVBUS vbus = (PVBUS)vbus_ext->vbus;
sys/dev/hptrr/hptrr_osm_bsd.c
757
ldm_reset_vbus((PVBUS)vbus_ext->vbus);
sys/dev/hptrr/hptrr_osm_bsd.c
809
ldm_intr((PVBUS)vbus_ext->vbus);
sys/dev/hptrr/hptrr_osm_bsd.c
817
ldm_intr((PVBUS)vbus_ext->vbus);
sys/dev/hptrr/hptrr_osm_bsd.c
84
PVBUS vbus;
sys/dev/hptrr/hptrr_osm_bsd.c
850
ldm_ioctl((PVBUS)vbus_ext->vbus, ioctl_args);
sys/dev/hptrr/hptrr_osm_bsd.c
855
ldm_reset_vbus((PVBUS)vbus_ext->vbus);
sys/dev/hptrr/hptrr_osm_bsd.c
866
PVBUS vbus;
sys/dev/hptrr/hptrr_osm_bsd.c
978
PVBUS vbus;
sys/dev/hptrr/ldm.h
148
void dmapool_register_client(PVBUS vbus, struct dmapool_client *client);
sys/dev/hptrr/ldm.h
151
void dmapool_active(PVBUS vbus);
sys/dev/hptrr/ldm.h
154
int dmapool_make_order(PVBUS vbus, struct dmapool_order *order);
sys/dev/hptrr/ldm.h
157
void *dmapool_get_page(PVBUS vbus, BUS_ADDRESS *busaddr);
sys/dev/hptrr/ldm.h
158
void *dmapool_get_page_at(PVBUS vbus, void *p, BUS_ADDRESS *busaddr);
sys/dev/hptrr/ldm.h
159
void dmapool_put_page(PVBUS vbus, void *p, BUS_ADDRESS busaddr);
sys/dev/hptrr/ldm.h
160
void dmapool_init(PVBUS vbus);
sys/dev/hptrr/ldm.h
161
HPT_UINT dmapool_max_class_pages(PVBUS vbus);
sys/dev/hptrr/ldm.h
183
void ldm_request_timer(PVBUS vbus, struct timer_call * tc);
sys/dev/hptrr/ldm.h
184
void ldm_remove_timer(PVBUS vbus, struct timer_call * tc);
sys/dev/hptrr/ldm.h
185
void ldm_on_timer(PVBUS vbus);
sys/dev/hptrr/ldm.h
193
PVBUS vbus;
sys/dev/hptrr/ldm.h
203
PVBUS vbus;
sys/dev/hptrr/ldm.h
222
void ldm_ioctl( PVBUS vbus, IOCTL_ARG *IAPnt);
sys/dev/hptrr/ldm.h
224
void ldm_set_rebuild_priority(PVBUS vbus, int priority);
sys/dev/hptrr/ldm.h
225
void ldm_set_autorebuild(PVBUS vbus, int enable);
sys/dev/hptrr/ldm.h
226
void ldm_set_spindown_disks_timeout(PVBUS vbus, HPT_U8 timeout);
sys/dev/hptrr/ldm.h
297
void (*get_mem_info)(PVBUS vbus, void *osext, int phydev_count);
sys/dev/hptrr/ldm.h
302
void (*initialize)(PVBUS vbus);
sys/dev/hptrr/ldm.h
303
void (*release)(PVBUS vbus);
sys/dev/hptrr/ldm.h
354
PVBUS vbus;
sys/dev/hptrr/ldm.h
418
void ldm_create_vbus(PVBUS vbus, void *osext);
sys/dev/hptrr/ldm.h
421
void ldm_get_mem_info(PVBUS vbus, void *osext);
sys/dev/hptrr/ldm.h
424
void *ldm_get_vbus_ext(PVBUS vbus, struct vdev_class *Class);
sys/dev/hptrr/ldm.h
427
PVBUS ldm_get_next_vbus(PVBUS vbus, void **posext);
sys/dev/hptrr/ldm.h
434
void ldm_initialize_vbus_async(PVBUS vbus, PLDM_ADAPTER master_adapter, void (*done)(void *osext));
sys/dev/hptrr/ldm.h
440
void ldm_release_vbus(PVBUS vbus);
sys/dev/hptrr/ldm.h
442
PVDEV ldm_create_vdev(PVBUS vbus, HPT_U8 type);
sys/dev/hptrr/ldm.h
445
PVDEV ldm_find_target(PVBUS vbus, int id);
sys/dev/hptrr/ldm.h
446
PVDEV ldm_find_stamp(PVBUS vbus, HPT_U32 stamp, int seq);
sys/dev/hptrr/ldm.h
449
PCOMMAND ldm_alloc_cmds(PVBUS vbus, HPT_UINT cnt);
sys/dev/hptrr/ldm.h
453
PCOMMAND ldm_alloc_cmds_from_list(PVBUS vbus, struct freelist *list, HPT_UINT cnt);
sys/dev/hptrr/ldm.h
493
void ldm_queue_vbus_dpc(PVBUS vbus, struct tq_item *t);
sys/dev/hptrr/ldm.h
495
HPT_BOOL ldm_intr(PVBUS vbus);
sys/dev/hptrr/ldm.h
496
void ldm_run(PVBUS vbus);
sys/dev/hptrr/ldm.h
497
int ldm_idle(PVBUS vbus);
sys/dev/hptrr/ldm.h
500
int ldm_reset_vbus(PVBUS vbus);
sys/dev/hptrr/ldm.h
503
void ldm_suspend(PVBUS vbus);
sys/dev/hptrr/ldm.h
504
void ldm_resume(PVBUS vbus);
sys/dev/hptrr/ldm.h
505
void ldm_shutdown(PVBUS vbus);/*shutdown all the controllers*/
sys/dev/hptrr/ldm.h
523
PVBUS him_handle_to_vbus(void * him_handle);