Lines Matching refs:hdls
450 frup_info_t hdls; in sgfru_getchildhandles() local
456 if (sgfru_copyin_frup(iargp, &hdls) != 0) { in sgfru_getchildhandles()
459 PR_HANDLE("sgfru:%s: handle %lx\n", f, hdls.fru_hdl); in sgfru_getchildhandles()
462 max_cnt = hdls.fru_cnt; in sgfru_getchildhandles()
472 ret = sgfru_mbox(iargp->cmd, datap, size, &hdls.fru_info); in sgfru_getchildhandles()
489 if (sgfru_copyout_handles(iargp, &hdls, (fru_hdl_t *)tdatap) != 0) { in sgfru_getchildhandles()
1160 fru_hdl_t hdls[2] = {0, 0}; in sgfru_mbox() local
1259 resp->msg_len = sizeof (hdls); in sgfru_mbox()
1260 resp->msg_buf = (caddr_t)&hdls; in sgfru_mbox()
1268 resp->msg_len = sizeof (hdls); in sgfru_mbox()
1269 resp->msg_buf = (caddr_t)&hdls; in sgfru_mbox()
1392 bcopy(hdls, datap, sizeof (hdls)); in sgfru_mbox()