HomeSort by: relevance | last modified time | path
    Searched refs:PUFFSOP_OPCLASS (Results 1 - 7 of 7) sorted by relevancy

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

Completed in 17 milliseconds