Searched defs:rm_state (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/rpc/
H A Drpcmod.c301 uint_t rm_state; /* state of the slot. see above */ member in struct:rpcm
641 rmp->rm_state |= RM_CLOSING;
732 if (rmp->rm_state & RM_CLOSING) {
869 if (canputnext(q) || (rmp->rm_state & RM_CLOSING)) {
969 if (rmp->rm_ref == 0 && (rmp->rm_state & RM_CLOSING)) {
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c260 static uint32_t fp_map_remote_port_state(uint32_t rm_state);
15395 fp_map_remote_port_state(uint32_t rm_state) argument
15397 switch (rm_state) {

Completed in 111 milliseconds