Searched refs:entries (Results 1 – 4 of 4) sorted by relevance
28 alarm_pool_entry_t *entries; member60 return pool->entries + id - 1; in get_entry()165 pool->entries = (alarm_pool_entry_t *)calloc(max_timers, sizeof(alarm_pool_entry_t)); in alarm_pool_create()180 free(pool->entries); in alarm_pool_destroy()
122 status_t pci_get_irq_routing_options(irq_routing_entry *entries, uint16_t *count, uint16_t *pci_irq… in pci_get_irq_routing_options() argument129 options.offset = entries; in pci_get_irq_routing_options()
170 status_t pci_get_irq_routing_options(irq_routing_entry *entries, uint16_t *count, uint16_t *pci_irq…
1241 # With HTML_INDEX_NUM_ENTRIES one can control the preferred number of entries1243 # and collapse entries dynamically later on. Doxygen will expand the tree to1244 # such a level that at most the specified number of entries are visible (unless1246 # entries 1 will produce a full collapsed tree by default. 0 is a special value1247 # representing an infinite number of entries and will result in a full expanded
Completed in 8 milliseconds