Symbol: PUFFSOP_OPCLASS
lib/libpuffs/dispatcher.c
1179
} else if (PUFFSOP_OPCLASS(preq->preq_opclass) == PUFFSOP_CACHE) {
lib/libpuffs/dispatcher.c
1189
} else if (PUFFSOP_OPCLASS(preq->preq_opclass) == PUFFSOP_ERROR) {
lib/libpuffs/dispatcher.c
131
if ((PUFFSOP_OPCLASS(preq->preq_opclass == PUFFSOP_VFS &&
lib/libpuffs/dispatcher.c
133
(PUFFSOP_OPCLASS(preq->preq_opclass) == PUFFSOP_VN &&
lib/libpuffs/dispatcher.c
166
if (PUFFSOP_OPCLASS(preq->preq_opclass) == PUFFSOP_VFS) {
lib/libpuffs/dispatcher.c
262
} else if (PUFFSOP_OPCLASS(preq->preq_opclass) == PUFFSOP_VN) {
lib/libpuffs/opdump.c
175
opclass = PUFFSOP_OPCLASS(preq->preq_opclass);
lib/libpuffs/opdump.c
264
if (PUFFSOP_OPCLASS(preq->preq_opclass) == PUFFSOP_VN) {
lib/libpuffs/puffs.c
428
assert(PUFFSOP_OPCLASS(preq->preq_opclass) == PUFFSOP_VN && (
sys/fs/puffs/puffs_compat.c
233
if (PUFFSOP_OPCLASS(oreq->preq_opclass) == PUFFSOP_VFS
sys/fs/puffs/puffs_compat.c
241
} else if (PUFFSOP_OPCLASS(oreq->preq_opclass) == PUFFSOP_VN) {
sys/fs/puffs/puffs_compat.c
350
if (PUFFSOP_OPCLASS(preq->preq_opclass) == PUFFSOP_VFS
sys/fs/puffs/puffs_compat.c
360
} else if (PUFFSOP_OPCLASS(preq->preq_opclass) == PUFFSOP_VN) {
sys/fs/puffs/puffs_msgif.c
295
park->park_preq->preq_opclass = PUFFSOP_OPCLASS(opclass);
sys/fs/puffs/puffs_msgif.c
405
if (PUFFSOP_OPCLASS(preq->preq_opclass) == PUFFSOP_VN
sys/fs/puffs/puffs_msgif.c
970
switch (PUFFSOP_OPCLASS(preq->preq_opclass)) {
tests/fs/common/fstest_puffs.c
135
if (PUFFSOP_OPCLASS(preq->preq_opclass) == PUFFSOP_VFS) {
tests/fs/common/fstest_puffs.c
138
} else if (PUFFSOP_OPCLASS(preq->preq_opclass) == PUFFSOP_VN) {
tests/fs/common/fstest_puffs.c
199
PUFFSOP_OPCLASS(preq->preq_opclass) == PUFFSOP_VFS