Searched refs:next_idx (Results 1 – 10 of 10) sorted by relevance
| /freebsd-13.1/sbin/ipfw/ |
| H A D | nat64lsn.c | 93 uint64_t next_idx; in nat64lsn_print_states() local 101 next_idx = 0; in nat64lsn_print_states() 103 while (sz > 0 && next_idx != 0xFF) { in nat64lsn_print_states() 104 next_idx = stg->next.index; in nat64lsn_print_states() 158 return (next_idx); in nat64lsn_print_states() 167 uint64_t next_idx; in nat64lsn_states_cb() local 176 next_idx = 0; in nat64lsn_states_cb() 186 od->head.length = sizeof(*od) + sizeof(next_idx); in nat64lsn_states_cb() 187 *((uint64_t *)(od + 1)) = next_idx; in nat64lsn_states_cb() 190 next_idx = nat64lsn_print_states(buf); in nat64lsn_states_cb() [all …]
|
| /freebsd-13.1/crypto/openssh/ |
| H A D | xmss_fast.h | 37 unsigned int next_idx; member
|
| H A D | xmss_fast.c | 264 setLtreeADRS(ltree_addr, treehash->next_idx); in treehash_update() 265 setOTSADRS(ots_addr, treehash->next_idx); in treehash_update() 274 setTreeIndex(node_addr, (treehash->next_idx >> (nodeheight+1))); in treehash_update() 289 treehash->next_idx++; in treehash_update() 509 state->treehash[i].next_idx = startidx; in bds_round()
|
| H A D | sshkey-xmss.c | 705 (r = sshbuf_put_u32(b, th->next_idx)) != 0 || in sshkey_xmss_serialize_state() 817 (r = sshbuf_get_u32(b, &th->next_idx)) != 0 || in sshkey_xmss_deserialize_state()
|
| /freebsd-13.1/sys/dev/qlxgbe/ |
| H A D | ql_ioctl.h | 180 uint32_t next_idx; /* index of next entry in slowpath trace log */ member
|
| H A D | ql_ioctl.c | 653 log->next_idx = ha->hw.sp_log_index; in ql_slowpath_log() 658 __func__, rval, log->buffer, log->next_idx, log->num_entries, size); in ql_slowpath_log()
|
| /freebsd-13.1/sys/netinet6/ |
| H A D | ip_fw_nat64.h | 174 uint64_t next_idx; /* next state index */ member
|
| /freebsd-13.1/sys/dev/ocs_fc/ |
| H A D | ocs_sport.c | 1218 ocs_ddump_value(textbuf, "next_idx", "%d", node_group_dir->next_idx); in ocs_ddump_sport() 1656 node_group_dir->next_idx = 0; in ocs_node_group_dir_alloc() 1891 if (idx == node_group_dir->next_idx) { in ocs_node_group_init() 1899 if (++node_group_dir->next_idx >= node_group_dir->node_group_list_count) { in ocs_node_group_init() 1900 node_group_dir->next_idx = 0; in ocs_node_group_init()
|
| H A D | ocs_common.h | 137 uint32_t next_idx; /*<< index of the next node group in list */ member
|
| /freebsd-13.1/sys/dev/virtio/ |
| H A D | virtqueue.c | 856 uint16_t next_idx = vq_htog16(vq, dp->next); in vq_ring_free_chain() local 857 VQ_RING_ASSERT_VALID_IDX(vq, next_idx); in vq_ring_free_chain() 858 dp = &vq->vq_ring.desc[next_idx]; in vq_ring_free_chain()
|