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

/illumos-gate/usr/src/uts/sun4u/lw8/io/
H A Dsgfru.c382 node_t *clistp; local
413 clistp = (node_t *)kmem_zalloc(ssize, KM_SLEEP);
416 if ((ret = sgfru_node_pad(datap, max_cnt, &clist.fru_info, clistp))
419 kmem_free(clistp, ssize);
427 kmem_free(clistp, ssize);
431 if (sgfru_copyout_nodes(iargp, &clist, clistp) != 0) {
432 kmem_free(clistp, ssize);
436 kmem_free(clistp, ssize);

Completed in 48 milliseconds