Searched defs:ctlr_map (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/lvm/rpc.metamhd/
H A Dmhd_drive.c404 static mhd_ctlrmap_t *ctlr_map = NULL; variable
417 mhd_ctlrmap_t *cmp = &ctlr_map[i];
426 if (ctlr_map != NULL)
427 Free(ctlr_map);
429 ctlr_map = NULL;
510 ctlr_map = Realloc(ctlr_map,
511 ((ctlr_num + 1) * sizeof (*ctlr_map)));
512 cmp = &ctlr_map[ctlr_num++];
736 mhd_ctlrmap_t *cmp = &ctlr_map[
[all...]

Completed in 60 milliseconds