HomeSort by: relevance | last modified time | path
    Searched defs:lastnode (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/sparc/sparc/
openprom.c 80 static int lastnode; /* speed hack */ variable in typeref:typename:int
146 if (node != 0 && node != lastnode && node != optionsnode) {
153 lastnode = node;
231 *(int *)data = lastnode = node;
242 *(int *)data = lastnode = node;
256 op->op_nodeid = lastnode = node;
  /src/sys/dev/ofw/
openfirmio.c 59 static int lastnode; /* speed hack */ variable in typeref:typename:int
145 if (node != 0 && node != lastnode) {
152 lastnode = node;
253 *(int *)data = lastnode = node;
264 *(int *)data = lastnode = node;
278 of->of_nodeid = lastnode = node;
  /src/sys/fs/hfs/
libhfs.c 933 uint32_t lastnode; local in function:hfslib_get_directory_contents
947 lastnode = 0;
1000 curnode = lastnode;
1016 curnode = lastnode;
1025 lastnode = currec.child;

Completed in 13 milliseconds