Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/ofw/
H A Dopenfirmio.c72 static phandle_t lastnode; /* speed hack */ variable
141 if (node != 0 && node != lastnode) { in openfirm_ioctl()
146 lastnode = node; in openfirm_ioctl()
243 *(phandle_t *)data = lastnode = node; in openfirm_ioctl()
250 *(phandle_t *)data = lastnode = node; in openfirm_ioctl()
262 of->of_nodeid = lastnode = node; in openfirm_ioctl()
/freebsd-14.2/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.c460 tnp->dir.lastnode = NULL; in tarfs_readdir()
463 tnp->dir.lastnode = current; in tarfs_readdir()
/freebsd-14.2/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar.c2673 int lastnode, bitpos, bit; in add_value() local
2698 lastnode = 0; in add_value()
2704 if (code->tree[lastnode].branches[0] == in add_value()
2705 code->tree[lastnode].branches[1]) in add_value()
2748 if (code->tree[lastnode].branches[bit] < 0) in add_value()
2755 code->tree[lastnode].branches[bit] = code->numentries++; in add_value()
2759 lastnode = code->tree[lastnode].branches[bit]; in add_value()
2763 if (!(code->tree[lastnode].branches[0] == -1 in add_value()
2764 && code->tree[lastnode].branches[1] == -2)) in add_value()
2772 code->tree[lastnode].branches[0] = value; in add_value()
[all …]
/freebsd-14.2/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()