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

  /src/sys/rump/include/rump-sys/
kern.h 76 enum rump_component_type rc_type; member in struct:rump_component
110 .rc_type = type, \
  /src/sys/rump/librump/rumpkern/
rump.c 575 KASSERT(rc->rc_type < RUMP_COMPONENT_MAX);
576 compcounter[rc->rc_type]++;
610 rc_marker.rc_type = RUMP_COMPONENT_MAX;
613 if (rc->rc_type == type) {
  /src/external/gpl3/binutils/dist/gas/config/
tc-i386.c 423 enum rc_type enum in struct:_i386_insn::RC_Operation
536 enum rc_type type;
945 static enum rc_type evexrcig = rne;
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-i386.c 423 enum rc_type enum in struct:_i386_insn::RC_Operation
536 enum rc_type type;
936 static enum rc_type evexrcig = rne;

Completed in 69 milliseconds