HomeSort by: relevance | last modified time | path
    Searched defs:optype (Results 1 - 4 of 4) sorted by relevancy

  /src/lib/libpuffs/
opdump.c 170 const char *optype; local in function:puffsdump_req
204 optype = map[preq->preq_optype];
207 optype = buf;
210 mydprintf("opclass %d%s, optype: %s, "
213 optype, preq->preq_cookie,
  /src/sys/arch/m68k/fpe/
fpu_emulate.c 91 int optype, sig; local in function:fpu_emulate
145 optype = (sval & 0x01C0);
162 if (optype == 0x0000) {
195 } else if (optype == 0x0080 || optype == 0x00C0) {
198 (optype & 0x40) ? "long" : "short"));
200 } else if (optype == 0x0040) {
  /src/usr.sbin/bootp/common/
readfile.c 713 if (optype == OP_BOOLEAN) \
716 if (optype == OP_ADDITION) { \
727 if (optype == OP_BOOLEAN) \
735 if (optype == OP_ADDITION) { \
746 if (optype == OP_BOOLEAN) \
754 if (optype == OP_ADDITION) { \
765 if (optype == OP_BOOLEAN) \
768 if (optype == OP_ADDITION) { \
793 int optype; /* Indicates boolean, addition, or deletion */
832 optype = OP_ADDITION
787 int optype; \/* Indicates boolean, addition, or deletion *\/ local in function:eval_symbol
    [all...]
  /src/sys/kern/
vfs_syscalls.c 2426 int error, optype; local in function:do_sys_mknodat
2435 optype = VOP_MKNOD_DESCOFFSET;
2472 optype = VOP_WHITEOUT_DESCOFFSET;
2481 optype = VOP_CREATE_DESCOFFSET;
2488 if (error == 0 && optype == VOP_MKNOD_DESCOFFSET &&
2494 switch (optype) {

Completed in 33 milliseconds