HomeSort by: relevance | last modified time | path
    Searched refs:rc_type (Results 1 - 2 of 2) 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) {

Completed in 47 milliseconds