HomeSort by: relevance | last modified time | path
    Searched defs:vb_cursorstate (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/evbarm/rpi/
vcprop_subr.c 309 } vb_cursorstate = local in function:rpi_fb_movecursor
312 .vpb_len = htole32(sizeof(vb_cursorstate)),
319 vb_cursorstate.vbt_cs)),
332 error = bcmmbox_request(BCMMBOX_CHANARM2VC, &vb_cursorstate,
333 sizeof(vb_cursorstate), &res);
336 le32toh(vb_cursorstate.vbt_cs.enable), error, res,
337 le32toh(vb_cursorstate.vbt_cs.tag.vpt_rcode));
342 if (!vcprop_buffer_success_p(&vb_cursorstate.vb_hdr) ||
343 !vcprop_tag_success_p(&vb_cursorstate.vbt_cs.tag)) {

Completed in 11 milliseconds