/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | imaplib.py | 192 typ, dat = self.capability() 193 if dat == [None]: 195 self.capabilities = tuple(dat[-1].upper().split()) 283 typ, dat = self._untagged_response('OK', [None], name) 284 if dat[-1]: 285 return typ, dat 286 typ, dat = self.noop() # Prod server for response 287 return self._untagged_response(typ, dat, name) 349 typ, dat = self._simple_command('AUTHENTICATE', mech) 351 raise self.error(dat[-1]) [all …]
|
D | dumbdbm.py | 122 dat = f.read(siz) 124 return dat
|
/device/google/bonito/gpt-utils/ |
D | gpt-utils.cpp | 925 int add_lun_to_update_list(char *lun_path, struct update_data *dat) in add_lun_to_update_list() argument 929 if (!lun_path || !dat){ in add_lun_to_update_list() 940 if (dat->num_valid_entries == 0) { in add_lun_to_update_list() 945 strlcpy(dat->lun_list[0], lun_path, in add_lun_to_update_list() 947 dat->num_valid_entries = 1; in add_lun_to_update_list() 949 for (i = 0; (i < dat->num_valid_entries) && in add_lun_to_update_list() 950 (dat->num_valid_entries < MAX_LUNS - 1); i++) { in add_lun_to_update_list() 953 if (!strncmp(lun_path,dat->lun_list[i], in add_lun_to_update_list() 954 strlen(dat->lun_list[i]))) { in add_lun_to_update_list() 962 dat->num_valid_entries); in add_lun_to_update_list() [all …]
|
/device/google/marlin/recovery/gpt-utils/ |
D | gpt-utils.cpp | 924 int add_lun_to_update_list(char *lun_path, struct update_data *dat) in add_lun_to_update_list() argument 928 if (!lun_path || !dat){ in add_lun_to_update_list() 939 if (dat->num_valid_entries == 0) { in add_lun_to_update_list() 944 strlcpy(dat->lun_list[0], lun_path, in add_lun_to_update_list() 946 dat->num_valid_entries = 1; in add_lun_to_update_list() 948 for (i = 0; (i < dat->num_valid_entries) && in add_lun_to_update_list() 949 (dat->num_valid_entries < MAX_LUNS - 1); i++) { in add_lun_to_update_list() 952 if (!strncmp(lun_path,dat->lun_list[i], in add_lun_to_update_list() 953 strlen(dat->lun_list[i]))) { in add_lun_to_update_list() 961 dat->num_valid_entries); in add_lun_to_update_list() [all …]
|
/device/google/crosshatch/gpt-utils/ |
D | gpt-utils.cpp | 924 int add_lun_to_update_list(char *lun_path, struct update_data *dat) in add_lun_to_update_list() argument 928 if (!lun_path || !dat){ in add_lun_to_update_list() 939 if (dat->num_valid_entries == 0) { in add_lun_to_update_list() 944 strlcpy(dat->lun_list[0], lun_path, in add_lun_to_update_list() 946 dat->num_valid_entries = 1; in add_lun_to_update_list() 948 for (i = 0; (i < dat->num_valid_entries) && in add_lun_to_update_list() 949 (dat->num_valid_entries < MAX_LUNS - 1); i++) { in add_lun_to_update_list() 952 if (!strncmp(lun_path,dat->lun_list[i], in add_lun_to_update_list() 953 strlen(dat->lun_list[i]))) { in add_lun_to_update_list() 961 dat->num_valid_entries); in add_lun_to_update_list() [all …]
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellTftpCommandLib/ |
D | UefiShellTftpCommandLib.uni | 88 " * To get the file "dir1/file1.dat" from the TFTP server 192.168.1.1 and\r\n" 89 " store it as file2.dat in the current directory :\r\n" 90 " fs0:\> tftp 192.168.1.1 dir1/file1.dat file2.dat\r\n"
|
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/MemoryInit/Pei/ |
D | meminit.c | 2266 uint32_t adr, dat, limit; in cpu_read() local 2273 dat = *(uint32_t*) adr; in cpu_read() 2278 DPF(D_INFO, "%x ", dat); in cpu_read() 2306 uint32_t val, dat, adr, adr0, step, limit; in cpu_memory_test() local 2323 if (step == 0) dat = adr; in cpu_memory_test() 2324 else if (step == 1) dat = (1 << ((adr >> 2) & 0x1f)); in cpu_memory_test() 2325 else if (step == 2) dat = ~(1 << ((adr >> 2) & 0x1f)); in cpu_memory_test() 2326 else if (step == 3) dat = 0x5555AAAA; in cpu_memory_test() 2327 else if (step == 4) dat = 0xAAAA5555; in cpu_memory_test() 2329 *(uint32_t*) adr = dat; in cpu_memory_test() [all …]
|
D | gen5_iosf_sb_definitions.h | 420 #define DCMD_MRS1(rnk,dat) (0 | ((rnk)<<22) | (1<<3) | ((dat)<<6)) argument
|
/device/linaro/hikey/gralloc/ |
D | alloc_device.cpp | 724 struct ion_heap_data *dat = (struct ion_heap_data *)data; in find_ion_heap_id() local 725 if (strcmp(dat[i].name, name) == 0) { in find_ion_heap_id() 726 heap_id = dat[i].heap_id; in find_ion_heap_id()
|
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Library/I2CLib/ |
D | I2CHw.h | 110 UINT32 dat : 8 ; member
|
/device/google/marlin/ |
D | device-common.mk | 211 … device/google/marlin/WCNSS_cfg.dat:$(TARGET_COPY_OUT_VENDOR)/firmware/wlan/qca_cld/WCNSS_cfg.dat \
|
/device/linaro/bootloader/arm-trusted-firmware/docs/ |
D | user-guide.rst | 1331 dd if=/dev/zero of=mailbox.dat bs=1 count=8 1338 --data cluster0.cpu0=mailbox.dat@0x04000000 [Base FVPs] 1339 --data=mailbox.dat@0x04000000 [Foundation FVP]
|