Home
last modified time | relevance | path

Searched refs:nnode (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/sys/tmpfs/
H A Dtmpfs_subr.c107 tmpfs_node_t *nnode; in tmpfs_alloc_node() local
110 nnode = tmpfs_node_get(tmp); in tmpfs_alloc_node()
111 if (nnode == NULL) { in tmpfs_alloc_node()
116 nnode->tn_links = 0; in tmpfs_alloc_node()
117 nnode->tn_vnode = NULL; in tmpfs_alloc_node()
118 nnode->tn_dirent_hint = NULL; in tmpfs_alloc_node()
121 nnode->tn_id = ++tmp->tm_highest_inode; in tmpfs_alloc_node()
122 if (nnode->tn_id == 0) { in tmpfs_alloc_node()
125 tmpfs_node_put(tmp, nnode); in tmpfs_alloc_node()
131 nnode in tmpfs_alloc_node()
[all...]
/openbsd-src/gnu/usr.bin/perl/
H A Dregcomp_debug.c217 const regnode *nnode = (OP(next) == LONGJMP in S_regdump_extflags()
220 if (last && nnode > last) in S_regdump_extflags()
221 nnode = last; in S_regdump_extflags()
222 DUMPUNTIL(after, nnode); in S_regdump_extflags()
1578 const regnode *nnode = (OP(next) == LONGJMP Perl_dumpuntil() local
/openbsd-src/gnu/gcc/gcc/
H A Dtree-ssa-structalias.c1148 unsigned int nnode = find (n); in scc_visit() local
1149 gcc_assert (nnode == n); in scc_visit()
1151 if (si->dfs[t] < si->dfs[nnode]) in scc_visit()
1716 unsigned int nnode = si->node_mapping[n]; in label_visit() local
1717 gcc_assert (nnode == n); in label_visit()
1719 if (si->dfs[t] < si->dfs[nnode]) in label_visit()
1736 unsigned int nnode = si->node_mapping[n]; in label_visit() local
1737 gcc_assert (nnode == n); in label_visit()
1739 if (si->dfs[t] < si->dfs[nnode]) in label_visit()