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

/illumos-gate/usr/src/cmd/lvm/rpc.metamhd/
H A Dmhd_drive.c644 char *pln_ctlr_name; local
648 if ((pln_ctlr_name = get_pln_ctlr_name(path)) == NULL)
652 if (find_pln_cache(pln_ctlr_name, &ctype) == 1) {
663 if ((fd = open(pln_ctlr_name, (O_RDONLY|O_NDELAY), 0)) < 0) {
665 Free(pln_ctlr_name);
684 pln_ctlr_name, errno));
685 Free(pln_ctlr_name);
690 MHDPRINTF(("%s: USCSICMD(SCMD_INQUIRY): success\n", pln_ctlr_name));
710 add_pln_cache(pln_ctlr_name, cinfop->mhc_ctype);

Completed in 270 milliseconds