Searched refs:write_access (Results 1 – 11 of 11) sorted by relevance
/external/chromium_org/rlz/win/lib/ |
D | registry_util.cc | 45 bool HasUserKeyAccess(bool write_access) { in HasUserKeyAccess() argument 60 if (write_access) { in HasUserKeyAccess()
|
D | registry_util.h | 25 bool HasUserKeyAccess(bool write_access);
|
/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 | 512 if ( (p_t4t->cc_file.ndef_fc.write_access != T4T_FC_WRITE_ACCESS) in rw_t4t_validate_cc_file() 513 &&(p_t4t->cc_file.ndef_fc.write_access != T4T_FC_NO_WRITE_ACCESS) ) in rw_t4t_validate_cc_file() 516 p_t4t->cc_file.ndef_fc.write_access); in rw_t4t_validate_cc_file() 692 BE_STREAM_TO_UINT8 (p_t4t->cc_file.ndef_fc.write_access, p); in rw_t4t_sm_detect_ndef() 704 RW_TRACE_DEBUG1 (" WriteAccess: 0x%02X", p_t4t->cc_file.ndef_fc.write_access); in rw_t4t_sm_detect_ndef() 753 if (p_t4t->cc_file.ndef_fc.write_access != T4T_FC_WRITE_ACCESS) in rw_t4t_sm_detect_ndef() 800 if (p_t4t->cc_file.ndef_fc.write_access != T4T_FC_WRITE_ACCESS) in rw_t4t_sm_detect_ndef() 1086 p_t4t->cc_file.ndef_fc.write_access = T4T_FC_NO_WRITE_ACCESS; in rw_t4t_sm_set_readonly()
|
D | ce_t4t.c | 1144 UINT8 write_access) in CE_T4TTestSetNDEFCtrlTLV() argument 1151 type, length, file_id, max_file_size, read_access, write_access); in CE_T4TTestSetNDEFCtrlTLV() 1191 if (write_access != 0xFF) in CE_T4TTestSetNDEFCtrlTLV() 1193 UINT8_TO_BE_STREAM (p, write_access); in CE_T4TTestSetNDEFCtrlTLV()
|
/external/libnfc-nci/src/nfc/include/ |
D | ce_api.h | 227 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 | 420 UINT8 write_access; /* write access condition */ member
|