Searched defs:esize (Results 1 - 8 of 8) sorted by relevance
/illumos-gate/usr/src/lib/libkvm/common/ |
H A D | kvm_getcmd.c | 86 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/sgs/rtld/common/ |
H A D | setup.c | 204 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/sparc/os/ |
H A D | bootops.c | 596 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/cmd/backup/dump/ |
H A D | dump.h | 136 u_offset_t esize; /* estimated tape size, blocks */ variable
|
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/ |
H A D | adapter.h | 179 uint8_t esize; /* size (bytes) of each entry in the queue */ member in struct:sge_iq
|
H A D | t4_sge.c | 76 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
|
/illumos-gate/usr/src/uts/common/sys/fs/ |
H A D | ufs_log.h | 547 ulong_t esize; /* estimated trans size */ member in struct:threadtrans
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/ |
H A D | netstat.c | 4680 gather_attrs(const mib_item_t *item, int group, int mib_id, int esize) argument 4688 transport_count += iptr->length / esize;
|
Completed in 165 milliseconds