Searched refs:nsegments (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/sys/
H A Dmc.h85 int nsegments; /* The number of memory segments */ member in struct:mc_memconf
95 int nsegments; /* The number of memory segments */ member in struct:mc_memory
/illumos-gate/usr/src/cmd/picl/plugins/common/memcfg/
H A Dpiclmemcfg_comm.c109 static int nsegments; /* The number of memory segments */ variable
350 undo_logical_tree(int nsegments) argument
356 for (i = 0; i < nsegments; i++) {
382 if ((mcmem = alloca((nsegments - 1) * sizeof (mcmem->segmentids[0]) +
386 mcmem->nsegments = nsegments;
405 for (i = 0; i < nsegments; i++) {
468 undo_logical_tree(nsegments);
754 nsegments = mcmemconf.nsegments;
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4v/pri/
H A Dmem_prop_update.c62 int nsegments, nbanks, nmemory; local
115 nsegments = md_scan_dag(mdp, memorylistp[0],
120 if (nsegments == 0) {
122 "segments: expected >0, got %d\n", nsegments);
130 for (memsize = 0, segsize = 0, j = 0; j < nsegments;
/illumos-gate/usr/src/uts/sun4u/io/
H A Dmc-us3i.c114 static int nsegments; variable
456 mcmconf.nsegments = nsegments;
470 * input: nsegments and allocate space for various length of segmentids
474 * EINVAL: if the given nsegments is less than that in kernel and
475 * nsegments of struct will be updated.
483 if (mcmem_in.nsegments < nsegments) {
484 mcmem_in.nsegments = nsegments;
[all...]
H A Dmc-us3.c109 static int nsegments = 0; variable
516 mcmconf.nsegments = nsegments;
530 * input: nsegments and allocate space for various length of segmentids
534 * EINVAL: if the given nsegments is less than that in kernel and
535 * nsegments of struct will be updated.
544 if (mcmem_in.nsegments < nsegments) {
545 mcmem_in.nsegments = nsegments;
[all...]
/illumos-gate/usr/src/uts/common/io/vioif/
H A Dvioif.c578 unsigned int nsegments; local
632 &buf->tb_inline_mapping.vbm_dmac, &nsegments)) {
640 ASSERT(nsegments == 1);
/illumos-gate/usr/src/uts/intel/io/amr/
H A Damr.c1178 int nsegments)
1187 ac->mailbox.mb_nsgelem = (uint8_t)nsegments;
1188 for (i = 0; i < nsegments; i++, sg++) {
1177 amr_setup_dmamap(struct amr_command *ac, ddi_dma_cookie_t *buffer_dma_cookiep, int nsegments) argument

Completed in 275 milliseconds