Searched refs:vstate (Results 1 – 6 of 6) sorted by relevance
/external/toybox/toys/pending/ |
D | openvt.c | 78 struct vt_stat vstate; in openvt_main() local 84 if (!ioctl(fd, VT_GETSTATE, &vstate)) { in openvt_main() 92 xioctl(fd, VT_GETSTATE, &vstate); in openvt_main() 99 xioctl(fd, VT_GETSTATE, &vstate); in openvt_main() 126 ioctl(fd, VT_ACTIVATE, vstate.v_active); in openvt_main() 127 ioctl(fd, VT_WAITACTIVE, vstate.v_active); in openvt_main()
|
/external/libxml2/ |
D | valid.c | 297 ctxt->vstate = &ctxt->vstateTab[ctxt->vstateNr]; in vstateVPush() 331 ctxt->vstate = &ctxt->vstateTab[ctxt->vstateNr - 1]; in vstateVPop() 333 ctxt->vstate = NULL; in vstateVPop() 361 #define CONT ctxt->vstate->cont 362 #define NODE ctxt->vstate->node 363 #define DEPTH ctxt->vstate->depth 364 #define OCCURS ctxt->vstate->occurs 365 #define STATE ctxt->vstate->state 367 #define OCCURRENCE (ctxt->vstate->occurs & (1 << DEPTH)) 368 #define PARENT_OCCURRENCE (ctxt->vstate->occurs & ((1 << DEPTH) - 1)) [all …]
|
/external/fio/ |
D | verify.c | 1441 if (td->vstate) in verify_free_state() 1442 free(td->vstate); in verify_free_state() 1458 td->vstate = s; in verify_convert_assign_state() 1542 struct thread_io_list *s = td->vstate; in verify_state_should_stop()
|
D | fio.h | 183 struct thread_io_list *vstate; member
|
/external/libxml2/include/libxml/ |
D | valid.h | 98 xmlValidState *vstate; /* current state */ member
|
/external/libxml2/os400/libxmlrpg/ |
D | valid.rpgle | 76 d vstate * xmlValidState *
|