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

/illumos-gate/usr/src/cmd/emul64ioctl/
H A Demul64ioctl.c161 char *ctds; local
164 ctds = strrchr(path, '/');
165 if (ctds == NULL)
166 ctds = path;
168 ctds++;
169 conversions = sscanf(ctds, "c%dt%hud%hu", &ctlr_num,
173 "%d conversions\n", Pname, ctds, conversions);
/illumos-gate/usr/src/lib/fm/topo/modules/common/disk/
H A Ddisk_common.c516 char *ctds, *slice; local
523 if (((ctds = strrchr(devpath, '/')) != NULL) &&
524 ((slice = strchr(ctds, 's')) != NULL))
528 dnode->ddn_lpath = topo_mod_strdup(mod, ctds ? ctds + 1 : devpath);
530 if (ctds && slice)
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.c6306 char *ctds; local
6332 ctds = basename(special_dup);
6335 mcp->mc_special = s_strdup(ctds);
6339 "fstype=%s\n", fcn, ctds, mnt.mnt_mountp, mnt.mnt_fstype));
6340 idx = mhash_fcn(ctds);

Completed in 90 milliseconds