Searched refs:pte (Results 1 - 4 of 4) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/stdio/ |
H A D | tempnam.c | 28 char *pte = "temp"; in tempnam_0100() local 29 char *result = tempnam(dir, pte); in tempnam_0100() 33 if (!strstr(result, pte)) { in tempnam_0100() 34 t_error("%s tempnam get result not contain %s\n", __func__, pte); in tempnam_0100() 46 char *pte = NULL; in tempnam_0200() local 47 char *result = tempnam(dir, pte); in tempnam_0200() 61 char *pte = "temp"; in tempnam_0300() local 62 char *result = tempnam(dir, pte); in tempnam_0300() 66 if (!strstr(result, pte)) { in tempnam_0300() 67 t_error("%s tempnam get result not contain %s\n", __func__, pte); in tempnam_0300() 79 char *pte = "temp"; tempnam_0400() local 97 char *pte = "temp"; tempnam_0500() local [all...] |
/third_party/ltp/testcases/kernel/kvm/ |
H A D | kvm_pagefault01.c | 51 struct page_table_entry_pae *subpte, *pte = kvm_pagetable; in main() local 60 * 0x00000000 - 0x3fffffff in pte[0] (identity mapped) in main() 61 * 0x40000000 - 0x7fffffff in pte[1] (identity mapped) in main() 62 * 0x80000000 - 0xbfffffff in pte[2] (unmapped) in main() 63 * 0xc0000000 - 0xffffffff in pte[3] (only last page identity mapped) in main() 65 while (!pte[1].present) { in main() 66 tmp = kvm_get_page_address_pae(pte); in main() 67 pte = (struct page_table_entry_pae *)tmp; in main() 84 pte[4].address = tmp >> 12; in main() 85 pte[ in main() [all...] |
/third_party/FatFs/source/ |
H A D | ff.c | 5563 BYTE *pte, hd, n_hd, sc, n_sc; local 5575 pte = buf + MBR_Table; /* Partition table in the MBR */ 5582 st_dword(pte + PTE_StLba, s_lba32); /* Start LBA */ 5583 st_dword(pte + PTE_SizLba, n_lba32); /* Number of sectors */ 5584 pte[PTE_System] = sys; /* System type */ 5589 pte[PTE_StHead] = hd; 5590 pte[PTE_StSec] = (BYTE)((cy >> 2 & 0xC0) | sc); 5591 pte[PTE_StCyl] = (BYTE)cy; 5596 pte[PTE_EdHead] = hd; 5597 pte[PTE_EdSe 5621 BYTE *pte; global() local 6010 BYTE fsopt, fsty, sys, *buf, *pte, pdrv, ipart; global() local [all...] |
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | stdiondk.cpp | 592 char pte[] = "temp";
in Tempnam() local 593 char *temp = tempnam(dir, pte);
in Tempnam()
|
Completed in 11 milliseconds