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

/illumos-gate/usr/src/cmd/format/
H A Dstartup.c1593 struct ctlr_type *ctlr, *tctlr; local
1678 tctlr = zalloc(sizeof (struct ctlr_type));
1679 tctlr->ctype_ctype = dkinfo.dki_ctype;
1680 tctlr->ctype_name = zalloc(DK_DEVLEN);
1681 if (strlcpy(tctlr->ctype_name, dkinfo.dki_cname,
1694 destroy_data(tctlr->ctype_name);
1695 destroy_data((char *)tctlr);
1698 tctlr->ctype_ops = zalloc(sizeof (struct ctlr_ops));
1703 *(tctlr->ctype_ops) = genericops;
1705 tctlr
[all...]

Completed in 84 milliseconds