Searched refs:write_access (Results 1 - 9 of 9) sorted by relevance

/external/e2fsprogs/ext2ed/
H A Ddisk.c32 int write_access; variable
79 write_access is checked to see if we are allowed to do the actual writing.
87 if (!write_access) {
H A Dgeneral_com.c180 write_access=0; /* Write access disabled */
878 device_handle=fp;write_access=1;
898 device_handle=fp;write_access=0;
H A Dext2ed.h219 extern int write_access;
H A Dinit.c69 write_access=0; /* Write access disabled */
/external/libnfc-nci/src/nfc/include/
H A Dce_api.h228 UINT8 write_access);
/external/dbus-binding-generator/chromeos-dbus-bindings/
H A Dadaptor_generator.cc205 string write_access; local
207 write_access = "kWriteOnly";
209 write_access = "kReadWrite";
211 if (!write_access.empty()) {
217 write_access.c_str()));
/external/libnfc-nci/src/nfc/tags/
H A Drw_t4t.c1036 if ( (p_t4t->cc_file.ndef_fc.write_access != T4T_FC_WRITE_ACCESS)
1037 &&(p_t4t->cc_file.ndef_fc.write_access != T4T_FC_NO_WRITE_ACCESS) )
1040 p_t4t->cc_file.ndef_fc.write_access);
1458 BE_STREAM_TO_UINT8 (p_t4t->cc_file.ndef_fc.write_access, p);
1470 RW_TRACE_DEBUG1 (" WriteAccess: 0x%02X", p_t4t->cc_file.ndef_fc.write_access);
1519 if (p_t4t->cc_file.ndef_fc.write_access != T4T_FC_WRITE_ACCESS)
1566 if (p_t4t->cc_file.ndef_fc.write_access != T4T_FC_WRITE_ACCESS)
1852 p_t4t->cc_file.ndef_fc.write_access = T4T_FC_NO_WRITE_ACCESS;
H A Dce_t4t.c1142 UINT8 write_access)
1149 type, length, file_id, max_file_size, read_access, write_access);
1189 if (write_access != 0xFF)
1191 UINT8_TO_BE_STREAM (p, write_access);
1137 CE_T4TTestSetNDEFCtrlTLV(UINT8 type, UINT8 length, UINT16 file_id, UINT16 max_file_size, UINT8 read_access, UINT8 write_access) argument
/external/libnfc-nci/src/nfc/int/
H A Drw_int.h428 UINT8 write_access; /* write access condition */ member in struct:__anon10595

Completed in 464 milliseconds