Searched refs:resptr (Results 1 – 3 of 3) sorted by relevance
62 profstr_t *resptr = (profstr_t *)NULL; in getprofnam() local66 resptr = _getprofnam(name, &prof, buf, NSS_BUFLEN_PROFATTR, &err); in getprofnam()68 return (profstr2attr(resptr)); in getprofnam()
83 userstr_t *resptr = (userstr_t *)NULL; in getusernam() local85 resptr = _getusernam(name, &user, buf, NSS_BUFLEN_USERATTR, &err); in getusernam()87 return (userstr2attr(resptr)); in getusernam()
706 uint32_t *resptr; in hci1394_resmap_get() local727 (int **)&resptr, (uint_t *)&reslen); in hci1394_resmap_get()757 (uint64_t)resptr[rescnt] << 32; in hci1394_resmap_get()759 resv_map[mapcnt].address |= (uint64_t)resptr[rescnt]; in hci1394_resmap_get()761 resv_map[mapcnt].length = (uint64_t)resptr[rescnt]; in hci1394_resmap_get()768 ddi_prop_free(resptr); in hci1394_resmap_get()