Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/pools/poolstat/
H A Dpoolstat_utils.h37 #define ZALLOC(nbytes) Zalloc((nbytes))
42 extern void *Zalloc(size_t);
H A Dpoolstat_utils.c46 Zalloc(size_t nbytes) in Zalloc() function
/illumos-gate/usr/src/cmd/savecore/
H A Dsavecore.c333 Zalloc(size_t size) in Zalloc() function
453 char *inbuf = Zalloc(FBUFSIZE); in build_dump_map()
534 char *cbuf = Zalloc(pagesize); in CopyPages()
535 char *outbuf = Zalloc(FBUFSIZE); in CopyPages()
574 char *inbuf = Zalloc(bufsz); in copy_crashfile()
782 b = Zalloc(sizeof (block_t)); in initstreams()
783 b->block = Zalloc(maxcsize); in initstreams()
1199 char *inbuf = Zalloc(insz); in decompress_pages()
1265 cpage = Zalloc(pagesize); in decompress_pages()
1267 dpage = Zalloc(coreblksize); in decompress_pages()
[all …]
/illumos-gate/usr/src/cmd/prstat/
H A Dprfile.c53 fd_tbl = Zalloc(sizeof (fd_t) * n); in fd_init()
174 fdsp = Zalloc(sizeof (fds_t)); /* adding new if pid was not found */ in fds_get()
H A Dprutil.h53 extern void *Zalloc(size_t);
H A Dprsort.c42 list->l_ptrs = Zalloc(sizeof (void *) * (size + 1)); in list_alloc()
H A Dprstat.c631 list->l_head = list->l_tail = lwp = Zalloc(sizeof (lwp_info_t)); in list_add_lwp()
633 lwp = Zalloc(sizeof (lwp_info_t)); in list_add_lwp()
696 list->l_head = list->l_tail = id = Zalloc(sizeof (id_info_t)); in list_update()
739 id->id_next = Zalloc(sizeof (id_info_t)); in list_update()
1218 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.c243 Zalloc(size_t size) in Zalloc() function