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

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

Completed in 85 milliseconds