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

  /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
    [all...]
  /src/lib/libpuffs/
opdump.c 170 const char *optype; local
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
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/ldpd/
mpls_routes.c 309 union sockunion *so_tag, int fr, int optype)
321 rm.m_rtm.rtm_type = (optype == RTM_READD) ? RTM_ADD : optype;
358 if (optype != RTM_READD && so_dest->sa.sa_family != AF_MPLS) {
  /src/sys/kern/
vfs_syscalls.c 2427 int error, optype; local
2436 optype = VOP_MKNOD_DESCOFFSET;
2473 optype = VOP_WHITEOUT_DESCOFFSET;
2482 optype = VOP_CREATE_DESCOFFSET;
2489 if (error == 0 && optype == VOP_MKNOD_DESCOFFSET &&
2495 switch (optype) {
  /src/sys/arch/m68k/060sp/dist/
fpsp.s 597 # set_tag_x() - determine optype of src/dst operands #
695 mov.b %d0,DTAG(%a6) # save dst optype tag
793 mov.b &NORM,STAG(%a6) # set src optype tag
837 # set_tag_x() - determine optype of src/dst operands #
938 mov.b %d0,DTAG(%a6) # save dst optype tag
1067 mov.b &NORM,STAG(%a6) # set src optype tag
1112 # set_tag_x() - determine optype of src/dst operands #
1285 mov.b %d0,STAG(%a6) # save src optype tag
1304 mov.b %d0,DTAG(%a6) # save dst optype tag
1828 bsr.l set_tag_x # set src optype ta
    [all...]
pfpsp.s 597 # set_tag_x() - determine optype of src/dst operands #
695 mov.b %d0,DTAG(%a6) # save dst optype tag
793 mov.b &NORM,STAG(%a6) # set src optype tag
837 # set_tag_x() - determine optype of src/dst operands #
938 mov.b %d0,DTAG(%a6) # save dst optype tag
1067 mov.b &NORM,STAG(%a6) # set src optype tag
1112 # set_tag_x() - determine optype of src/dst operands #
1285 mov.b %d0,STAG(%a6) # save src optype tag
1304 mov.b %d0,DTAG(%a6) # save dst optype tag
1828 bsr.l set_tag_x # set src optype ta
    [all...]
fplsp.s 9758 # tag(): return the optype of the input ext fp number #
10889 # - returns corresponding optype tag #
10901 # d0 = optype tag - is corrected to one of NORM, DENORM, or ZERO #
10943 mov.b &NORM, %d0 # return new optype tag
10962 mov.b &DENORM, %d0 # return new optype tag
10979 mov.b &DENORM, %d0 # return new optype tag
10988 mov.b &ZERO, %d0 # fix optype tag

Completed in 44 milliseconds