Home
last modified time | relevance | path

Searched refs:pcidr_malloc (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/pcidr/
H A Dpcidr.h89 void *pcidr_malloc(size_t);
H A Dpcidr_common.c70 pcidr_malloc(size_t size) in pcidr_malloc() function
116 buf = (char *)pcidr_malloc(sizeof (char) * buflen); in dprint()
H A Dpcidr.c324 lp = pcidr_malloc(sizeof (macro_list_t) * i); in parse_macros()
333 lp[i].name = pcidr_malloc(size * sizeof (char)); in parse_macros()