Home
last modified time | relevance | path

Searched refs:new_element (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/bhyve/
H A De820.c156 struct e820_element *new_element; in e820_add_entry() local
162 new_element = e820_element_alloc(base, end, type); in e820_add_entry()
163 if (new_element == NULL) { in e820_add_entry()
186 TAILQ_INSERT_TAIL(&e820_table, new_element, chain); in e820_add_entry()
195 TAILQ_INSERT_BEFORE(element, new_element, chain); in e820_add_entry()
218 TAILQ_INSERT_BEFORE(element, new_element, chain); in e820_add_entry()
232 TAILQ_INSERT_AFTER(&e820_table, element, new_element, chain); in e820_add_entry()
253 TAILQ_INSERT_BEFORE(element, new_element, chain); in e820_add_entry()
/illumos-gate/usr/src/lib/smbclnt/libfknsmb/common/
H A Dfake_softc.c101 void *new_element; in ddi_soft_state_zalloc() local
128 new_element = kmem_zalloc(ss->size, KM_SLEEP); in ddi_soft_state_zalloc()
179 array[item] = new_element; in ddi_soft_state_zalloc()
/illumos-gate/usr/src/cmd/msgfmt/
H A Dxgettext.c249 static struct element_st *new_element(void);
1558 tmp_elem = new_element(); in add_str_to_element_list()
1750 tmp_elem = new_element(); in read_po()
1778 tmp_elem = new_element(); in read_po()
1780 tmp_elem = new_element(); in read_po()
2154 new_element(void) in new_element() function
/illumos-gate/usr/src/uts/common/os/
H A Dsunddi.c5918 void *new_element; in ddi_soft_state_zalloc() local
5945 new_element = kmem_zalloc(ss->size, KM_SLEEP); in ddi_soft_state_zalloc()
6000 array[item] = new_element; in ddi_soft_state_zalloc()