Searched refs:vc_alloc (Results 1 – 4 of 4) sorted by relevance
109 zx_status_t vc_alloc(vc_t** out, bool special);
246 if ((status = vc_alloc(&vc, special)) < 0) { in vc_create()
84 EXPECT_EQ(vc_alloc(&vc_dev, false), ZX_OK, ""); in TextconHelper()
552 zx_status_t vc_alloc(vc_t** out, bool special) { in vc_alloc() function
Completed in 14 milliseconds