Home
last modified time | relevance | path

Searched refs:cnode (Results 1 – 23 of 23) sorted by relevance

/openbsd/sys/tmpfs/
H A Dtmpfs_vfsops.c213 tmpfs_node_t *node, *cnode; in tmpfs_unmount() local
237 cnode = de->td_node; in tmpfs_unmount()
238 if (cnode) in tmpfs_unmount()
239 cnode->tn_vnode = NULL; in tmpfs_unmount()
/openbsd/sys/arch/sparc64/dev/
H A Debusreg.h92 int32_t cnode; /* child node */ member
H A Debus_mainbus.c135 if (psc && psc->sc_node == sc->sc_intmap[i].cnode) { in ebus_mainbus_attach()
256 node = sc->sc_intmap[i].cnode; in ebus_mainbus_intr_establish()
/openbsd/gnu/gcc/gcc/
H A Dipa-inline.c620 struct cgraph_node *cnode; in cgraph_decide_recursive_inlining() local
623 for (cnode = curr->caller; in cgraph_decide_recursive_inlining()
624 cnode->global.inlined_to; cnode = cnode->callers->caller) in cgraph_decide_recursive_inlining()
/openbsd/gnu/usr.bin/texinfo/po/
H A Dzh_CN.po2742 msgid "%ctop used before %cnode, defaulting to %s"
2743 msgstr "%ctop �� %cnode ֮ǰʹ�ã�Ĭ��Ϊ %s"
H A Dja.po2801 msgid "%ctop used before %cnode, defaulting to %s"
2802 msgstr "%ctop �� %cnode �����˻Ȥ��ޤ�����%s �˷�ᤦ�����ޤ�"
H A Dhe.po2767 msgid "%ctop used before %cnode, defaulting to %s"
2768 msgstr "����� @node ������ ,%cnode ���� %ctop-� ������ %s �����"
H A Dda.po2791 msgid "%ctop used before %cnode, defaulting to %s"
2792 msgstr "%ctop benyttet f�r %cnode, benytter forvalget %s"
H A Dde.po2964 msgid "%ctop used before %cnode, defaulting to %s"
2965 msgstr "%ctop vor %cnode benutzt, Voreinstellung %s wird genommen"
H A Deo.po2814 msgid "%ctop used before %cnode, defaulting to %s"
2815 msgstr "%ctop aperis pli frue ol %cnode; la defauxlto uzota estas %s"
H A Dnb.po2844 msgid "%ctop used before %cnode, defaulting to %s"
2845 msgstr "%ctop brukt f�r %cnode, benytter %s"
H A Dnl.po2753 msgid "%ctop used before %cnode, defaulting to %s"
2754 msgstr "%ctop wordt voor %cnode gebruikt, neem standaard %s aan"
H A Dno.po2828 msgid "%ctop used before %cnode, defaulting to %s"
2829 msgstr "%ctop brukt f�r %cnode, benytter %s"
H A Dcs.po2745 msgid "%ctop used before %cnode, defaulting to %s"
2746 msgstr "%ctop je pou�it p�ed %cnode, p�esm�rov�no na %s"
H A Dpl.po2844 msgid "%ctop used before %cnode, defaulting to %s"
2845 msgstr "%ctop u�yty przed %cnode, u�ycie domy�lnego %s"
H A Dsv.po2903 msgid "%ctop used before %cnode, defaulting to %s"
2904 msgstr "%ctop anv�ndes innan %cnode, anv�nder %s som standard"
H A Dde_AT.po2578 msgid "%ctop used before %cnode, defaulting to %s"
H A Dtexinfo.pot2577 msgid "%ctop used before %cnode, defaulting to %s"
H A Dzh_TW.po2692 msgid "%ctop used before %cnode, defaulting to %s"
H A Dhr.po2724 msgid "%ctop used before %cnode, defaulting to %s"
H A Dtr.po2826 msgid "%ctop used before %cnode, defaulting to %s"
/openbsd/gnu/usr.bin/gcc/gcc/java/
H A Dparse.c18726 tree cnode = LOOP_EXPR_BODY_CONDITION_EXPR (loop_body, reversed); local
18729 EXPR_WFL_LINECOL (cnode) = location;
18731 EXPR_WFL_LINECOL (TREE_OPERAND (cnode, 0)) = location;
18732 TREE_OPERAND (TREE_OPERAND (cnode, 0), 0) = condition;
H A Dparse.y15161 tree cnode = LOOP_EXPR_BODY_CONDITION_EXPR (loop_body, reversed); local
15164 EXPR_WFL_LINECOL (cnode) = location;
15166 EXPR_WFL_LINECOL (TREE_OPERAND (cnode, 0)) = location;
15167 TREE_OPERAND (TREE_OPERAND (cnode, 0), 0) = condition;