Home
last modified time | relevance | path

Searched refs:lastnode (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/dev/ofw/
H A Dopenfirmio.c70 static phandle_t lastnode; /* speed hack */ variable
139 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()
/freebsd/sys/fs/tarfs/
H A Dtarfs_subr.c141 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()
H A Dtarfs.h89 struct tarfs_node *lastnode; member
H A Dtarfs_vnops.c463 tnp->dir.lastnode = NULL; in tarfs_readdir()
466 tnp->dir.lastnode = current; in tarfs_readdir()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar.c2720 int lastnode, bitpos, bit; in add_value() local
2745 lastnode = 0; in add_value()
2751 if (code->tree[lastnode].branches[0] == in add_value()
2752 code->tree[lastnode].branches[1]) in add_value()
2795 if (code->tree[lastnode].branches[bit] < 0) in add_value()
2802 code->tree[lastnode].branches[bit] = code->numentries++; in add_value()
2806 lastnode = code->tree[lastnode].branches[bit]; in add_value()
2810 if (!(code->tree[lastnode].branches[0] == -1 in add_value()
2811 && code->tree[lastnode].branches[1] == -2)) in add_value()
2819 code->tree[lastnode].branches[0] = value; in add_value()
[all …]
/freebsd/crypto/openssh/
H A Dxmss_fast.c197 uint32_t lastnode, i; in treehash_setup() local
203 lastnode = idx+(1<<height); in treehash_setup()
212 for (; idx < lastnode; idx++) { in treehash_setup()
/freebsd/crypto/krb5/src/util/et/
H A Dtexinfo.tex396 \def\nodexxx[#1,#2]{\gdef\lastnode{#1}}
397 \let\lastnode=\relax
399 \def\donoderef{\ifx\lastnode\relax\else
400 \expandafter\expandafter\expandafter\setref{\lastnode}\fi
401 \let\lastnode=\relax}
403 \def\unnumbnoderef{\ifx\lastnode\relax\else
404 \expandafter\expandafter\expandafter\unnumbsetref{\lastnode}\fi
405 \let\lastnode=\relax}