Searched refs:slot (Results 1 - 7 of 7) sorted by relevance
/bionic/libc/kernel/common/linux/ |
H A D | efs_dir.h | 40 #define EFS_SLOTAT(dir, slot) EFS_REALOFF((dir)->space[slot])
|
H A D | pci.h | 19 #define PCI_DEVFN(slot,func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))
|
H A D | mca.h | 19 typedef int (*MCA_ProcFn)(char* buf, int slot, void* dev); 31 int slot; member in struct:mca_device
|
/bionic/libc/bionic/ |
H A D | malloc_debug_common.h | 54 size_t slot; member in struct:HashEntry
|
H A D | malloc_debug_leak.c | 110 static HashEntry* find_entry(HashTable* table, int slot, argument 113 HashEntry* entry = table->slots[slot]; 135 size_t slot = hash % HASHTABLE_SIZE; local 145 HashEntry* entry = find_entry(&gHashTable, slot, backtrace, numEntries, size); 155 entry->slot = slot; 157 entry->next = gHashTable.slots[slot]; 163 gHashTable.slots[slot] = entry; 206 gHashTable.slots[entry->slot] = entry->next;
|
/bionic/libc/kernel/common/linux/sunrpc/ |
H A D | xprt.h | 117 struct rpc_rqst * slot; member in struct:rpc_xprt
|
/bionic/libc/kernel/arch-sh/asm/ |
H A D | pgtable_32.h | 89 #define PAGE_KERNEL_PCC(slot, type) __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_DIRTY | _PAGE_ACCESSED | _PAGE_FLAGS_HARD | (slot ? _PAGE_PCC_AREA5 : _PAGE_PCC_AREA6) | (type))
|
Completed in 87 milliseconds