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

  /src/sys/dev/microcode/aic7xxx/
aicasm_symbol.c 211 symbol_node_t *curnode; local in function:symlist_search
213 curnode = SLIST_FIRST(symlist);
214 while(curnode != NULL) {
215 if (strcmp(symname, curnode->symbol->name) == 0)
217 curnode = SLIST_NEXT(curnode, links);
219 return (curnode);
234 symbol_node_t *curnode; local in function:symlist_add
255 curnode = SLIST_FIRST(symlist);
256 if (curnode == NUL
474 symbol_node_t *curnode; local in function:symtable_dump
593 symbol_node_t *curnode; local in function:symtable_dump
643 symbol_node_t *curnode; local in function:symtable_dump
657 symbol_node_t *curnode; local in function:symtable_dump
671 symbol_node_t *curnode; local in function:symtable_dump
    [all...]
  /src/usr.sbin/makefs/
walk.c 481 NODE *curnode; local in function:apply_specdir
509 for (curnode = specnode->child; curnode != NULL;
510 curnode = curnode->next) {
511 if (strcmp(curnode->name, curfsnode->name) == 0)
514 if (curnode == NULL) {
531 for (curnode = specnode->child; curnode != NULL;
532 curnode = curnode->next)
    [all...]
  /src/sys/fs/hfs/
libhfs.c 555 uint32_t curnode; local in function:hfslib_find_catalog_record_with_key
588 curnode = in_vol->chr.root_node;
598 printf("--> node %d\n", curnode);
602 &bytesread,in_vol->chr.node_size, curnode * in_vol->chr.node_size,
604 HFS_LIBERR("could not read catalog node #%i", curnode);
608 HFS_LIBERR("could not parse catalog node #%i", curnode);
662 curnode = out_rec->child;
696 uint32_t curnode; local in function:hfslib_find_extent_record_with_key
722 curnode = in_vol->ehr.root_node;
729 in_vol->ehr.node_size, curnode * in_vol->ehr.node_size, extents,
932 uint32_t curnode; local in function:hfslib_get_directory_contents
    [all...]

Completed in 13 milliseconds