Lines Matching refs:node_t
382 node_t *clistp;
396 /* allocate buffer for unpadded fru_info_t + node_t's */
411 /* allocate buffer for padded node_t's */
412 ssize = (size_t)(max_cnt * sizeof (node_t));
413 clistp = (node_t *)kmem_zalloc(ssize, KM_SLEEP);
415 /* translate unpadded to padded fru_info_t + node_t's */
422 /* free node_t buffer */
430 /* copyout node_t's */
435 /* free node_t buffer */
510 node_t node;
518 /* allocate unpadded buffer for node_t */
530 /* translate unpadded to padded node_t */
537 /* free node_t buffer */
540 /* copyout node_t */
1593 * Used to copy out one or more node_t's to user.
1597 const node_t *nodep)
1601 size_t size = (size_t)(frup->fru_cnt * sizeof (node_t));
1602 /* copyout node_t's */
1704 * Used to pad a Java (SCAPP) node_t, in preparation for sending it to
1705 * C (Solaris). Assumes a fru_info_t and one or more node_t's.
1709 node_t *nodep)
1712 node_t *np;