Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/
H A Dbiovar.h215 #define BIOC_SCFORCE 0x01 /* do not assemble, force create */ macro
H A Dsoftraid.c3354 if (sr_meta_attach(sd, no_chunk, bc->bc_flags & BIOC_SCFORCE)) in sr_ioctl_createraid()
3358 if (bc->bc_flags & BIOC_SCFORCE) { in sr_ioctl_createraid()
/openbsd-src/sbin/bioctl/
H A Dbioctl.c1062 flags |= BIOC_SCFORCE; in bio_createflags()