Home
last modified time | relevance | path

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

/titanic_41/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_41/usr/src/lib/fm/topo/modules/common/disk/
H A Ddisk_common.c517 char *ctds, *slice; in disk_devlink_callback() local
524 if (((ctds = strrchr(devpath, '/')) != NULL) && in disk_devlink_callback()
525 ((slice = strchr(ctds, 's')) != NULL)) in disk_devlink_callback()
529 dnode->ddn_lpath = topo_mod_strdup(mod, ctds ? ctds + 1 : devpath); in disk_devlink_callback()
531 if (ctds && slice) in disk_devlink_callback()
/titanic_41/usr/src/cmd/boot/bootadm/
H A Dbootadm.c5784 char *ctds; local
5809 ctds = basename(special_dup);
5812 mcp->mc_special = s_strdup(ctds);
5815 BAM_DPRINTF((D_CACHE_MNTS, fcn, ctds,
5817 idx = mhash_fcn(ctds);