Home
last modified time | relevance | path

Searched refs:total (Results 176 – 200 of 259) sorted by relevance

1234567891011

/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsid.c1326 int total = 0; in iscsid_login_tgt() local
1394 total++; in iscsid_login_tgt()
1417 if (total > 0) { in iscsid_login_tgt()
1423 taskq_name, total, TASKQ_DEFAULTPRI, 0); in iscsid_login_tgt()
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dbtree2.test203 set total [expr {int($N*$n)}]
205 for {set i 0} {$i<$total} {incr i} {
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dleaky_subr.c194 leaky_count(uintptr_t addr, void *unused, size_t *total) in leaky_count() argument
196 ++*total; in leaky_count()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dbnxe_hw_debug.c338 u32_t total = 0; in lm_idle_chk() local
1284 …pdev, FATAL, "Idle_chk completed successfully (with %d warnings of %d checks)\n", warnings, total); in lm_idle_chk()
1286 …FATAL, "Idle_chk failed !!! (with %d errors, %d warnings of %d checks)\n",errors, warnings, total); in lm_idle_chk()
H A Dlm_phy.c145 void elink_cb_download_progress(struct elink_dev *cb, u32 cur, u32 total) in elink_cb_download_progress() argument
149 UNREFERENCED_PARAMETER_(total); in elink_cb_download_progress()
152 printf("Downloaded %u bytes out of %u bytes\n", cur, total ); in elink_cb_download_progress()
/illumos-gate/usr/src/uts/intel/io/pci/
H A Dpci_boot.c3362 int total, alloc_size; in add_ranges_prop() local
3381 total = memlist_count(iolist); in add_ranges_prop()
3382 total += memlist_count(memlist); in add_ranges_prop()
3383 total += memlist_count(pmemlist); in add_ranges_prop()
3386 if (total == 0) in add_ranges_prop()
3389 alloc_size = total * in add_ranges_prop()
/illumos-gate/usr/src/uts/sun4/ml/
H A Dip_ocsum.S280 .mainsection: ! total 18n + 21 clocks
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge.h254 uint8_t total; member
H A Dhxge_main.c472 (void) hxge_pfc_num_macs_get(hxgep, &hxgep->mmac.total); in hxge_attach()
473 hxgep->mmac.available = hxgep->mmac.total; in hxge_attach()
474 for (i = 0; i < hxgep->mmac.total; i++) { in hxge_attach()
2773 for (i = 0; i < hxgep->mmac.total; i++) { in hxge_mmac_get_slot()
2816 for (i = 0; i < hxgep->mmac.total; i++) { in hxge_mmac_find_addr()
/illumos-gate/usr/src/uts/common/io/xge/drv/
H A Dxgell.c438 for (i = bf_pool->total; i > 0; i--) { in xgell_rx_destroy_buffer_pool()
455 bf_pool->total--; in xgell_rx_destroy_buffer_pool()
487 bf_pool->total = 0; in xgell_rx_create_buffer_pool()
517 bf_pool->total++; in xgell_rx_create_buffer_pool()
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Pg/pod/
H A DPg.pod206 determined based on the total time spent running and not running the counters.
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/pod/
H A DLgrp.pod348 The total sizes include all the memory in the lgroup including its children,
487 When called in scalar context, returns the total number of lgroups in the
496 When called in scalar context, returns the total number of leaf lgroups in the
/illumos-gate/usr/src/lib/libslp/etc/
H A Dslp.conf.example193 # Set this property to limit the total number of results for any
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dkmem.c381 uint64_t total; in kmem_slabs_print_dist() local
389 total = 0; in kmem_slabs_print_dist()
391 total += ks_bucket[i]; in kmem_slabs_print_dist()
421 dist_print_bucket(complete, 0, ks_bucket, total, LABEL_WIDTH); in kmem_slabs_print_dist()
430 dist_print_bucket(distarray, i, ks_bucket, total, LABEL_WIDTH); in kmem_slabs_print_dist()
/illumos-gate/usr/src/uts/i86pc/os/
H A Dfakebop.c1918 int total = 0; in relocate_boot_archive() local
1949 ++total; in relocate_boot_archive()
1985 DBG(total); in relocate_boot_archive()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/
H A Dclc.h52 extern void elink_cb_download_progress(struct elink_dev *cb, u32 cur, u32 total);
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_output.c692 sctp_find_fast_rexmit_mblks(sctp_t *sctp, int *total, sctp_faddr_t **fp) in sctp_find_fast_rexmit_mblks() argument
749 if (*total + msglen + extra > in sctp_find_fast_rexmit_mblks()
772 *total += msglen + extra; in sctp_find_fast_rexmit_mblks()
/illumos-gate/usr/src/cmd/fs.d/
H A Ddf.c1190 adjust_total_blocks(struct df_request *dfrp, fsblkcnt64_t *total, in adjust_total_blocks() argument
1250 *total = quota / blocksize; in adjust_total_blocks()
/illumos-gate/usr/src/lib/libjedec/common/
H A Dlibjedec_spd_ddr4.c45 const uint8_t total = SPD_DDR4_NBYTES_TOTAL(data); in spd_parse_ddr4_nbytes() local
49 spd_insert_map(si, SPD_KEY_NBYTES_TOTAL, total, in spd_parse_ddr4_nbytes()
H A Dlibjedec_spd_ddr5.c38 const uint8_t total = SPD_DDR5_NBYTES_TOTAL(data); in spd_parse_ddr5_nbytes() local
43 spd_insert_map(si, SPD_KEY_NBYTES_TOTAL, total, in spd_parse_ddr5_nbytes()
/illumos-gate/usr/src/cmd/fm/eversholt/files/i386/i86pc/
H A Damd64.esc106 * retire the page that caused the trip. If the total number of pages
189 * distinct from the total number of pages we are prepared to retire from use
223 * "Single-correctable-unit" DIMM faults are diagnosed when the total number of
/illumos-gate/usr/src/cmd/syslogd/
H A Dsyslogd.c1598 f->f_stat.total++; in logit()
1623 f->f_stat.total++; in logit()
1630 f->f_stat.total++; in logit()
3181 f->f_stat.total, f->f_stat.dups, in dumpstats()
3374 f->f_stat.total = 0; in filed_init()
/illumos-gate/usr/src/uts/common/io/cxgbe/firmware/
H A Dt4fw_cfg.txt64 # for a total of 96 Ingress Queues and MSI-X Vectors on the Unified PF.
297 # but we'll lower that to 16 to make our total 64 and a nice power of 2 ...
H A Dt5fw_cfg.txt49 # for a total of 96 Ingress Queues and MSI-X Vectors on the Unified PF.
332 # but we'll lower that to 16 to make our total 64 and a nice power of 2 ...
H A Dt6fw_cfg.txt49 # for a total of 96 Ingress Queues and MSI-X Vectors on the Unified PF.
347 # but we'll lower that to 16 to make our total 64 and a nice power of 2 ...

1234567891011