Home
last modified time | relevance | path

Searched refs:Zalloc (Results 1 – 9 of 9) sorted by relevance

/titanic_50/usr/src/cmd/pools/poolstat/
H A Dpoolstat_utils.h39 #define ZALLOC(nbytes) Zalloc((nbytes))
44 extern void *Zalloc(size_t);
H A Dpoolstat_utils.c48 Zalloc(size_t nbytes) in Zalloc() function
/titanic_50/usr/src/cmd/savecore/
H A Dsavecore.c332 Zalloc(size_t size) in Zalloc() function
451 dump_map_t *dmp = Zalloc(dump_mapsize); in build_dump_map()
452 char *inbuf = Zalloc(FBUFSIZE); in build_dump_map()
533 char *cbuf = Zalloc(pagesize); in CopyPages()
534 char *outbuf = Zalloc(FBUFSIZE); in CopyPages()
573 char *inbuf = Zalloc(bufsz); in copy_crashfile()
772 tinfo = Zalloc(nthreads * sizeof (tinfo_t)); in initstreams()
776 streams = Zalloc(nstreams * sizeof (stream_t)); in initstreams()
781 b = Zalloc(sizeof (block_t)); in initstreams()
782 b->block = Zalloc(maxcsize); in initstreams()
[all …]
/titanic_50/usr/src/cmd/prstat/
H A Dprfile.c55 fd_tbl = Zalloc(sizeof (fd_t) * n); in fd_init()
176 fdsp = Zalloc(sizeof (fds_t)); /* adding new if pid was not found */ in fds_get()
H A Dprutil.h52 extern void *Zalloc(size_t);
H A Dprsort.c42 list->l_ptrs = Zalloc(sizeof (void *) * (size + 1)); in list_alloc()
H A Dprstat.c630 list->l_head = list->l_tail = lwp = Zalloc(sizeof (lwp_info_t)); in list_add_lwp()
632 lwp = Zalloc(sizeof (lwp_info_t)); in list_add_lwp()
695 list->l_head = list->l_tail = id = Zalloc(sizeof (id_info_t)); in list_update()
738 id->id_next = Zalloc(sizeof (id_info_t)); in list_update()
1181 movecur = Zalloc(strlen(t_up) * (n + 5)); in setmovecur()
H A Dprtable.c246 plwp_t *elm = Zalloc(sizeof (plwp_t)); in lwpid_add()
H A Dprutil.c242 Zalloc(size_t size) in Zalloc() function