Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/emul64ioctl/
H A Demul64ioctl.c161 char *ctds; in get_disk_addr() local
164 ctds = strrchr(path, '/'); in get_disk_addr()
165 if (ctds == NULL) in get_disk_addr()
166 ctds = path; in get_disk_addr()
168 ctds++; in get_disk_addr()
169 conversions = sscanf(ctds, "c%dt%hud%hu", &ctlr_num, in get_disk_addr()
173 "%d conversions\n", Pname, ctds, conversions); in get_disk_addr()
/titanic_44/usr/src/lib/fm/topo/modules/common/disk/
H A Ddisk_common.c554 char *ctds, *slice; in disk_devlink_callback() local
561 if (((ctds = strrchr(devpath, '/')) != NULL) && in disk_devlink_callback()
562 ((slice = strchr(ctds, 's')) != NULL)) in disk_devlink_callback()
566 dnode->ddn_lpath = topo_mod_strdup(mod, ctds ? ctds + 1 : devpath); in disk_devlink_callback()
568 if (ctds && slice) in disk_devlink_callback()
/titanic_44/usr/src/cmd/boot/bootadm/
H A Dbootadm.c5756 char *ctds; local
5781 ctds = basename(special_dup);
5784 mcp->mc_special = s_strdup(ctds);
5787 BAM_DPRINTF((D_CACHE_MNTS, fcn, ctds,
5789 idx = mhash_fcn(ctds);