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

/osnet-11/usr/src/lib/libscf/common/
H A Dnotify_params.c87 } st_pgnames[] = { variable in typeref:struct:st_pgname
1327 for (j = 0; st_pgnames[j].st_pgname != NULL; ++j) {
1329 if (!(tset & st_pgnames[j].st_state))
1332 if (get_or_add_pg(s, i, st_pgnames[j].st_pgname,
1625 for (c = 0, j = 0; st_pgnames[j].st_pgname != NULL; ++j) {
1627 if (!(tset & st_pgnames[j].st_state))
1631 pgname = st_pgnames[j].st_pgname;
1634 st_pgnames[j].st_state) != 0) {
1921 for (j = 0; st_pgnames[j].st_pgname != NULL; ++j) {
1923 if (!(tset & st_pgnames[
[all...]

Completed in 23 milliseconds