Home
last modified time | relevance | path

Searched refs:fc_next (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/flowstat/
H A Dflowstat.c69 struct flow_chain_s *fc_next; member
314 flow_curr = flow_curr->fc_next) { in get_flow_prev_stat()
327 flow_curr->fc_next = state->fs_flowchain; in get_flow_prev_stat()
353 fcurr = fcurr->fc_next; in cleanup_removed_flows()
359 state->fs_flowchain = fcurr->fc_next; in cleanup_removed_flows()
361 fprev->fc_next = fcurr->fc_next; in cleanup_removed_flows()
365 fcurr = fcurr->fc_next; in cleanup_removed_flows()
/illumos-gate/usr/src/uts/common/crypto/io/
H A Ddprov.c1209 uint_t fc_next; /* next id to return */ member
7334 find_ctx->fc_next < find_ctx->fc_nids; ret_oid_idx++) in dprov_object_task()
7336 find_ctx->fc_ids[find_ctx->fc_next++]; in dprov_object_task()