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

/osnet-11/usr/src/lib/libscf/common/
H A Dmidlevel_impl.h67 struct scf_simple_pg *pg_next; member in struct:scf_simple_pg
H A Dmidlevel.c1883 thispg->pg_next = NULL;
1900 nextpg->pg_next = NULL;
1902 thispg->pg_next = nextpg;
2009 if (thispg->pg_next == NULL)
2012 thispg = thispg->pg_next;
2044 nextpg->pg_next = NULL;
2058 thispg->pg_next = nextpg;
2155 pgnext = pgthis->pg_next;
2201 while ((this->pg_proplist == NULL) && (this->pg_next != NULL))
2202 this = this->pg_next;
[all...]
/osnet-11/usr/src/cmd/sendmail/db/include/
H A Ddb_page.h202 #define P_INIT(pg, pg_size, n, pg_prev, pg_next, btl, pg_type) do { \
205 NEXT_PGNO(pg) = pg_next; \

Completed in 21 milliseconds