Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/format/
H A Dmenu_developer.c93 diskp->disk_ctlr->ctlr_ctype->ctype_name); in dv_disk()
111 contp->ctlr_ctype->ctype_name); in dv_cont()
133 ctlrp->ctlr_type->ctype_name); in dv_cont_chain()
H A Dadd_definition.c199 ((disk_info->disk_ctlr)->ctlr_ctype)->ctype_name);
331 ((disk_info->disk_ctlr)->ctlr_ctype)->ctype_name);
H A Dhardware_structs.h154 char *ctype_name; /* name of ctlr type */ member
H A Dstartup.c641 if (strcmp(mlp->ctlr_type->ctype_name, in sup_setdtype()
1066 if (strcmp(mlp->ctlr_type->ctype_name, in sup_setpart()
1680 tctlr->ctype_name = zalloc(DK_DEVLEN); in add_device_to_disklist()
1681 if (strlcpy(tctlr->ctype_name, dkinfo.dki_cname, in add_device_to_disklist()
1694 destroy_data(tctlr->ctype_name); in add_device_to_disklist()