Searched refs:write_access (Results 1 – 9 of 9) sorted by relevance
/external/e2fsprogs/ext2ed/ |
D | disk.c | 32 int write_access; variable 87 if (!write_access) { in low_write()
|
D | general_com.c | 180 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()
|
D | ext2ed.h | 223 extern int write_access;
|
D | init.c | 69 write_access=0; /* Write access disabled */ in init()
|
/external/libnfc-nci/src/nfc/tags/ |
D | rw_t4t.c | 460 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()
|
D | ce_t4t.c | 1143 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/ |
D | ce_api.h | 226 UINT8 write_access);
|
/external/kernel-headers/original/linux/ |
D | mm.h | 742 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/ |
D | rw_int.h | 423 UINT8 write_access; /* write access condition */ member
|