Searched refs:nmem (Results 1 - 6 of 6) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/sgs/libelf/common/
H A Dar.c309 char *nmem; local
310 if ((nmem = malloc(sz)) == 0) {
314 (void) memcpy(nmem, mem, sz);
316 mem = nmem;
/opensolaris-onvv-gate/usr/src/cmd/fm/fminject/common/
H A Dinj_defn.c679 int rc, nmem, dlnmem, dfnmem; local
685 for (nmem = 1; dlm != NULL && dfm != NULL;
686 dlm = inj_list_next(dlm), dfm = inj_list_next(dfm), nmem++) {
765 dlnmem = dfnmem = nmem;
/opensolaris-onvv-gate/usr/src/uts/sun4u/serengeti/sys/
H A Dsbdp_mem.h48 int nmem; member in struct:__anon10038
/opensolaris-onvv-gate/usr/src/uts/i86pc/io/
H A Disa.c345 uint_t nio = 0, nmem = 0, nrng = 0, n; local
362 DDI_PROP_DONTPASS, "device-memory", &memarray, &nmem);
368 n = (nio + nmem) / USED_CELL_SIZE;
377 if (nmem != 0) {
378 nrng += isa_used_to_ranges(ISA_ADDR_MEM, memarray, nmem,
380 isa_remove_res_from_pci(ISA_ADDR_MEM, memarray, nmem);
/opensolaris-onvv-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsbdp_mem.c150 mem.nmem = 0;
154 ASSERT(mem.nmem == 0 || mem.nmem == 1);
156 if (mem.nmem == 0 || nodeid != node)
1393 if (memp->nmem >= SBDP_MAX_MEM_NODES_PER_BOARD)
1398 list[memp->nmem++] = node;
1841 int i, nmem; local
1845 nmem = bdp->nnum;
1853 for (i = 0; i < nmem; i++) {
H A Dsbdp.c362 mem.nmem = smdp->bdp->nnum;
369 if (smdp->bdp->nnum == 0 && mem.nmem == 1) {
374 smdp->bdp->nnum = mem.nmem;

Completed in 100 milliseconds