Searched refs:lastnode (Results 1 – 6 of 6) sorted by relevance
70 static phandle_t lastnode; /* speed hack */ variable139 if (node != 0 && node != lastnode) { in openfirm_ioctl()144 lastnode = node; in openfirm_ioctl()241 *(phandle_t *)data = lastnode = node; in openfirm_ioctl()248 *(phandle_t *)data = lastnode = node; in openfirm_ioctl()260 of->of_nodeid = lastnode = node; in openfirm_ioctl()
141 tnp->dir.lastnode != NULL) { in tarfs_lookup_dir()143 "cookie %jd\n", __func__, tnp->dir.lastnode, in tarfs_lookup_dir()145 return (tnp->dir.lastnode); in tarfs_lookup_dir()
89 struct tarfs_node *lastnode; member
463 tnp->dir.lastnode = NULL; in tarfs_readdir()466 tnp->dir.lastnode = current; in tarfs_readdir()
2719 int lastnode, bitpos, bit; in add_value() local2744 lastnode = 0; in add_value()2750 if (code->tree[lastnode].branches[0] == in add_value()2751 code->tree[lastnode].branches[1]) in add_value()2794 if (code->tree[lastnode].branches[bit] < 0) in add_value()2801 code->tree[lastnode].branches[bit] = code->numentries++; in add_value()2805 lastnode = code->tree[lastnode].branches[bit]; in add_value()2809 if (!(code->tree[lastnode].branches[0] == -1 in add_value()2810 && code->tree[lastnode].branches[1] == -2)) in add_value()2818 code->tree[lastnode].branches[0] = value; in add_value()[all …]
396 \def\nodexxx[#1,#2]{\gdef\lastnode{#1}}397 \let\lastnode=\relax399 \def\donoderef{\ifx\lastnode\relax\else400 \expandafter\expandafter\expandafter\setref{\lastnode}\fi401 \let\lastnode=\relax}403 \def\unnumbnoderef{\ifx\lastnode\relax\else404 \expandafter\expandafter\expandafter\unnumbsetref{\lastnode}\fi405 \let\lastnode=\relax}