Searched defs:pghpp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/rcap/rcapd/
H A Drcapd_scanner.c145 get_pagedata(prpageheader_t **pghpp, int fd) argument
158 *pghpp = malloc(st.st_size);
159 if (*pghpp == NULL) {
163 (void) bzero(*pghpp, st.st_size);
166 if ((res = read(fd, *pghpp, st.st_size)) != st.st_size) {
167 free(*pghpp);
168 *pghpp = NULL;

Completed in 1703 milliseconds