Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/cam/ctl/
Dctl_ioctl.h333 #define CTL_BEARG_WR 0x02 macro
334 #define CTL_BEARG_RW (CTL_BEARG_RD|CTL_BEARG_WR)
Dctl.c2503 if (args[i].flags & CTL_BEARG_WR) in ctl_copyout_args()
/freebsd-10-stable/usr.sbin/ctld/
Dkernel.c934 req.args[n++].flags = CTL_BEARG_WR; in kernel_port_add()