Searched refs:esize (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/lib/libkvm/common/
H A Dkvm_getcmd.c86 size_t asize, esize; local
148 esize = eptrcount * sizeof (uintptr_t) + RoundUp(strpoolsz, uintptr_t);
149 if (env && (envp = calloc(1, esize + sizeof (uintptr_t))) == NULL) {
226 char *envp_null = (char *)envp + esize;
235 last_str >= (char *)envp + esize)
241 str >= (char *)envp + esize) {
264 size_t esize; local
314 esize = (size_t)proc->p_usrstack - (size_t)u->u_envp;
315 if ((envp = malloc(esize + sizeof (uintptr_t))) == NULL) {
320 envp_null = (char *)envp + esize;
[all...]
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumpmain.c807 esize = f_esize = o_esize = 0;
893 esize = o_esize + f_esize;
897 fetapes = (double)(esize + ntrec) / (double)tsize;
907 fetapes = ((double)esize /* blocks */
911 (double)esize /* blocks */
924 fetapes = ((double)esize /* blocks */
928 (double)esize /* blocks */
941 * So we will recalculate esize here anyway to make sure.
944 esize = o_esize + f_esize + etapes + ntrec;
949 * the larger dump. esize i
[all...]
H A Ddumpoptr.c328 * ((double)esize / blkswritten - 1.0);
330 msg(msgp, (blkswritten*100.0)/esize,
H A Ddump.h136 u_offset_t esize; /* estimated tape size, blocks */ variable
/illumos-gate/usr/src/uts/sparc/os/
H A Dbootops.c596 uint32_t esize; local
601 bop_getprop("elfheader-length", (caddr_t)&esize) == -1)
603 prom_free((caddr_t)(uintptr_t)eadr, roundup(esize, PAGESIZE));
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dlufs_debug.c147 tp->esize = size;
163 (tp->esize == size));
165 ASSERT(((ul->un_debug & MT_SIZE) == 0) || (tp->rsize <= tp->esize));
168 mtm->mtm_tops->mtm_top_size_etot[topid] += tp->esize;
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dsetup.c204 size_t eaddr, esize; local
321 esize = eaddr % syspagsz;
322 if (esize) {
323 esize = syspagsz - esize;
324 addfree((void *)eaddr, esize);
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c76 int8_t pktc_idx, int qsize, uint8_t esize);
1048 qsize, uint8_t esize)
1062 iq->esize = max(esize, 16); /* See FW_IQ_CMD/iqesize */
1107 len = iq->qsize * iq->esize;
1138 V_FW_IQ_CMD_IQESIZE(ilog2(iq->esize) - 4));
1899 (uintptr_t)iq->desc, iq->esize, DDI_DMA_SYNC_FORKERNEL);
1902 (iq->esize - sizeof (struct rsp_ctrl)));
1910 iq->cdesc = (void *) ((uintptr_t)iq->cdesc + iq->esize);
1047 init_iq(struct sge_iq *iq, struct adapter *sc, int tmr_idx, int8_t pktc_idx, int qsize, uint8_t esize) argument
H A Dadapter.h179 uint8_t esize; /* size (bytes) of each entry in the queue */ member in struct:sge_iq
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_log.h547 ulong_t esize; /* estimated trans size */ member in struct:threadtrans
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c4680 gather_attrs(const mib_item_t *item, int group, int mib_id, int esize) argument
4688 transport_count += iptr->length / esize;

Completed in 99 milliseconds