Searched refs:RD_PROTDAT (Results 1 – 2 of 2) sorted by relevance
1405 if (stp->sd_read_opt & RD_PROTDAT) { in strread()2302 stp->sd_read_opt &= ~(RD_PROTDAT | RD_PROTDIS); in strrput_nondata()2308 RD_PROTDAT); in strrput_nondata()2313 ((stp->sd_read_opt & ~RD_PROTDAT) | in strrput_nondata()4518 stp->sd_read_opt &= ~(RD_PROTDAT | RD_PROTDIS); in strioctl()4523 RD_PROTDAT); in strioctl()4527 stp->sd_read_opt = ((stp->sd_read_opt & ~RD_PROTDAT) | in strioctl()4544 rdopt |= ((stp->sd_read_opt & RD_PROTDAT) ? RPROTDAT : in strioctl()
319 #define RD_PROTDAT 0x00000004 /* read M_[PC]PROTO contents as data */ macro