Searched refs:write_protect (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A Dsystem_error.h852 write_protect = 19, // ERROR_WRITE_PROTECT, enumerator in enum:llvm::windows_error::_
/freebsd-10.0-release/sys/cam/scsi/
H A Dscsi_sa.c412 u_int8_t *write_protect, u_int8_t *speed,
956 u_int8_t write_protect; local
961 &write_protect, &softc->speed, &comp_supported,
965 if (write_protect)
2033 u_int8_t write_protect, guessing = 0; local
2146 &softc->buffer_mode, &write_protect,
2358 if (write_protect)
2671 int *buff_mode, u_int8_t *write_protect, u_int8_t *speed,
2801 *write_protect = (mode_hdr->dev_spec & SMH_SA_WP)? TRUE : FALSE;
2669 sagetparams(struct cam_periph *periph, sa_params params_to_get, u_int32_t *blocksize, u_int8_t *density, u_int32_t *numblocks, int *buff_mode, u_int8_t *write_protect, u_int8_t *speed, int *comp_supported, int *comp_enabled, u_int32_t *comp_algorithm, sa_comp_t *tcs) argument

Completed in 188 milliseconds