Home
last modified time | relevance | path

Searched refs:cur_name (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/cmd/tic/
H A Dtic_parse.c529 char *first_name, *other_names, *cur_name; in dump_structure() local
598 cur_name = other_names; in dump_structure()
599 other_names = strchr(cur_name, '|'); in dump_structure()
602 if (*cur_name == '\0') in dump_structure()
605 if ((len = strlen(cur_name)) > 128) { in dump_structure()
606 warning("'%s': terminal name too long.", cur_name); in dump_structure()
613 if (invalid_term_name(cur_name)) { in dump_structure()
616 cur_name); in dump_structure()
620 check_dir(cur_name[0]); in dump_structure()
622 sprintf(linkname, "%c/%s", cur_name[0], cur_name); in dump_structure()
[all …]
/titanic_44/usr/src/cmd/modload/
H A Dadd_drv.c740 drv_name_match(char *compat_names, int n_names, char *cur_name, char *new_name) in drv_name_match() argument
744 if (strcmp(cur_name, new_name) == 0) in drv_name_match()
753 if (strcmp(compat_names, cur_name) == 0) { in drv_name_match()