Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/flowstat/
H A Dflowstat.c57 struct flow_chain_s *fc_next; member
303 flow_curr = flow_curr->fc_next) { in get_flow_prev_stat()
316 flow_curr->fc_next = state->fs_flowchain; in get_flow_prev_stat()
342 fcurr = fcurr->fc_next; in cleanup_removed_flows()
348 state->fs_flowchain = fcurr->fc_next; in cleanup_removed_flows()
350 fprev->fc_next = fcurr->fc_next; in cleanup_removed_flows()
354 fcurr = fcurr->fc_next; in cleanup_removed_flows()
/titanic_41/usr/src/uts/common/crypto/io/
H A Ddprov.c1188 uint_t fc_next; /* next id to return */ member
7308 find_ctx->fc_next < find_ctx->fc_nids; ret_oid_idx++) in dprov_object_task()
7310 find_ctx->fc_ids[find_ctx->fc_next++]; in dprov_object_task()