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

/netbsd-current/share/examples/puffs/pgfs/
H A Dpgfs_puffs.c116 #define PGFS_DIRCOOKIE_EOD 2 /* end of directory */ macro
171 nextcookie = PGFS_DIRCOOKIE_EOD + 1;
174 if (offset == PGFS_DIRCOOKIE_EOD) {
178 /* offset > PGFS_DIRCOOKIE_EOD; normal entries */
192 * 2::int8 == PGFS_DIRCOOKIE_EOD
217 if (offset == PGFS_DIRCOOKIE_EOD + 1) {
232 if (offset != cookie && offset != PGFS_DIRCOOKIE_EOD + 1) {

Completed in 91 milliseconds