Searched defs:st_pgname (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libscf/common/
H A Dnotify_params.c84 static struct st_pgname { struct
85 const char *st_pgname; member in struct:st_pgname
1327 for (j = 0; st_pgnames[j].st_pgname != NULL; ++j) {
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) {
1631 pgname = st_pgnames[j].st_pgname;
1921 for (j = 0; st_pgnames[j].st_pgname != NULL; ++j) {
1926 if (del_pg(s, i, st_pgnames[j].st_pgname, pg) !=

Completed in 24 milliseconds