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

/freebsd-10.1-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.1-release/sys/cam/scsi/
H A Dscsi_sa.c403 u_int8_t *write_protect, u_int8_t *speed,
947 u_int8_t write_protect; local
952 &write_protect, &softc->speed, &comp_supported,
956 if (write_protect)
2003 u_int8_t write_protect, guessing = 0; local
2116 &softc->buffer_mode, &write_protect,
2328 if (write_protect)
2643 int *buff_mode, u_int8_t *write_protect, u_int8_t *speed,
2773 *write_protect = (mode_hdr->dev_spec & SMH_SA_WP)? TRUE : FALSE;
2641 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 177 milliseconds