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.h223 extern int write_access;
Dinit.c69 write_access=0; /* Write access disabled */ in init()
/external/libnfc-nci/src/nfc/tags/
Drw_t4t.c460 if ( (p_t4t->cc_file.ndef_fc.write_access != T4T_FC_WRITE_ACCESS) in rw_t4t_validate_cc_file()
461 &&(p_t4t->cc_file.ndef_fc.write_access != T4T_FC_NO_WRITE_ACCESS) ) in rw_t4t_validate_cc_file()
464 p_t4t->cc_file.ndef_fc.write_access); in rw_t4t_validate_cc_file()
636 BE_STREAM_TO_UINT8 (p_t4t->cc_file.ndef_fc.write_access, p); in rw_t4t_sm_detect_ndef()
648 RW_TRACE_DEBUG1 (" WriteAccess: 0x%02X", p_t4t->cc_file.ndef_fc.write_access); in rw_t4t_sm_detect_ndef()
697 if (p_t4t->cc_file.ndef_fc.write_access != T4T_FC_WRITE_ACCESS) in rw_t4t_sm_detect_ndef()
744 if (p_t4t->cc_file.ndef_fc.write_access != T4T_FC_WRITE_ACCESS) in rw_t4t_sm_detect_ndef()
Dce_t4t.c1143 UINT8 write_access) in CE_T4TTestSetNDEFCtrlTLV() argument
1150 type, length, file_id, max_file_size, read_access, write_access); in CE_T4TTestSetNDEFCtrlTLV()
1190 if (write_access != 0xFF) in CE_T4TTestSetNDEFCtrlTLV()
1192 UINT8_TO_BE_STREAM (p, write_access); in CE_T4TTestSetNDEFCtrlTLV()
/external/libnfc-nci/src/nfc/include/
Dce_api.h226 UINT8 write_access);
/external/kernel-headers/original/linux/
Dmm.h742 unsigned long address, int write_access);
746 int write_access) in handle_mm_fault() argument
748 return __handle_mm_fault(mm, vma, address, write_access) & in handle_mm_fault()
754 int write_access) in handle_mm_fault() argument
/external/libnfc-nci/src/nfc/int/
Drw_int.h423 UINT8 write_access; /* write access condition */ member