Home
last modified time | relevance | path

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

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