Home
last modified time | relevance | path

Searched refs:entry_count (Results 1 – 25 of 30) sorted by relevance

12

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_iocb.h69 uint8_t entry_count; /* Entry count. */ member
103 uint8_t entry_count; /* Entry count. */ member
130 uint8_t entry_count; /* Entry count. */ member
196 uint8_t entry_count; /* Entry count. */ member
220 uint8_t entry_count; /* Entry count. */ member
251 uint8_t entry_count; /* Entry count. */ member
265 uint8_t entry_count; /* Entry count. */ member
277 uint8_t entry_count; /* Entry count. */ member
382 uint8_t entry_count; /* Entry count. */ member
407 uint8_t entry_count; /* Entry count. */ member
[all …]
/illumos-gate/usr/src/lib/libnisdb/yptol/
H A Dmap_conv.c154 int entry_count; in dump_map_to_dit() local
208 for (key = dbm_firstkey(dbm), next_print = PRINT_FREQ, entry_count = 1; in dump_map_to_dit()
209 NULL != key.dptr; key = dbm_nextkey(dbm), entry_count ++) { in dump_map_to_dit()
232 if (entry_count >= next_print) { in dump_map_to_dit()
233 printf("%d entries processed.\n", entry_count); in dump_map_to_dit()
H A Ddit_access.c612 int entry_count = 1; in update_map_from_dit() local
842 for (j = 0; j < nv; j++, entry_count ++) { in update_map_from_dit()
874 if (log_flag && (entry_count >= in update_map_from_dit()
877 entry_count); in update_map_from_dit()
/illumos-gate/usr/src/test/zfs-tests/tests/functional/history/
H A Dhistory_004_pos.ksh93 typeset -i entry_count=$(zpool history $spool | wc -l | awk '{print $1}')
95 if ((entry_count - orig_count != 200)); then
96 log_fail "The entries count error: entry_count=$entry_count " \
H A Dhistory_003_pos.ksh84 typeset -i entry_count=$(wc -l $TMPFILE | awk '{print $1}')
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypxfr.c318 map, master, entry_count);
1388 entry_count++;
1412 entry_count = 0;
1417 entry_count++;
1450 entry_count = 0;
1553 entry_count = 0;
1621 entry_count++;
1722 entry_count++;
1736 entry_count++;
1750 entry_count++;
[all …]
/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_ranges.c106 unsigned entry_count = 0; in dwarf_get_ranges_a() local
352 entry_count++; in dwarf_get_ranges_a()
388 _dwarf_get_alloc(dbg,DW_DLA_RANGES,entry_count); in dwarf_get_ranges_a()
397 *listlen = entry_count; in dwarf_get_ranges_a()
398 for (copyindex = 0; curre && (copyindex < entry_count); in dwarf_get_ranges_a()
H A Ddwarf_macro.c176 Dwarf_Signed * entry_count, in dwarf_get_macro_details() argument
476 *entry_count = count; in dwarf_get_macro_details()
/illumos-gate/usr/src/cmd/bhyve/
H A Dmptbl.c344 mpch->entry_count += ncpu; in mptable_build()
349 mpch->entry_count += MPE_NUM_BUSES; in mptable_build()
354 mpch->entry_count++; in mptable_build()
360 mpch->entry_count += ioints; in mptable_build()
365 mpch->entry_count += MPEII_NUM_LOCAL_IRQ; in mptable_build()
/illumos-gate/usr/src/cmd/etdump/
H A Detdump.c169 int entry_count; in dump_eltorito() local
211 entry_count = dump_section(buffer, offset, outfile, filename, in dump_eltorito()
214 offset += entry_count * ET_BOOT_ENTRY_SIZE; in dump_eltorito()
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dsmp-imps.h129 unsigned short entry_count; member
H A Dsmp-imps.c579 cth_count = local_cth_ptr->entry_count; in imps_read_bios()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/hsi/mcp/
H A Dmulti_thread_def.h80 u16 entry_count; member
/illumos-gate/usr/src/uts/common/io/bnx/570x/driver/common/lmdev/
H A Dbnx_hw_nvram.c934 u32_t entry_count, mask; in lm_nvram_query() local
982 entry_count = sizeof(cfg_table)/sizeof(new_nvm_cfg_t); in lm_nvram_query()
988 for (idx=0; idx<entry_count; idx++) in lm_nvram_query()
1009 for (idx=0; idx<entry_count; idx++) in lm_nvram_query()
/illumos-gate/usr/src/contrib/bhyve/x86/
H A Dmptable.h71 uint16_t entry_count; member
/illumos-gate/usr/src/cmd/scadm/sparc/mpxu/common/
H A Deventlog.c193 for (i = 0; i < rscReply->entry_count; i++) { in ADM_Process_old_event_log()
/illumos-gate/usr/src/uts/intel/io/vmm/
H A Dvmm.c4213 const uint_t entry_count = in vmm_data_write_msrs() local
4220 for (uint_t i = 0; i < entry_count; i++, entryp++) { in vmm_data_write_msrs()
4234 for (uint_t i = 0; i < entry_count; i++, entryp++) { in vmm_data_write_msrs()
4242 *req->vdr_result_len = entry_count * sizeof (struct vdi_field_entry_v1); in vmm_data_write_msrs()
4372 const uint_t entry_count = in vmm_data_write_varch_vcpu() local
4376 for (uint_t i = 0; i < entry_count; i++, entryp++) { in vmm_data_write_varch_vcpu()
4407 *req->vdr_result_len = entry_count * sizeof (struct vdi_field_entry_v1); in vmm_data_write_varch_vcpu()
4423 const uint_t entry_count = in vmm_data_write_varch() local
4426 if (entry_count > 0) { in vmm_data_write_varch()
4440 *req->vdr_result_len = entry_count * sizeof (struct vdi_field_entry_v1); in vmm_data_write_varch()
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_subr.c194 int32_t entry_count; in ud_xlate_to_daddr() local
208 entry_count = SWAP_16(stbl->stbl_len); in ud_xlate_to_daddr()
210 for (i = 0; i < entry_count; i++, te++) { in ud_xlate_to_daddr()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_iocb.c200 pkt->entry_count = (uint8_t)sp->req_cnt; in ql_start_iocb()
346 req_q->req_ring_ptr->entry_count = 1; in ql_req_pkt()
634 pkt->entry_count = 1; in ql_continuation_iocb()
H A Dql_xioctl.c1662 pkt->ms24.entry_count = 1; in ql_fcct()
1726 pkt->ms.entry_count = 1; in ql_fcct()
2383 pkt->cmd3.entry_count = 1; in ql_scsi_passthru()
2408 pkt->cmd.entry_count = 1; in ql_scsi_passthru()
4250 pkt->cmd.entry_count = 1; in ql_report_lun()
4594 pkt->cmd.entry_count = 1; in ql_inq()
8567 pkt->mvfy.entry_count = 1; in ql_menlo_get_fw_version()
8714 pkt->mvfy.entry_count = 1; in ql_menlo_update_fw()
8821 pkt->mdata.entry_count = 1; in ql_menlo_manage_info()
10334 pkt->els.entry_count = 1; in ql_els_passthru()
[all …]
H A Dql_init.c2847 pkt->mvfy.entry_count = 1; in ql_init_rings()
4371 pkt->vpc.entry_count = 1; in ql_vport_control()
4432 pkt->vpm.entry_count = 1; in ql_vport_modify()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_hba.c1271 uint32_t entry_count; in emlxs_parse_fcoe() local
1312 entry_count = (hba->sli.sli4.cfgFCF.length * in emlxs_parse_fcoe()
1316 "FCF List: %d entries", entry_count); in emlxs_parse_fcoe()
1318 for (i = 0; i < entry_count; i++) { in emlxs_parse_fcoe()
H A Demlxs_download.c1344 flash_dir->header.entry_count = in emlxs_be3_validate_image()
1345 SWAP32(flash_dir->header.entry_count); in emlxs_be3_validate_image()
1362 for (i = 0; i < flash_dir->header.entry_count; i++) { in emlxs_be3_validate_image()
1417 for (i = 0; i < flash_dir->header.entry_count; i++) { in emlxs_be3_validate_image()
/illumos-gate/usr/src/uts/sun4u/sys/
H A Drmc_comm_hproto.h253 rsci32 entry_count; member
/illumos-gate/usr/src/contrib/bhyve/sys/
H A Data.h784 uint8_t entry_count; member

12