Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sgs/libld/common/
H A Dversion.c94 int tmp_sp; in vers_visit_children() local
112 for (tmp_sp = 0; tmp_sp < ver_stk.ver_sp; tmp_sp++) { in vers_visit_children()
115 v = ver_stk.ver_stk[tmp_sp]; in vers_visit_children()
125 for (tmp_sp = 0; tmp_sp < ver_stk.ver_sp; tmp_sp++) { in vers_visit_children()
126 v = ver_stk.ver_stk[tmp_sp]; in vers_visit_children()
/titanic_41/usr/src/cmd/lvm/util/
H A Dmetaimport.c719 mdsetname_t *tmp_sp = NULL; in main() local
722 d->mid_devid, &tmp_sp, ep) == -1) || in main()
723 (tmp_sp != NULL)) { in main()