Searched refs:write_protect (Results 1 – 2 of 2) sorted by relevance
| /dragonfly/sys/dev/disk/nata/ |
| HD | atapi-tape.h | 39 u_int8_t write_protect :1; /* media is writeprotected */ member
|
| /dragonfly/sys/bus/cam/scsi/ |
| HD | scsi_sa.c | 389 u_int8_t *write_protect, u_int8_t *speed, 937 u_int8_t write_protect = 0; /* silence gcc */ in saioctl() local 944 &write_protect, &softc->speed, &comp_supported, in saioctl() 948 if (write_protect) in saioctl() 1919 u_int8_t write_protect = 0; /* silence gcc */ in samount() local 2031 &softc->buffer_mode, &write_protect, in samount() 2243 if (write_protect) in samount() 2544 int *buff_mode, u_int8_t *write_protect, u_int8_t *speed, in sagetparams() argument 2672 *write_protect = (mode_hdr->dev_spec & SMH_SA_WP)? TRUE : FALSE; in sagetparams()
|