Searched refs:psx (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libpool/common/
H A Dpool_kernel.c541 pool_set_xref_t *psx; local
543 if ((psx = malloc(sizeof (pool_set_xref_t))) == NULL) {
547 (void) memset(psx, 0, sizeof (pool_set_xref_t));
548 psx->psx_pool = pkp;
552 psx->psx_next = psl->psl_xref;
553 psl->psl_xref = psx;

Completed in 19 milliseconds