Searched refs:memlen (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/starcat/sys/
H A Ddr_mbx.h195 uint32_t memlen; member in struct:__anon10011
207 uint32_t memlen; member in struct:__anon10012
218 uint32_t memlen; member in struct:__anon10013
/illumos-gate/usr/src/tools/ctf/cvt/
H A Dinput.c147 size_t memlen = strlen(file) + 1 + local
149 char *memname = xmalloc(memlen);
151 snprintf(memname, memlen, "%s(%s)", file, arh->ar_name);
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_gelf.c1894 ssize_t memlen, filelen, len = 0; local
1901 memlen = MIN(resid, php->p_memsz - mapoff);
1909 if (rw == GIO_READ && len == filelen && filelen < memlen) {
1910 bzero((char *)buf + len, memlen - filelen);
1911 len += memlen - filelen;
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Ddrmach.c1560 DRMACH_PR("memlen=0x%x cpu_portid=0x%x\n",
1561 mp->dm_tb.memlen, mp->dm_tb.cpu_portid);
1569 DRMACH_PR("memlen=0x%x cpu_portid=0x%x\n",
1570 mp->dm_tr.memlen, mp->dm_tr.cpu_portid);
1587 DRMACH_PR("memlen=0x%x cpu_portid=0x%x\n",
1588 mp->dm_ta.memlen, mp->dm_ta.cpu_portid);
7382 tbrq->memlen = drmach_iocage_size / 0x100000;
7386 DRMACH_PR("drmach_iocage_mem_get: size: 0x%x", tbrq->memlen);

Completed in 83 milliseconds