Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/io/
H A Dsbd_cpu.c363 if (hp->h_flags & SBD_IOCTL_FLAG_FORCE) { in sbd_pre_release_cpu()
377 if (hp->h_flags & SBD_IOCTL_FLAG_FORCE) { in sbd_pre_release_cpu()
394 if (hp->h_flags & SBD_IOCTL_FLAG_FORCE) in sbd_pre_release_cpu()
481 if (hp->h_flags & SBD_IOCTL_FLAG_FORCE) { in sbd_pre_attach_cpu()
494 if (hp->h_flags & SBD_IOCTL_FLAG_FORCE) { in sbd_pre_attach_cpu()
552 if (hp->h_flags & SBD_IOCTL_FLAG_FORCE) { in sbd_post_attach_cpu()
566 if (hp->h_flags & SBD_IOCTL_FLAG_FORCE) { in sbd_post_attach_cpu()
667 if (hp->h_flags & SBD_IOCTL_FLAG_FORCE) { in sbd_pre_detach_cpu()
681 if (hp->h_flags & SBD_IOCTL_FLAG_FORCE) { in sbd_pre_detach_cpu()
695 if (hp->h_flags & SBD_IOCTL_FLAG_FORCE) { in sbd_pre_detach_cpu()
[all …]
H A Dsbd_io.c240 if (hp->h_flags & SBD_IOCTL_FLAG_FORCE) in sbd_io_status()
H A Dsbd_mem.c162 if (hp->h_flags & SBD_IOCTL_FLAG_FORCE) in sbd_pre_attach_mem()
199 if (hp->h_flags & SBD_IOCTL_FLAG_FORCE) in sbd_pre_attach_mem()
286 if (hp->h_flags & SBD_IOCTL_FLAG_FORCE) in sbd_post_attach_mem()
388 if (hp->h_flags & SBD_IOCTL_FLAG_FORCE) in sbd_pre_detach_mem()
445 if (hp->h_flags & SBD_IOCTL_FLAG_FORCE) in sbd_post_detach_mem()
H A Dsbd.c1896 hp->h_flags |= SBD_IOCTL_FLAG_FORCE; in sbd_pre_op()
3749 if (hp->h_flags & SBD_IOCTL_FLAG_FORCE) in sbd_post_detach_devlist()
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dsbdpriv.h93 #define SBD_IOCTL_FLAG_FORCE 0x00000004 macro
102 #define SBD_2_SBDP_FLAGS(f) (((f) & SBD_IOCTL_FLAG_FORCE) ? \