Home
last modified time | relevance | path

Searched refs:orsrcsp (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/drd/
H A Ddrd.c264 drctl_rsrc_t *orsrcsp; in drd_pack_response() local
283 orsrcsp = calloc(sizeof (*orsrcsp), nrsrc); in drd_pack_response()
284 osize = sizeof (*orsrcsp) * nrsrc; in drd_pack_response()
285 bcopy(rsrcs, orsrcsp, osize); in drd_pack_response()
306 resizep = realloc(orsrcsp, osize + len); in drd_pack_response()
309 s_free(orsrcsp); in drd_pack_response()
319 orsrcsp = resizep; in drd_pack_response()
322 off = (char *)orsrcsp + offset; in drd_pack_response()
324 orsrcsp[idx].offset = offset; in drd_pack_response()
339 drd_result = orsrcsp; in drd_pack_response()