Searched refs:v_type (Results 1 - 6 of 6) sorted by relevance

/barrelfish-master/usr/eclipseclp/Kernel/src/
H A Dproperty.h63 value kv; value v_type; value v_vis; \
64 v_type.did = d_.prolog; \
67 (void) p_make_array_(var_name, tdict, v_type, tdict, \
H A Dbip_array.c268 value v_name, v_type, v_vis; local
270 v_type.did = d_.prolog;
272 (void) p_make_array_(v_name, tdict, v_type, tdict,
/barrelfish-master/include/vm/
H A Dvnode_pager.c754 KASSERT(vp->v_type != VCHR && vp->v_type != VBLK,
H A Dswap_pager.c2061 } else if (vp->v_type == VREG &&
2660 if (vp->v_type != VCHR || (vp->v_iflag & VI_DOOMED) != 0) {
H A Dvm_mmap.c1252 if (vp->v_type == VREG) {
H A Dvm_pageout.c772 if (vp->v_type == VREG &&

Completed in 43 milliseconds