/titanic_51/usr/src/cmd/sgs/libelf/common/ |
H A D | ar.c | 138 for (i = (Memident *)(l + 1); i < l->m_free; i++) in _elf_armem() 155 if ((elf->ed_memlist == 0) || (ol->m_free == ol->m_end)) { in _elf_armem() 162 l->m_free = (Memident *)(l + 1); in _elf_armem() 163 l->m_end = (Memident *)((uintptr_t)l->m_free + in _elf_armem() 172 ol->m_free->m_offset = file; in _elf_armem() 173 ol->m_free->m_member = m; in _elf_armem() 174 ol->m_free++; in _elf_armem()
|
H A D | member.h | 55 * | m_free | 87 struct Memident * m_free; member
|
H A D | end.c | 95 for (i = (Memident *)(l + 1); i < l->m_free; in elf_end()
|
/titanic_51/usr/src/lib/libast/common/vmalloc/ |
H A D | vmstat.c | 63 st->s_busy = st->s_free = st->m_busy = st->m_free = 0; 86 { if(s > st->m_free) 87 st->m_free = s; 127 st->s_free = (st->m_free = vd->pool)*st->n_free;
|
H A D | vmdebug.c | 770 bufp = (*_Vmstrcpy)(bufp, (*_Vmitoa)(VLONG(st.m_free),-1), '\n');
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/vmalloc/ |
H A D | vmstat.c | 67 st->s_busy = st->s_free = st->m_busy = st->m_free = 0; 93 { if(s > st->m_free) 94 st->m_free = s; 136 st->s_free = (st->m_free = vd->pool)*st->n_free;
|
H A D | malloc.c | 313 st->m_free += vmst.m_free; in _mallocstat()
|
H A D | vmdebug.c | 716 bufp = (*_Vmstrcpy)(bufp, " m_free", '='); 717 bufp = (*_Vmstrcpy)(bufp, (*_Vmitoa)(VLONG(st.m_free),-1), '\n');
|
/titanic_51/usr/src/lib/libast/common/disc/ |
H A D | memfatal.c | 60 …size_t)obj, st.extent, st.n_seg, st.n_busy, st.s_busy, st.m_busy, st.n_free, st.s_free, st.m_free); in nomalloc()
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/disc/ |
H A D | memfatal.c | 62 error(ERROR_SYSTEM|3, "storage allocator out of space on %lu byte request ( region %lu segments %lu busy %lu:%lu:%lu free %lu:%lu:%lu )", (size_t)obj, st.extent, st.n_seg, st.n_busy, st.s_busy, st.m_busy, st.n_free, st.s_free, st.m_free); in nomalloc()
|
/titanic_51/usr/src/lib/libsmbfs/smb/ |
H A D | mbuf.c | 88 m_free(struct mbuf *m) in m_free() function 100 m_free(m0); in m_freem() 139 m_free(m0); in m_lineup()
|
/titanic_51/usr/src/lib/libcmd/common/ |
H A D | vmstate.c | 89 *pn = state->vs.m_free; in key()
|
/titanic_51/usr/src/contrib/ast/src/lib/libcmd/ |
H A D | vmstate.c | 110 *pn = state->vs.m_free; in key()
|
/titanic_51/usr/src/uts/common/smbsrv/ |
H A D | mbuf.h | 273 mbuf_t *m_free(mbuf_t *);
|
/titanic_51/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_mbuf_util.c | 359 m_free(struct mbuf *m) in m_free() function 368 * Free a list of mbufs. Each mbuf in the list is freed similarly to m_free.
|
/titanic_51/usr/src/lib/libast/sparc/include/ast/ |
H A D | vmalloc.h | 52 size_t m_free; /* largest free piece */ member
|
/titanic_51/usr/src/lib/libast/common/include/ |
H A D | vmalloc.h | 52 size_t m_free; /* largest free piece */ member
|
/titanic_51/usr/src/lib/libast/i386/include/ast/ |
H A D | vmalloc.h | 52 size_t m_free; /* largest free piece */ member
|
/titanic_51/usr/src/lib/libast/amd64/include/ast/ |
H A D | vmalloc.h | 52 size_t m_free; /* largest free piece */ member
|
/titanic_51/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | vmalloc.h | 52 size_t m_free; /* largest free piece */ member
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/include/ |
H A D | vmalloc.h | 52 size_t m_free; /* largest free piece */ member
|