Searched refs:curnode (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/sys/dev/microcode/aic7xxx/
H A Daicasm_symbol.c211 symbol_node_t *curnode; local
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
255 curnode = SLIST_FIRST(symlist);
256 if (curnode
440 aic_print_reg_dump_entry(FILE *dfile, symbol_node_t *curnode) argument
474 symbol_node_t *curnode; local
593 symbol_node_t *curnode; local
643 symbol_node_t *curnode; local
657 symbol_node_t *curnode; local
671 symbol_node_t *curnode; local
[all...]
/netbsd-current/usr.sbin/makefs/
H A Dwalk.c442 NODE *curnode; local
470 for (curnode = specnode->child; curnode != NULL;
471 curnode = curnode->next) {
472 if (strcmp(curnode->name, curfsnode->name) == 0)
475 if (curnode == NULL) {
492 for (curnode = specnode->child; curnode != NULL;
493 curnode
[all...]
/netbsd-current/usr.bin/audiocfg/
H A Ddrvctl.c99 drvctl_search(int fd, const char *curnode, const char *dvname, argument
108 if (drvctl_list(fd, curnode, &laa) == -1)
124 callback(args, curnode,
/netbsd-current/sys/fs/hfs/
H A Dlibhfs.c555 uint32_t curnode; local
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
722 curnode = in_vol->ehr.root_node;
729 in_vol->ehr.node_size, curnode * in_vo
932 uint32_t curnode; local
[all...]
/netbsd-current/external/historical/nawk/dist/
H A Dlib.c653 extern Node *curnode;
663 if (curnode)
664 fprintf(stderr, " source line number %d", curnode->lineno);
H A Drun.c102 Node *curnode = NULL; /* the node being executed, for debugging */ variable
156 curnode = a;

Completed in 116 milliseconds