Home
last modified time | relevance | path

Searched refs:s_free (Results 1 – 19 of 19) sorted by relevance

/illumos-gate/usr/src/cmd/dcs/sparc/sun4u/
H A Drsrc_info.c164 s_free(buf); in ri_pack()
172 s_free(buf); in ri_pack()
180 s_free(buf); in ri_pack()
193 s_free(buf); in ri_pack()
233 s_free(buf); in ap_list_pack()
246 s_free(buf); in ap_list_pack()
286 s_free(buf); in dev_list_pack()
299 s_free(buf); in dev_list_pack()
340 s_free(buf); in client_list_pack()
353 s_free(buf); in client_list_pack()
[all …]
H A Drsrc_info_impl.h72 #define s_free(x) (((x) != NULL) ? (free(x), (x) = NULL) : (void *)0) macro
H A Dri_init.c393 s_free(*cpp); in rcm_fini()
397 s_free(rcm->cpus); in rcm_fini()
732 s_free(syscpuids); in cpu_cap_request()
733 s_free(newcpuids); in cpu_cap_request()
1797 s_free(dev); in ri_dev_alloc()
1857 s_free(apd->cfga_list_data); in apd_tbl_free()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/vmalloc/
H A Dvmstat.c67 st->s_busy = st->s_free = st->m_busy = st->m_free = 0;
95 st->s_free += s;
112 /**/ASSERT(st->extent >= (st->s_busy + st->s_free));
116 { st->s_free += s;
136 st->s_free = (st->m_free = vd->pool)*st->n_free;
H A Dmalloc.c311 st->s_free += vmst.s_free; in _mallocstat()
959 mi.fordblks = sb.s_free; in mallinfo()
982 ms.bytes_free = sb.s_free; in mstats()
H A Dvmdebug.c713 bufp = (*_Vmstrcpy)(bufp, (*_Vmitoa)(VLONG(st.s_free),-1), '\n');
/illumos-gate/usr/src/cmd/drd/
H A Ddrd_rcm.c356 s_free(cpus); in drd_rcm_add_cpu_notify()
357 s_free(oldcpus); in drd_rcm_add_cpu_notify()
358 s_free(newcpus); in drd_rcm_add_cpu_notify()
457 s_free(cpus); in drd_rcm_del_cpu_request()
458 s_free(oldcpus); in drd_rcm_del_cpu_request()
459 s_free(newcpus); in drd_rcm_del_cpu_request()
632 s_free(rlist); in drd_rcm_restore_cpu_notify()
730 s_free(cpus); in drd_rcm_del_cpu_notify()
731 s_free(oldcpus); in drd_rcm_del_cpu_notify()
792 s_free(rlist); in drd_rcm_cpu_rlist_init()
[all …]
H A Ddrd.c281 s_free(drd_result); in drd_pack_response()
309 s_free(orsrcsp); in drd_pack_response()
314 s_free(str); in drd_pack_response()
331 s_free(str); in drd_pack_response()
H A Ddrd.h49 #define s_free(x) (((x) != NULL) ? (free(x), (x) = NULL) : (void *)0) macro
/illumos-gate/usr/src/lib/libmail/inc/
H A Ds_string.h72 extern void s_free(string *);
86 extern void s_free();
/illumos-gate/usr/src/lib/cfgadm_plugins/sbd/common/
H A Dap_sbd.c333 s_free(a->options); in apd_free()
334 s_free(a->path); in apd_free()
335 s_free(a->drv); in apd_free()
336 s_free(a->target); in apd_free()
337 s_free(a->cname); in apd_free()
338 s_free(a->ctl); in apd_free()
339 s_free(a->stat); in apd_free()
H A Dap_rcm.c490 s_free(*rp); in ap_rcm_fini()
491 s_free(rcm->rlist); in ap_rcm_fini()
492 s_free(rcm->cpuids); in ap_rcm_fini()
493 s_free(rcm->capinfo); in ap_rcm_fini()
494 s_free(a->rcm); in ap_rcm_fini()
801 s_free(oldcpuids); in ap_rcm_cap_cpu()
802 s_free(newcpuids); in ap_rcm_cap_cpu()
H A Dap.h195 #define s_free(x) (((x) != NULL) ? (free(x), (x) = NULL) : (void *)0) macro
H A Dcfga.c262 s_free(aplist); in cfga_list_ext()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/disc/
H A Dmemfatal.c62 …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()
/illumos-gate/usr/src/lib/libmail/common/
H A Dmapfile-vers71 s_free;
H A Ds_string.c54 s_free(string *sp) in s_free() function
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dvmstate.c106 *pn = state->vs.s_free; in key()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dvmalloc.h50 size_t s_free; /* total amount of free space */ member