Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/sys/
H A Dsbd_io.h40 void sbd_attach_io(sbd_handle_t *, sbderror_t *, dev_info_t *, int);
41 void sbd_detach_io(sbd_handle_t *, sbderror_t *, dev_info_t *, int);
42 int sbd_check_io_refs(sbd_handle_t *, sbd_devlist_t *, int);
44 int sbd_io_status(sbd_handle_t *, sbd_devset_t, sbd_dev_stat_t *);
46 int sbd_pre_detach_io(sbd_handle_t *, sbd_devlist_t *, int);
47 int sbd_post_detach_io(sbd_handle_t *, sbd_devlist_t *, int);
48 int sbd_pre_attach_io(sbd_handle_t *, sbd_devlist_t *, int);
49 int sbd_post_attach_io(sbd_handle_t *, sbd_devlist_t *, int);
50 int sbd_io_cnt(sbd_handle_t *, sbd_devset_t);
51 int sbd_pre_release_io(sbd_handle_t *, sbd_devlist_t *, int);
H A Dsbdpriv.h114 } sbd_handle_t; typedef
265 sbd_handle_t sh_handle;
685 extern int sbd_pre_detach_mem(sbd_handle_t *hp,
687 extern int sbd_post_attach_mem(sbd_handle_t *,
689 extern int sbd_post_detach_mem(sbd_handle_t *,
691 extern int sbd_post_attach_cpu(sbd_handle_t *hp,
695 extern int sbd_pre_detach_cpu(sbd_handle_t *hp,
699 extern int sbd_pre_attach_mem(sbd_handle_t *hp,
705 sbd_handle_t *handle);
718 extern int sbd_pre_attach_cpu(sbd_handle_t *hp,
[all …]
/illumos-gate/usr/src/uts/sun4u/io/
H A Dsbd_io.c53 sbd_attach_io(sbd_handle_t *hp, sbderror_t *ep, dev_info_t *dip, int unit) in sbd_attach_io()
72 sbd_detach_io(sbd_handle_t *hp, sbderror_t *ep, dev_info_t *dip, int unit) in sbd_detach_io()
125 sbd_disconnect_io(sbd_handle_t *hp, int unit) in sbd_disconnect_io()
131 sbd_pre_attach_io(sbd_handle_t *hp, sbd_devlist_t *devlist, int devnum) in sbd_pre_attach_io()
142 sbd_pre_detach_io(sbd_handle_t *hp, sbd_devlist_t *devlist, int devnum) in sbd_pre_detach_io()
162 sbd_post_attach_io(sbd_handle_t *hp, sbd_devlist_t *devlist, int devnum) in sbd_post_attach_io()
173 sbd_post_detach_io(sbd_handle_t *hp, sbd_devlist_t *devlist, int devnum) in sbd_post_detach_io()
180 sbd_io_status(sbd_handle_t *hp, sbd_devset_t devset, sbd_dev_stat_t *dsp) in sbd_io_status()
297 sbd_io_cnt(sbd_handle_t *hp, sbd_devset_t devset) in sbd_io_cnt()
326 sbd_check_io_refs(sbd_handle_t *hp, sbd_devlist_t devlist[], int devnum) in sbd_check_io_refs()
[all …]
H A Dsbd.c495 sbd_handle_t *hp; in sbd_ioctl()
691 sbd_exec_op(sbd_handle_t *hp) in sbd_exec_op()
1431 static sbd_handle_t *
1435 sbd_handle_t *hp; in sbd_get_handle()
1826 sbd_pre_op(sbd_handle_t *hp) in sbd_pre_op()
1965 sbd_post_op(sbd_handle_t *hp) in sbd_post_op()
2108 sbd_handle_t *hp; in get_node_type()
2548 sbd_connect(sbd_handle_t *hp) in sbd_connect()
4176 sbd_cancel(sbd_handle_t *hp) in sbd_cancel()
4250 sbd_get_ncm(sbd_handle_t *hp) in sbd_get_ncm()
[all …]
H A Dsbd_cpu.c237 sbd_cpu_flags(sbd_handle_t *hp, sbd_devset_t devset, sbd_dev_stat_t *dsp) in sbd_cpu_flags()
340 sbd_pre_release_cpu(sbd_handle_t *hp, sbd_devlist_t *devlist, int devnum) in sbd_pre_release_cpu()
459 sbd_pre_attach_cpu(sbd_handle_t *hp, sbd_devlist_t *devlist, int devnum) in sbd_pre_attach_cpu()
531 sbd_post_attach_cpu(sbd_handle_t *hp, sbd_devlist_t *devlist, int devnum) in sbd_post_attach_cpu()
644 sbd_pre_detach_cpu(sbd_handle_t *hp, sbd_devlist_t *devlist, int devnum) in sbd_pre_detach_cpu()
750 sbd_post_detach_cpu(sbd_handle_t *hp, sbd_devlist_t *devlist, int devnum) in sbd_post_detach_cpu()
826 sbd_cancel_cpu(sbd_handle_t *hp, int unit) in sbd_cancel_cpu()
967 sbd_handle_t *hp = MACHBD2HD(sbp); in sbd_connect_cpu()
1029 sbd_disconnect_cpu(sbd_handle_t *hp, int unit) in sbd_disconnect_cpu()
H A Dsbd_mem.c66 static int sbd_select_mem_target(sbd_handle_t *hp,
83 sbd_handle_t *hp = MACHBD2HD(sbp); in sbd_get_memlist()
135 sbd_pre_attach_mem(sbd_handle_t *hp, sbd_devlist_t devlist[], int devnum) in sbd_pre_attach_mem()
546 sbd_handle_t *hp; in sbd_post_detach_mem_unit()
1070 sbd_release_mem_done(sbd_handle_t *hp, int unit) in sbd_release_mem_done()
1219 sbd_disconnect_mem(sbd_handle_t *hp, int unit) in sbd_disconnect_mem()
1245 sbd_cancel_mem(sbd_handle_t *hp, int unit) in sbd_cancel_mem()
1428 sbd_handle_t *hp = MACHBD2HD(sbp); in sbd_init_mem_unit_data()
1606 sbd_select_mem_target(sbd_handle_t *hp, in sbd_select_mem_target()
2230 sbd_attach_mem(sbd_handle_t *hp, sbderror_t *ep) in sbd_attach_mem()
[all …]