Home
last modified time | relevance | path

Searched defs:alloc_node (Results 1 – 2 of 2) sorted by relevance

/external/vboot_reference/firmware/stub/
Dvboot_api_stub_sf.c25 struct alloc_node { struct
26 struct alloc_node *next; argument
33 static struct alloc_node *alloc_head; argument
/external/iproute2/misc/
Dssfilter.y16 static struct ssfilter * alloc_node(int type, void *pred) in alloc_node() function