Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/cam/ctl/
HDctl_ioctl.h318 #define CTL_BEARG_WR 0x02 macro
319 #define CTL_BEARG_RW (CTL_BEARG_RD|CTL_BEARG_WR)
HDctl.c2542 if (args[i].flags & CTL_BEARG_WR) in ctl_copyout_args()
/freebsd-11-stable/usr.sbin/ctld/
HDkernel.c988 req.args[n++].flags = CTL_BEARG_WR; in kernel_port_add()