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